Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-23 Thread Thomas Bächler
Am 23.08.2012 05:28, schrieb Jayesh Badwaik: On Thursday 23 Aug 2012 01:28:58 Thomas Bächler wrote: BINARIES=pacman FILES=/etc/pacman.conf /etc/pacman.d/mirrorlist Then, edit /etc/mkinitcpio.d/linux.preset: Add: pacman_config=/etc/mkinitcpio-pacman.conf

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-22 Thread Damjan
pacman -Syud --ignore glibc and ended in a broken package manager. pacman is linked against libcurl, which is compiled against glibc 2.16.0 and includes versioned symbols. Luckily I had an old curl package around to temporarily fix the problem and update the system. Others may be out of luck,

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-22 Thread Matthew Monaco
On 08/22/2012 03:54 PM, Damjan wrote: pacman -Syud --ignore glibc and ended in a broken package manager. pacman is linked against libcurl, which is compiled against glibc 2.16.0 and includes versioned symbols. Luckily I had an old curl package around to temporarily fix the problem and update

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-22 Thread Thomas Bächler
Am 23.08.2012 00:54, schrieb Damjan: pacman -Syud --ignore glibc and ended in a broken package manager. pacman is linked against libcurl, which is compiled against glibc 2.16.0 and includes versioned symbols. Luckily I had an old curl package around to temporarily fix the problem and update

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-22 Thread Jayesh Badwaik
On Thursday 23 Aug 2012 01:28:58 Thomas Bächler wrote: BINARIES=pacman FILES=/etc/pacman.conf /etc/pacman.d/mirrorlist Then, edit /etc/mkinitcpio.d/linux.preset: Add: pacman_config=/etc/mkinitcpio-pacman.conf pacman_image=/boot/initramfs-linux-pacman.img and add 'pacman' to the

[arch-general] lib - usr/lib move, glibc and curl

2012-08-21 Thread Christian Hesse
Hello everybody, I just updated an old system and had to go through the lib - usr/lib move. I did an pacman -Syud --ignore glibc and ended in a broken package manager. pacman is linked against libcurl, which is compiled against glibc 2.16.0 and includes versioned symbols. Luckily I had an old

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-21 Thread Thomas Bächler
Am 21.08.2012 10:25, schrieb Christian Hesse: pacman -Syud --ignore glibc and ended in a broken package manager. pacman is linked against libcurl, which is compiled against glibc 2.16.0 and includes versioned symbols. Luckily I had an old curl package around to temporarily fix the problem

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-21 Thread Christian Hesse
Thomas Bächler tho...@archlinux.org on Tue, 2012/08/21 10:43: Am 21.08.2012 10:25, schrieb Christian Hesse: pacman -Syud --ignore glibc and ended in a broken package manager. pacman is linked against libcurl, which is compiled against glibc 2.16.0 and includes versioned symbols.

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-21 Thread Paul Gideon Dann
On Tuesday 21 Aug 2012 11:05:07 Christian Hesse wrote: Oh, the commands in the wiki exclude curl now. Did not notice that. I am fine with the situation, I can deal with these things. Hopefully others will read the wiki. :D For those like me that followed the news article's instructions first

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-21 Thread Christian Hesse
Paul Gideon Dann pdgid...@gmail.com on Tue, 2012/08/21 11:01: On Tuesday 21 Aug 2012 11:05:07 Christian Hesse wrote: Oh, the commands in the wiki exclude curl now. Did not notice that. I am fine with the situation, I can deal with these things. Hopefully others will read the wiki. :D

Re: [arch-general] lib - usr/lib move, glibc and curl

2012-08-21 Thread Daniel Wallace
On Aug 21, 2012 6:04 AM, Christian Hesse l...@eworm.de wrote: Paul Gideon Dann pdgid...@gmail.com on Tue, 2012/08/21 11:01: On Tuesday 21 Aug 2012 11:05:07 Christian Hesse wrote: Oh, the commands in the wiki exclude curl now. Did not notice that. I am fine with the situation, I can