We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
nix does not build following the instructions at https://hydra.nixos.org/build/263397466/download/1/manual/contributing/hacking.html
Steps To Reproduce clone nix
$ nix develop $ autoreconfPhase $ configurePhase $ make -j $NIX_BUILD_CORES OPTIMIZE=0 GEN Makefile.config GEN config.h CXX src/nix/develop.o CXX src/nix/main.o <command-line>: fatal error: config.h: No such file or directory compilation terminated. CXX src/libexpr/eval.o make: *** [mk/patterns.mk:17: src/nix/main.o] Error 1 make: *** Waiting for unfinished jobs.... <command-line>: fatal error: config.h: No such file or directory compilation terminated. make: *** [mk/patterns.mk:17: src/nix/develop.o] Error 1 <command-line>: fatal error: config.h: No such file or directory compilation terminated. make: *** [mk/patterns.mk:17: src/libexpr/eval.o] Error 1 rm src/nix/generated-doc/files/profiles.md
Expected behavior
It should build
nix-env --version output
nix-env --version
Additional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
nix develop .#native-ccacheStdenvPackages works.
nix develop .#native-ccacheStdenvPackages
Sorry, something went wrong.
if you run make all install -J<whjatever> do you still have the problem?
make all install -J<whjatever>
I hope to soon be able to close such issues with the Meson rewrite.
No branches or pull requests
Describe the bug
nix does not build following the instructions at https://hydra.nixos.org/build/263397466/download/1/manual/contributing/hacking.html
Steps To Reproduce
clone nix
Expected behavior
It should build
nix-env --version
outputAdditional context
Add any other context about the problem here.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: