[Nix-dev] Fwd: Nixpkgs stdenv upgrade

Eelco Dolstra eelco.dolstra at logicblox.com
Thu Mar 8 15:15:11 CET 2012


On 08/03/12 15:01, Ludovic Courtès wrote:

> jack-nix at mudshark.org skribis:
> 
>> 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)
> 
> It’s using the wrong libc.so.  Not sure how to fix that, though.

If it was caused by a build-time impurity, then simply using the binaries from
the Nixpkgs channel should fix this.  As far as I can tell the Glibc binary in
our channel doesn't reference /lib64.

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/


More information about the nix-dev mailing list