[Bug 1229103] New: Adapt packages to the libassuan soname bump
https://bugzilla.suse.com/show_bug.cgi?id=1229103 Bug ID: 1229103 Summary: Adapt packages to the libassuan soname bump Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: pmonrealgonzalez@suse.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- The recent libassuan update to version 3.0.x series has a soname bump from libassuan0 to libassuan90, see the Factory submission: * https://build.opensuse.org/request/show/1190878 There are some package that have libassuan0 hardcoded in the spec file and need to be adapted to this change. Here is the list of packages: * libassuan0 hardcoded: gpg2, libreoffice, kleopatra * libassuan-devel: rubygem-gpgme (delete rq sr#1184497), pinentry, gpa, gpgme, podman, buildah, cri-o -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |pmonrealgonzalez@suse.com CC| |Andreas.Stieger@gmx.de, | |pmonrealgonzalez@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dleuenberger@suse.com, | |mrueckert@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c1 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.schreiner@suse.com --- Comment #1 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- I'm adding here the libreoffice maintainer in CC. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c2 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |IN_PROGRESS --- Comment #2 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- gpg2 submission: https://build.opensuse.org/request/show/1193388 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c3 --- Comment #3 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- (In reply to Pedro Monreal Gonzalez from comment #0)
The recent libassuan update to version 3.0.x series has a soname bump from libassuan0 to libassuan90, see the Factory submission: * https://build.opensuse.org/request/show/1190878
There are some package that have libassuan0 hardcoded in the spec file and need to be adapted to this change. Here is the list of packages: * libassuan0 hardcoded: gpg2, libreoffice, kleopatra * libassuan-devel: rubygem-gpgme (delete rq sr#1184497), pinentry, gpa, gpgme, podman, buildah, cri-o
Typo, it should read "from libassuan0 to libassuan9..." -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c4 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbeltrame@kde.org --- Comment #4 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- I'm also adding the kleopatra maintainer in CC. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c5 --- Comment #5 from Marcus Rückert <mrueckert@suse.com> --- 1. rubygem-gpgme is just tagged with a delete request as we are testing what can be cleaned up in Factory 2. if any package still wants to enforce that it requires at least the version of libassuan it is built against: see requires_file in https://build.opensuse.org/projects/graphics:gimp:master/packages/gimp/files... and replace the ``` Requires: libassuan0 >= ... ``` with ``` %requires_file %{_libdir}/libassuan.so ``` 3. what is the problem with libassuan-devel ? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c6 --- Comment #6 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- (In reply to Marcus Rückert from comment #5)
1. rubygem-gpgme is just tagged with a delete request as we are testing what can be cleaned up in Factory
OK.
2. if any package still wants to enforce that it requires at least the version of libassuan it is built against:
see requires_file in https://build.opensuse.org/projects/graphics:gimp:master/packages/gimp/files... gimp.spec?expand=1
and replace the
``` Requires: libassuan0 >= ... ```
with
``` %requires_file %{_libdir}/libassuan.so ```
Thanks for the hint!
3. what is the problem with libassuan-devel ?
This is just info for me to double-ckeck those packages. For now, only libreoffice and kleopatra are left to be adapted. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c7 JS <obs.coke518@passinbox.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |obs.coke518@passinbox.com --- Comment #7 from JS <obs.coke518@passinbox.com> --- When doing zypper dup, some packages print the following error: (181/468) Installing: libgpgme11-32bit-1.23.2-4.3.x86_64 ...................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (182/468) Installing: marble-24.08.0-1.1.x86_64 ............................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (185/468) Installing: dolphin-part-24.08.0-1.1.x86_64 ......................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (220/468) Installing: libKPim6Libkdepim6-24.08.0-1.1.x86_64 ................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (227/468) Installing: libKMahjongg6-24.08.0-1.1.x86_64 .....................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (240/468) Installing: kaccounts-providers-24.08.0-1.1.x86_64 ...............................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (243/468) Installing: svgpart-lang-24.08.0-1.1.noarch ......................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (245/468) Installing: kate-plugins-24.08.0-1.1.x86_64 ......................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (260/468) Installing: Mesa-libRusticlOpenCL-24.1.3-390.1.x86_64 ............................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (264/468) Installing: marble-data-24.08.0-1.1.noarch .......................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (267/468) Installing: dolphin-part-lang-24.08.0-1.1.noarch .................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (287/468) Installing: libgstgl-1_0-0-32bit-1.24.7-1.1.x86_64 ...............................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (288/468) Installing: kio_audiocd-24.08.0-1.1.x86_64 .......................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (289/468) Installing: gwenview-24.08.0-1.1.x86_64 ..........................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (290/468) Installing: ksudoku-24.08.0-1.1.x86_64 ...........................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (291/468) Installing: kreversi-24.08.0-1.1.x86_64 ..........................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (292/468) Installing: kpat-24.08.0-1.1.x86_64 ..............................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (294/468) Installing: ark-lang-24.08.0-1.1.noarch ..........................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (295/468) Installing: okular-24.08.0-1.1.x86_64 ............................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (298/468) Installing: libKPim6GAPICore6-24.08.0-1.1.x86_64 .................................................................................................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (300/468) Installing: kompare-lang-24.08.0-1.1.noarch ......................................................................................................................................................[done] -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c8 --- Comment #8 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- Libreoffice submitted here: https://build.opensuse.org/request/show/1195632 Kleopatra also fixed. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1229103 https://bugzilla.suse.com/show_bug.cgi?id=1229103#c9 Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #9 from Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com> --- (In reply to JS from comment #7)
When doing zypper dup, some packages print the following error:
(181/468) Installing: libgpgme11-32bit-1.23.2-4.3.x86_64 ............................................................................. ......................................................................[done] flatpak: error while loading shared libraries: libassuan.so.0: cannot open shared object file: No such file or directory (182/468) Installing: marble-24.08.0-1.1.x86_64 .............................................................................
Hi, It should be fixed now in Factory. Please, reopen if required with detailed info. TIA -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com