On Mon, Jul 21, 2008 at 08:52:11PM +0200, Thomas Bächler wrote:
> Rebuild against 2.6.26 headers, update of v86d as the old version
> segfaultet in 2.6.26.
> Also, pacman now ensures that the klibc version is compatible.
>
> This is only tested on x86_64, so I need 2 signoffs for i686.
>
pacman -Si klibc
Repository : testing
Name : klibc
Version : 1.5-6
URL : http://www.kernel.org/pub/linux/libs/klibc/
Licenses : BSD
Groups : base
->Provides : klibc-yHIE3cyFqO2f4otZM2Oh8L9gexw
Depends On : None
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 2438.81 K
Installed Size : 9002.26 K
Packager : Thomas Baechler <thomas@archlinux.org>
Architecture : x86_64
Build Date : Mon 21 Jul 2008 08:30:07 PM EEST
MD5 Sum : 2df966be7f7fa4ca5ea8c036c69931d8
Description : A minimal libc made for early-userspace
pacman -Si klibc-extras
Depends On : klibc klibc-yHIE3cyFqO2f4otZM2Oh8L9gexw
I dont suppose that is on purpose is it?
Previous klibc had
Provides : None
On Mon, Jul 21, 2008 at 10:44:51PM +0200, Thomas Bächler wrote:
>
> It is quite important actually. klibc has no dynamic linker, so the
> library name of klibc is hardcoded in the ELF binaries. I make the klibc
> version string known to pacman, so nobody installs klibc packages
> incompatible to each other.
>
Ah, thats the "pacman now ensures that the klibc version is compatible."
part.
Thanks