NixOS / nix

Nix, the purely functional package manager
https://nixos.org/
GNU Lesser General Public License v2.1
12.7k stars 1.51k forks source link

Build error #1458

Closed janbaudisch closed 7 years ago

janbaudisch commented 7 years ago

When building nix, I get the following error. Since I have no idea what it actually means, I am just posting it here, hoping someone can explain it...

  GEN    doc/manual/manual.is-valid
I/O error : Attempt to load network entity http://docbook.org/xml/5.0/rng/docbook.rng
warning: failed to load external entity "http://docbook.org/xml/5.0/rng/docbook.rng"
Relax-NG parser error : xmlRelaxNGParse: could not load http://docbook.org/xml/5.0/rng/docbook.rng
Relax-NG schema http://docbook.org/xml/5.0/rng/docbook.rng failed to compile
-:1: parser error : Document is empty

^
make: *** [doc/manual/local.mk:29: doc/manual/manual.is-valid] Error 1
domenkozar commented 7 years ago

What steps did you take to build Nix?

janbaudisch commented 7 years ago

@domenkozar I installed

Then I did:

./bootstrap.sh
./configure
make

...and at make it failed.

System is a Chromebook.

DanOlivier commented 7 years ago

You would also need to install package docbook-xsl and point xsltproc at it, using the --nonet flag (see https://github.com/NixOS/nix/pull/1430)