[Nix-dev] Travis builds for master are broken, I'm mystified

Wout Mertens wout.mertens at gmail.com
Thu Jan 1 18:52:35 CET 2015


This is the first breakage:
https://travis-ci.org/NixOS/nixpkgs/builds/45113418

The problem seems to be that stdenv.glibc does not exist on travis.

However, checking out that commit seems to give no problems:

$ git checkout 1c8783f
$ nix-instantiate --eval . -A openarena.installPhase
"mkdir -pv $out/bin\ncd $out\nunzip $src\n\nif [ \"x86_64-linux\" ==
\"x86_64-linux\" ]; then\n  patchelf --set-interpreter
/nix/store/la5imi1602jxhpds9675n2n2d0683lbq-glibc-2.20/lib/ld-linux*.so.?
$out/openarena-$version/openarena.x86_64\n  makeWrapper
\"$out/openarena-$version/openarena.x86_64\" \"$out/bin/openarena\" \\\n
 --prefix LD_LIBRARY_PATH :
\"/nix/store/d2p2wqvbbypk0b4i4n4jycjlwqa269qf-SDL-1.2.15/lib:/nix/store/7y7yqg21kb7x529j72qggnghz5y1z11h-libogg-1.3.2/lib:/nix/store/8piqvi5pa88djjmjky6bpqh316sjj9na-libvorbis-1.3.4/lib\"\nelse\n
 patchelf --set-interpreter
/nix/store/la5imi1602jxhpds9675n2n2d0683lbq-glibc-2.20/lib/ld-linux*.so.?
$out/openarena-$version/openarena.i386\n  makeWrapper
\"$out/openarena-$version/openarena.i386\" \"$out/bin/openarena\" \\\n
 --prefix LD_LIBRARY_PATH :
\"/nix/store/d2p2wqvbbypk0b4i4n4jycjlwqa269qf-SDL-1.2.15/lib:/nix/store/7y7yqg21kb7x529j72qggnghz5y1z11h-libogg-1.3.2/lib:/nix/store/8piqvi5pa88djjmjky6bpqh316sjj9na-libvorbis-1.3.4/lib\"\nfi\n"

Any ideas?

Wout.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20150101/10a8598f/attachment.html 


More information about the nix-dev mailing list