[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Re: lib6-dev broken



Thanks for your reply Aurelian,

The machine that had this problem is gone (re-imaged). It was not setup by me.  All other Debian 11 machines I have are OK having lib6-dev depending on installed lib6 2.31-13+deb11u4 (not u5 like that odd machine).
I will ask which DVD image they use to install Debian 11 for the “odd” machine.


Following are some info I had captured and I hope it helps.

sources.list:

deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://deb.debian.org/debian/ bullseye main contrib non-free



vigil@vigil:~$ apt show libc6-dev
Package: libc6-dev
Version: 2.31-13+deb11u4
Priority: optional
Build-Essential: yes
Section: libdevel
Source: glibc
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Installed-Size: 14.9 MB
Provides: libc-dev
Depends: libc6 (= 2.31-13+deb11u4), libc-dev-bin (= 2.31-13+deb11u4), linux-libc-dev, libcrypt-dev, libnsl-dev
Suggests: glibc-doc, manpages-dev
Conflicts: libc0.1-dev, libc0.3-dev, libc6.1-dev
Breaks: libc6-dev-amd64-cross (<< 2.31~), libgcc-10-dev (<< 10-20200321-1~), libgcc-7-dev (<< 7.5.0-6~), libgcc-8-dev (<< 8.4.0-2~), libgcc-9-dev (<< 9.3.0-5~), libperl5.26 (<< 5.26.1-3), python3.7 (<< 3.7.7-1+b1), python3.8 (<< 3.8.2-1+b1)
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib,
 suite::gnu
Download-Size: 2,360 kB
APT-Sources: http://deb.debian.org/debian bullseye/main amd64 Packages
Description: GNU C Library: Development Libraries and Header Files
 Contains the symlinks, headers, and object files needed to compile
 and link programs which use the standard C library.


vigil@vigil:~$ uname a
uname: extra operand ‘a’
Try 'uname --help' for more information.
vigil@vigil:~$ uname -a
Linux vigil 5.10.0-19-amd64 #1 SMP Debian 5.10.149-2 (2022-10-21) x86_64 GNU/Linux


vigil@vigil:~$ apt policy libc6-dev
libc6-dev:
  Installed: (none)
  Candidate: 2.31-13+deb11u4
  Version table:
     2.31-13+deb11u4 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages

The following packages have unmet dependencies:
 libc6-dev : Depends: libc6 (= 2.31-13+deb11u4) but 2.31-13+deb11u5 is to be installed
E: Unable to correct problems, you have held broken packages.

Regards,
Marcelo
----------------


Hi,

On 2022-11-06 17:34, Marcelo Varanda wrote:
> Hello Guys,
> 
> Is there any update coming to fix the following?

At this stage I was not aware of any issue, so nothing has been planned.

> mv@mv:~$ sudo apt install libc6-dev
> [sudo] password for vigil: 
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  libc6-dev : Depends: libc6 (= 2.31-13+deb11u4) but 2.31-13+deb11u5 is to be installed
> E: Unable to correct problems, you have held broken packages.

Both libc6 and libc6-dev are available in version 2.31-13+deb11u5 in
bullseye-updates [1][2].

Which version of libc6 is currently installed on you system? What is the
content of your /etc/apt/sources.list or related file(s)?

You might want to try "sudo apt install libc6 libc6-dev" to see if you
get a slightly different error message.

Regards
Aurelien

[1] https://packages.debian.org/bullseye-updates/libc6
[2] https://packages.debian.org/bullseye-updates/libc6-dev
-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@aurel32.net                 http://www.aurel32.net


Reply to: