[Nix-dev] hydra evaluation errors

Florian Friesdorf flo at chaoflow.net
Mon Dec 3 09:38:25 CET 2012


Hi Yury et al,

I'm investigating these hydra evaluation errors:

Florian Friesdorf <flo at chaoflow.net> writes:
> hydra has evaluation errors for the nixpkgs/trunk jobset[1]
>
> at `leiningen' [system = "x86_64-freebsd"]:
> assertion failed at `/nix/store/34hk1xc4n11zaj72ahpqnp9gk7zj81lj-git-export/pkgs/development/libraries/glibc/2.13/default.nix:10:1'
>
> at `leiningen' [system = "i686-freebsd"]:
> assertion failed at `/nix/store/34hk1xc4n11zaj72ahpqnp9gk7zj81lj-git-export/pkgs/development/libraries/glibc/2.13/default.nix:10:1'
>
> [1] http://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-errors

for leining you told hydra to build for all unix platforms
(stdenv.lib.platforms.unix). At least for "i686-freebsd" and
"x86_64-freebsd" this is failing (see below), because of an assertion in
glibc:

assert stdenv.gcc.gcc != null;

It seems glibc is needed to build the trivial-builders, but I'm lost in
the trace:

~/dev/nixos/nixpkgs $ nix-build -A leiningen --argstr system x86_64-freebsd --show-trace
error: while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `leiningen-1.7.1' at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/tools/build-managers/leiningen/default.nix:6:3':
while evaluating the derivation attribute `propagatedBuildNativeInputs' at `/home/cfl/dev/nixos/nixpkgs/pkgs/stdenv/generic/default.nix:69:15':
while evaluating the builtin function `getAttr':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `openjdk-7b147' at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/compilers/openjdk/default.nix:47:3':
while evaluating the derivation attribute `buildNativeInputs' at `/home/cfl/dev/nixos/nixpkgs/pkgs/stdenv/generic/default.nix:67:15':
while evaluating the builtin function `getAttr':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `ant-openjdk-1.8.4' at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/tools/build-managers/apache-ant/default.nix:14:3':
while evaluating the derivation attribute `buildNativeInputs' at `/home/cfl/dev/nixos/nixpkgs/pkgs/stdenv/generic/default.nix:67:15':
while evaluating the builtin function `getAttr':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `openjdk-7b147' at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/compilers/openjdk/default.nix:47:3':
while evaluating the derivation attribute `buildNativeInputs' at `/home/cfl/dev/nixos/nixpkgs/pkgs/stdenv/generic/default.nix:67:15':
while evaluating the builtin function `getAttr':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `ant-openjdk-bootstrap-1.8.4' at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/tools/build-managers/apache-ant/default.nix:14:3':
while evaluating the derivation attribute `buildNativeInputs' at `/home/cfl/dev/nixos/nixpkgs/pkgs/stdenv/generic/default.nix:67:15':
while evaluating the builtin function `getAttr':
while evaluating the builtin function `derivationStrict':
while instantiating the derivation named `openjdk-bootstrap' at `/home/cfl/dev/nixos/nixpkgs/pkgs/build-support/trivial-builders.nix:10:14':
while evaluating the derivation attribute `buildCommand' at `/home/cfl/dev/nixos/nixpkgs/pkgs/build-support/trivial-builders.nix:10:14':
while evaluating the function at `/home/cfl/dev/nixos/nixpkgs/pkgs/lib/customisation.nix:98:35':
while evaluating the function at `/home/cfl/dev/nixos/nixpkgs/pkgs/lib/customisation.nix:59:24':
while evaluating the builtin function `isAttrs':
while evaluating the function at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/libraries/glibc/2.13/default.nix:1:1':
assertion failed at `/home/cfl/dev/nixos/nixpkgs/pkgs/development/libraries/glibc/2.13/default.nix:10:1'

regards
florian
-- 
Florian Friesdorf <flo at chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20121203/8e969b54/attachment.bin 


More information about the nix-dev mailing list