Excerpts from Peter Simons's message of Mon Nov 22 13:13:08 +0100 2010: > Hi, > > Hydra reported a weird build error at <http://hydra.nixos.org/build/766313> > that I don't know to how to interpret: > > | these derivations will be built: > | /nix/store/88n1j765d6fsvchv0l52pajdi2rd2nxf-git-1.7.3.2.drv > | /nix/store/j1xiir1538znvrbibczsdhmr6z5bpvxi-subversion-1.6.12.drv > | building path(s) > `/nix/store/q9flmjaflv6048zyr1njk59igzi7b6r4-subversion-1.6.12' > | error: a `i686-darwin' is required to build > `/nix/store/j1xiir1538znvrbibczsdhmr6z5bpvxi-subversion-1.6.12.drv', but I am > a `x86_64-linux' > > Does anyone know what this means?
It means that the wrong build machine got the job. The build machine which was asked to build the job is x86_64 and a darwin machine should have built it (according to the system name in the derivation attr). This type of error can be caused by a missconfiguration of build machines. Whether this applies here: No idea. Marc Weber _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
