[Nix-dev] 404 on nvi derivation
Amos Wenger
ndd at rylliog.cz
Wed Dec 1 20:40:31 CET 2010
On Wed 01/12/10 12:38 , Marc Weber wrote:Excerpts from Amos Wenger's
message of Tue Nov 30 23:34:04 +0100 2010:
> When trying to nixos-rebuild my system, a derivation failed to build,
> apparently it's "nvi" (somehow related to vi/vim? I'm not using it
anyway)
> because of a 404 not found on a file.
>
> Here's the complete log: http://pastebin.com/YJSbWd84 [1]
How to find the line you're looking for?
nixos-rebuild --fast --keep-going test
nixos-rebuild --fast -j 1 test
The line which tells you what's going on is there - but hidden within
many different lines output by others parallel builds. Its line 139:
error: cannot download nvi-1.79.tar.gz?attredirects=0 from any mirror
By using --keep-going then -j1 you'll get to the failing build fastest.
(Or try building it directly using nix-build -A .. or such)
Well I had figured the problem up to that point (line 139 and all) -
thanks
for the nixos-rebuild theory, though :) Always nice to know!
Attaching the patch updating it.
Eelco Dolstra has a command to mirror source packages. I suspect he
should put it into a cron-job :)
I have a feeling that has been said someplace else, already. Am I wrong? ,)
Marc Weber
_______________________________________________
nix-dev mailing list
nix-dev at cs.uu.nl
https://mail.cs.uu.nl/mailman/listinfo/nix-dev [2]
-------------------------
Message sent via Atmail Open - http://atmail.org/
Links:
------
[1] http://rylliog.cz/parse.php?redirect=http://pastebin.com/YJSbWd84
[2]
http://rylliog.cz/parse.php?redirect=https://mail.cs.uu.nl/mailman/listinfo/nix-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.science.uu.nl/pipermail/nix-dev/attachments/20101201/c204bff8/attachment.html
More information about the nix-dev
mailing list