[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf command not found
From: |
Ludovic Courtès |
Subject: |
Re: autoconf command not found |
Date: |
Mon, 06 Jan 2014 13:56:00 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Kete <address@hidden> skribis:
> starting phase `build'
> cd . && autoconf
> /nix/store/97vnvqq5daji73b71v4cnmyaa7r3hzk2-bash-4.2/bin/sh: autoconf:
> command not found
> Makefile:371: recipe for target 'configure' failed
> make: *** [configure] Error 127
> phase `build' failed after 0 seconds
Where does this build log come from?
> $ guix package -I
> autoconf 2.69 out /nix/store/...-autoconf-2.69
> ...
Apparently the log above comes from a build, i.e., something run in the
build environment (chroot, etc.)
What’s installed in the users’ profiles doesn’t matter here; what
matters is the ‘inputs’ field of the package being built. Apparently
here ‘autoconf’ would need to be added as an input to that package.
However, that’s often a bad idea, but it’s hard to discuss without
having more details. Could you explain what you are trying to build and
how, so we can better investigate?
TIA,
Ludo’.