Bug #4315
closedOBS nightly: "nothing provides libgcrypt2"
100%
Description
Right now, we have a high amount of packages that are "unresolvable" with the message "nothing provides libgcrypt2".
There is a libgcrypt20 package: https://packages.debian.org/search?keywords=libgcrypt2
Updated by osmith about 4 years ago
- % Done changed from 0 to 50
I've asked in #opensuse-buildservice (IRC) and got this answer from adrianS:
some Neal Gompa configured it in the project
check "osc meta prjconf "
or here: https://build.opensuse.org/projects/network:osmocom:nightly/prjconfI think you should remove both blocks from Neal and mhauke
and tell if you still see the problems they mention
will adapt in the base distros then
osmith: "osc buildinfo -d" and "osc buildconfig" is helpful to debug such stuff
So these are the mentioned blocks in the configuration:
### 2019-07-24: mnhauke # Workaround libreadline dependency issues on Debian Testing # https://lists.opensuse.org/opensuse-buildservice/2019-07/msg00060.html %if "%_repository" == "Debian_Testing" Preinstall: libreadline8 Preinstall: libpcre2-8-0 %endif ### 2019-12-07: Neal Gompa <ngompa13@gmail.com> # Debian transitioned from libxcrypt1 to libcrypt2 %if 0%{?debian} && 0%{?debian} < 11 Preinstall: libcrypt2 %endif %if 0%{?debian} >= 11 Preinstall: libcrypt1 %endif
As suggested, I'll remove both and check if it works afterwards.
Updated by osmith about 4 years ago
- Status changed from New to Resolved
- % Done changed from 50 to 100