Skip to content
New issue

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

tree package build errors ignored #5214

Closed
joachifm opened this issue Dec 3, 2014 · 0 comments
Closed

tree package build errors ignored #5214

joachifm opened this issue Dec 3, 2014 · 0 comments

Comments

@joachifm
Copy link
Contributor

joachifm commented Dec 3, 2014

The tree package fails to build but the errors are being ignored, resulting
in a closure without the actual tree binary.
The problem appears to be that $CC is unset and that its arguments
are passed directly to the command interpreter.

Pasting from http://hydra.nixos.org/build/17496175/log/raw for reference:

ggdb -Wall -DLINUX -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o tree.o tree.c
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash: ggdb: command not found
make: [tree.o] Error 127 (ignored)
building unix.o
[...]
o tree  tree.o unix.o html.o xml.o json.o hash.o color.o
/nix/store/bzqcs6b5r64xf4v86m2a5pcndhv1lnab-bash-4.3-p30/bin/bash: o: command not found
make: [tree] Error 127 (ignored)
building install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants