Project

General

Profile

Actions

Bug #4315

closed

OBS nightly: "nothing provides libgcrypt2"

Added by osmith over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Target version:
-
Start date:
12/09/2019
Due date:
% Done:

100%

Spec Reference:

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

Actions #1

Updated by osmith over 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/prjconf

I 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.

Actions #2

Updated by osmith over 4 years ago

  • Status changed from New to Resolved
  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)