From je-vv at e.email Tue Feb 20 02:57:03 2024 From: je-vv at e.email (Javier) Date: Mon, 19 Feb 2024 19:57:03 -0600 Subject: [artix-general] libffi Message-ID: <4206de1d-a8fd-4e33-9755-504ae1cca66f@e.email> Hello ! Currently, if using the lib32 repo: > % pacman -Syu > ... > resolving dependencies... > warning: cannot resolve "libffi=3.4.5", a dependency of "lib32-libffi" > :: The following package cannot be upgraded due to unresolvable dependencies: > lib32-libffi > > :: Do you want to skip the above package for this upgrade? [y/N] y > looking for conflicting packages... > there is nothing to do Now, notice there's an update for lib32-libffi to 3.4.5: > % pacman -Ss lib32-libffi > lib32/lib32-libffi 3.4.5-1 [installed: 3.4.4-1] > Portable foreign function interface library (32-bit) > multilib/lib32-libffi 3.4.5-1 [installed: 3.4.4-1] > Portable foreign function interface library (32-bit) But, there's no update on on libffi at all: > % pacman -Ss libffi > system/libffi 3.4.4-1 [installed] > Portable foreign function interface library > ... > lib32/lib32-libffi 3.4.5-1 [installed: 3.4.4-1] > Portable foreign function interface library (32-bit) > ... > multilib/lib32-libffi 3.4.5-1 [installed: 3.4.4-1] > Portable foreign function interface library (32-bit) I tried enabling gremlins, and then gobbling for the system repo, and none is exposing libffi 3.4.5 version. Gremlins is exposing an update but to 3.4.6 instead, which is not the one required by lib32-libffi. It seems Arch made the move to libffi 3.4.5 already, and Artix somehow skipped it, since 3.4.6 is already in gremlins, but 3.4.5 is nowhere to be found. As for why libffi 3.4.5 is required: > % pacman -Si lib32-libffi > Repository : lib32 > Name : lib32-libffi > Version : 3.4.5-1 > ... > Depends On : lib32-glibc libffi=3.4.5 > ... > > Repository : multilib > Name : lib32-libffi > Version : 3.4.5-1 > ... > Depends On : lib32-glibc libffi=3.4.5 > ... Greetings ! -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: From yetanothergeek at gmail.com Tue Feb 20 04:56:15 2024 From: yetanothergeek at gmail.com (Jeff Pohlmeyer) Date: Mon, 19 Feb 2024 21:56:15 -0600 Subject: [artix-general] libffi In-Reply-To: <4206de1d-a8fd-4e33-9755-504ae1cca66f@e.email> References: <4206de1d-a8fd-4e33-9755-504ae1cca66f@e.email> Message-ID: On Mon, Feb 19, 2024 at 8:03?PM Javier wrote: > Now, notice there's an update for lib32-libffi to 3.4.5: > But, there's no update on on libffi at all: I ran into the same problem. For now I just grabbed a copy from the Arch repos (no systemd required for this particular package) https://mirror.dal10.us.leaseweb.net/archlinux/core/os/x86_64/libffi-3.4.5-1-x86_64.pkg.tar.zst.sig https://mirror.dal10.us.leaseweb.net/archlinux/core/os/x86_64/libffi-3.4.5-1-x86_64.pkg.tar.zst -- Jeff From je-vv at e.email Tue Feb 20 22:33:07 2024 From: je-vv at e.email (Javier) Date: Tue, 20 Feb 2024 15:33:07 -0600 Subject: [artix-general] libffi In-Reply-To: References: <4206de1d-a8fd-4e33-9755-504ae1cca66f@e.email> Message-ID: On 2024-02-19 09:56 PM, Jeff Pohlmeyer wrote: > I ran into the same problem. For now I just grabbed a copy from the > Arch repos (no systemd required for this particular package) > > https://mirror.dal10.us.leaseweb.net/archlinux/core/os/x86_64/libffi-3.4.5-1-x86_64.pkg.tar.zst.sig > https://mirror.dal10.us.leaseweb.net/archlinux/core/os/x86_64/libffi-3.4.5-1-x86_64.pkg.tar.zst I see, my current WA: > % 'grep' lib32-libffi /etc/pacman.conf > IgnorePkg = lib32-libffi But I was hoping some dev would read this note, and perhaps make 3.4.5 artix version available, perhaps on goblings, while 3.4.6 is on gremlins. -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: From je-vv at e.email Wed Feb 21 02:05:48 2024 From: je-vv at e.email (Javier) Date: Tue, 20 Feb 2024 19:05:48 -0600 Subject: [artix-general] libffi In-Reply-To: References: <4206de1d-a8fd-4e33-9755-504ae1cca66f@e.email> Message-ID: <365c8219-e281-4330-bc00-ce50415c0bb0@e.email> On 2024-02-20 03:33 PM, Javier wrote: > I see, my current WA: > >> % 'grep' lib32-libffi /etc/pacman.conf >> IgnorePkg?? = lib32-libffi > > But I was hoping some dev would read this note, and perhaps make 3.4.5 artix version available, perhaps on goblings, while 3.4.6 is on gremlins. BTW, libffi from artix, 3.4.6-1, already reached system, and with that, now lib32-libffi got the issue, since it's 3.4.5-1 still. So the WA now is to install its 3.4.6-1 version from arch/multilib. -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: From je-vv at e.email Thu Feb 22 21:26:52 2024 From: je-vv at e.email (Javier) Date: Thu, 22 Feb 2024 14:26:52 -0600 Subject: [artix-general] Thunderbird 115.8.0-1 breaks galaxy/sequoia-octopus-librnp-git Message-ID: <60b41d98-f222-4962-85bf-2bed3df4f3f2@e.email> Hello ! Thunderbird 115.8.0-1 just showed up on the galaxy repo, however it breaks current galaxy sequoia-octopus-librnp-git 1.5.0.99-3.1. See: > console.log: (new Error("couldn't find function symbol in library", "chrome://openpgp/content/modules/RNPLib.jsm", 2025)) > JavaScript error: chrome://openpgp/content/BondOpenPGP.jsm, line 68: Error: RNP/OpenPGP library failed to load Current WA is to revert TB back to 115.7.0-2 and prevent TB to upgrade: > % 'grep' thunderbird /etc/pacman.conf > IgnorePkg = thunderbird Not sure if it's a matter or rebuilding sequoia-octopus-librnp-git, or upgrading it to a version supported by TB 115.8+. Greetings ! -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: From artist at artixlinux.org Sat Feb 24 00:09:45 2024 From: artist at artixlinux.org (artist) Date: Sat, 24 Feb 2024 00:09:45 +0100 Subject: [artix-general] Thunderbird 115.8.0-1 breaks galaxy/sequoia-octopus-librnp-git In-Reply-To: <60b41d98-f222-4962-85bf-2bed3df4f3f2@e.email> References: <60b41d98-f222-4962-85bf-2bed3df4f3f2@e.email> Message-ID: <084ff91c-565e-47da-a390-7800ef8c2143@artixlinux.org> Updated to current v1.8. Pls test. artist On a bended knee, or systemd, you will never live free On 2/22/24 21:26, Javier wrote: > Hello ! > > Thunderbird 115.8.0-1 just showed up on the galaxy repo, however it > breaks current galaxy sequoia-octopus-librnp-git 1.5.0.99-3.1. See: > >> console.log: (new Error("couldn't find function symbol in library", >> "chrome://openpgp/content/modules/RNPLib.jsm", 2025)) >> JavaScript error: chrome://openpgp/content/BondOpenPGP.jsm, line 68: >> Error: RNP/OpenPGP library failed to load > > Current WA is to revert TB back to 115.7.0-2 and prevent TB to upgrade: > >> % 'grep' thunderbird /etc/pacman.conf >> IgnorePkg?? = thunderbird > > Not sure if it's a matter or rebuilding sequoia-octopus-librnp-git, or > upgrading it to a version supported by TB 115.8+. > > Greetings ! > > From je-vv at e.email Sat Feb 24 00:15:13 2024 From: je-vv at e.email (Javier) Date: Fri, 23 Feb 2024 17:15:13 -0600 Subject: [artix-general] Thunderbird 115.8.0-1 breaks galaxy/sequoia-octopus-librnp-git In-Reply-To: <084ff91c-565e-47da-a390-7800ef8c2143@artixlinux.org> References: <60b41d98-f222-4962-85bf-2bed3df4f3f2@e.email> <084ff91c-565e-47da-a390-7800ef8c2143@artixlinux.org> Message-ID: On 2024-02-23 05:09 PM, artist wrote: > Updated to current v1.8. > Pls test. > > artist Thanks a lot @artist ! Just FYI, the older version remains on galaxy, and the new version got included into omniverse. So it would be good to remove the old galaxy one: > % pacman -Ss sequoia-octopus-librnp > galaxy/sequoia-octopus-librnp-git 1.5.0.99-3.1 [installed] > Sequoia-based OpenPGP Backend for Thunderbird > omniverse/sequoia-octopus-librnp-git 1.8.0-1 [installed: 1.5.0.99-3.1] > Sequoia-based OpenPGP Backend for Thunderbird I'm about to test, :) -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: From je-vv at e.email Sat Feb 24 00:36:09 2024 From: je-vv at e.email (Javier) Date: Fri, 23 Feb 2024 17:36:09 -0600 Subject: [artix-general] Thunderbird 115.8.0-1 breaks galaxy/sequoia-octopus-librnp-git In-Reply-To: References: <60b41d98-f222-4962-85bf-2bed3df4f3f2@e.email> <084ff91c-565e-47da-a390-7800ef8c2143@artixlinux.org> Message-ID: <55388e0a-433e-4bde-bd1f-de1b723f46c4@e.email> On 2024-02-23 05:15 PM, Javier wrote: > On 2024-02-23 05:09 PM, artist wrote: >> Updated to current v1.8. >> Pls test. >> >> artist > > Thanks a lot @artist ! > > Just FYI, the older version remains on galaxy, and the new version got included into omniverse.? So it would be good to remove the old galaxy one: > >> % pacman -Ss sequoia-octopus-librnp >> galaxy/sequoia-octopus-librnp-git 1.5.0.99-3.1 [installed] >> ??? Sequoia-based OpenPGP Backend for Thunderbird >> omniverse/sequoia-octopus-librnp-git 1.8.0-1 [installed: 1.5.0.99-3.1] >> ??? Sequoia-based OpenPGP Backend for Thunderbird > > I'm about to test, :) Unfortunately it didn't work @artist, :( > console.log: (new Error("couldn't find function symbol in library", "chrome://openpgp/content/modules/RNPLib.jsm", 2025)) > JavaScript error: chrome://openpgp/content/BondOpenPGP.jsm, line 68: Error: RNP/OpenPGP library failed to load And I already have 1.8.0 installed: > % pacman -Ss sequoia-octopus-librnp > galaxy/sequoia-octopus-librnp-git 1.5.0.99-3.1 [installed: 1.8.0-1] > Sequoia-based OpenPGP Backend for Thunderbird > omniverse/sequoia-octopus-librnp-git 1.8.0-1 [installed] > Sequoia-based OpenPGP Backend for Thunderbird So, keeping TB reverted to 115.7.0-2 still. -- Javier -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature.asc Type: application/pgp-signature Size: 228 bytes Desc: OpenPGP digital signature URL: