Re: cupsys broken in pure64 (testing)
Sven Mueller wrote:
>Hi.
>
>When trying to install cupsys/cupsys-bsd/cupsys-client from
>debian-pure64 testing, the installation fails because
>
>cupsys-client: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20 is
>installed.
>cupsys-bsd: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20 is installed.
>cupsys: Depends: libc6 (>= 2.3.2.ds1-21) but 2.3.2.ds1-20 is installed.
>
>apt-cache policy shows that both cupsys and libc6 would come from this
>/etc/apt/sources.list line:
>
>deb http://debian-amd64.alioth.debian.org/debian-pure64 testing main
>contrib non-free
>
>Please fix that problem, would you? ;-)
>
>cu,
>sven
>
>
>
>
Hi Sven,
Try updating libc6. If you get a protest, it may be because
you have a chroot installed and list its libraries in
/etc/ld.so.conf. Comment these libraries out during the
libc6 update (as someone already posted).
Dave
For instance, I had to comment out the last four lines:
$ cat /etc/ld.so.conf
/usr/X11R6/lib
/usr/local/lib
/var/chroot/sid-ia32/lib
/var/chroot/sid-ia32/usr/lib
/var/chroot/sid-ia32/usr/X11R6/lib
/var/chroot/sid-ia32/usr/local/lib
Reply to: