|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
GUB: lilypond smart-autogen.sh failureHi,
I'm getting this cryptic configure error right after arriving at the darwin-x86::lilypond stage. I definitely have autoconf installed on my system, so I don't know how the script is not finding autoconf... Hopefully someone can spot the problem. Thanks, Patrick *** Stage: autoupdate (lilypond, darwin-x86) invoking cd /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master && ./smart-autogen.sh --noconfigure ++ cat /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/configure.in /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/stepmake/aclocal.m4 ++ md5sum ++ cut -b 1-32 + AUTOGEN_INPUT_CHECKSUM=46aec0a048d092df4174893b46180246 + CHECKSUM_FILE=autogen.checksum ++ cat autogen.checksum cat: autogen.checksum: No such file or directory + test '' = 46aec0a048d092df4174893b46180246 + set -e + /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/autogen.sh --noconfigure ++ dirname /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/autogen.sh + srcdir=/home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master + case $1 in + NOCONFIGURE=true + '[' '!' -f aclocal.m4 -o stepmake/aclocal.m4 -nt aclocal.m4 ']' + echo 'stepmake/aclocal.m4 is newer. Copying file.' stepmake/aclocal.m4 is newer. Copying file. + cp -f stepmake/aclocal.m4 aclocal.m4 + '[' '!' -f autogen.sh -o stepmake/autogen.sh -nt autogen.sh ']' + for i in autoconf2.50 autoconf-2.50 autoconf false ++ autoconf2.50 --version ++ head -n 1 ++ awk '{print $NF}' ++ awk -F. '{print $1 * 100 + $2}' + version= + test 0 -ge 250 + for i in autoconf2.50 autoconf-2.50 autoconf false ++ autoconf-2.50 --version ++ head -n 1 ++ awk '{print $NF}' ++ awk -F. '{print $1 * 100 + $2}' + version= + test 0 -ge 250 + for i in autoconf2.50 autoconf-2.50 autoconf false ++ autoconf --version ++ head -n 1 ++ awk '{print $NF}' ++ awk -F. '{print $1 * 100 + $2}' + version= + test 0 -ge 250 + for i in autoconf2.50 autoconf-2.50 autoconf false ++ false --version ++ head -n 1 ++ awk -F. '{print $1 * 100 + $2}' ++ awk '{print $NF}' + version= + test 0 -ge 250 /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master/autogen.sh: line 36: autoconf: unbound variable Command barfed: cd /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master && ./smart-autogen.sh --noconfigure Traceback (most recent call last): File "bin/gub", line 230, in exceptional_build build (settings, options, files) File "bin/gub", line 226, in build b.build_source_packages (names) File "bin/../gub/buildrunner.py", line 334, in build_source_packages self.spec_build (spec_name) File "bin/../gub/buildrunner.py", line 262, in spec_build deferred_runner.execute_deferred_commands () File "bin/../gub/runner.py", line 167, in execute_deferred_commands cmd.execute (self.logger) File "bin/../gub/commands.py", line 75, in execute ignore_errors=self.ignore_errors) File "bin/../gub/loggedos.py", line 37, in system raise misc.SystemFailed (m) SystemFailed: Command barfed: cd /home/pnorcks/git/gub/target/darwin-x86/src/lilypond-git.sv.gnu.org--lilypond.git-master && ./smart-autogen.sh --noconfigure _______________________________________________ lilypond-devel mailing list lilypond-devel@... http://lists.gnu.org/mailman/listinfo/lilypond-devel |
|
|
Re: GUB: lilypond smart-autogen.sh failureOn 2009-10-29, Patrick McCarty wrote:
> Hi, > > I'm getting this cryptic configure error right after arriving at the > darwin-x86::lilypond stage. > > I definitely have autoconf installed on my system, so I don't know how > the script is not finding autoconf... > > Hopefully someone can spot the problem. I neglected to mention that this is a fresh build with LIBRESTRICT=open, in case you were wondering how I managed to bypass the libpng error. Thanks, Patrick _______________________________________________ lilypond-devel mailing list lilypond-devel@... http://lists.gnu.org/mailman/listinfo/lilypond-devel |
|
|
Re: GUB: lilypond smart-autogen.sh failureOn Thu, Oct 29, 2009 at 02:31:10AM -0700, Patrick McCarty wrote:
> I'm getting this cryptic configure error right after arriving at the > darwin-x86::lilypond stage. > > I definitely have autoconf installed on my system, so I don't know how > the script is not finding autoconf... Don't forget that GUB builds everything itself. Do you have a target/tools/root/usr/bin/autoconf or target/darwin-x86/root/usr/bin/autoconf or something like that? What does find target/ -name "autoconf" give you? I'll check tomorrow to see what I have on my university computer for those. As for your patch, I'll wait for Jan to look at it; he's away this week. I don't have any commit ability anyway, so nothing will really happen even if I _do_ look at it. :) Cheers, - Graham _______________________________________________ lilypond-devel mailing list lilypond-devel@... http://lists.gnu.org/mailman/listinfo/lilypond-devel |
|
|
Re: GUB: lilypond smart-autogen.sh failureOn 2009-10-30, Graham Percival wrote:
> On Thu, Oct 29, 2009 at 02:31:10AM -0700, Patrick McCarty wrote: > > I'm getting this cryptic configure error right after arriving at the > > darwin-x86::lilypond stage. > > > > I definitely have autoconf installed on my system, so I don't know how > > the script is not finding autoconf... > > Don't forget that GUB builds everything itself. Do you have a > target/tools/root/usr/bin/autoconf > or > target/darwin-x86/root/usr/bin/autoconf > or something like that? What does > find target/ -name "autoconf" > give you? Yeah, it's there. $ find target -name "autoconf" target/tools/root/usr/bin/autoconf target/tools/root/usr/share/autoconf target/tools/root/usr/share/autoconf/autoconf I'm going to try running this through strace to see if that gives any more hints. > As for your patch, I'll wait for Jan to look at it; he's away this > week. I don't have any commit ability anyway, so nothing will > really happen even if I _do_ look at it. :) Okay, no problem. Thanks, Patrick _______________________________________________ lilypond-devel mailing list lilypond-devel@... http://lists.gnu.org/mailman/listinfo/lilypond-devel |
| Free embeddable forum powered by Nabble | Forum Help |