On Tue, Mar 06, 2012 at 02:32:59PM +0100, Eelco Dolstra wrote: > The default build environment of the Nixpkgs distribution (known as > ???stdenv???), which is used on Hydra, has been upgraded today [0]. > It now contains updated versions of the core tools, in particular: > ??? GCC 4.6.3 (was 4.5.1) > ??? GNU libc 2.13 (was 2.12.2) > ??? GNU Coreutils 8.15 (was 8.7) > ??? GNU grep 2.10 (was 2.7) > ??? GNU diffutils 3.2 (was 3.0) > ??? GNU Bash 4.2p20 (was 4.1p2) > ??? GNU tar 1.26 (was 1.25) > Please report any problems.
Something has gone amiss in upgrading to the new version of stdenv on a SLES
10.0 box.
In building libelf, I get a crash:
nix/h3mnwa34rk4znh8wdfg6y4q6famlzj38-glibc-2.13/bin/gencat de.cat de.msg
make[1]: *** [de.cat] Segmentation fault
The binary in question is pulling in the system libraries:
$ ldd nix/h3mnwa34rk4znh8wdfg6y4q6famlzj38-glibc-2.13/bin/gencat
linux-vdso.so.1 => (0x00002aaaaaacb000)
libc.so.6 => /lib64/libc.so.6 (0x00002aaaaaccd000)
nix/h3mnwa34rk4znh8wdfg6y4q6famlzj38-glibc-2.13/lib/ld-linux-x86-64.so.2
(0x00002aaaaaaab000)
Any ideas?
--
Jack (John) Cummings http://mudshark.org/
PGP fingerprint: A927 992E 197B 0A86 27BC 964D A1DA CBAC CC48 B110
pgpSdUktqIs6C.pgp
Description: PGP signature
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
