This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Unexpected automake version dependency causes build to fail


It looks as if crosstool-ng-1.3.1 (or maybe the particular component I'm 
trying to build) has a fresh dependency on automake 1.10.1.  I'm trying to 
build powerpc-405-linux-gnu, and I get the following:

1. Terminal transcript:

...
[EXTRA]    Extracting and patching 'mpfr-2.3.2'
[ERROR]    Build failed in step 'Extracting and patching toolchain components'
...

2. Tail of build.log:

... (extracting mpfr) ...
[ALL  ]    mpfr-2.3.2/sub1sp.c
[ALL  ]    Overiding config.guess and config.sub
[ALL  ]    `/home/mga83/tools/crosstool-ng/crosstool-ng-1.3.1/tools/config.guess' -> `./config.guess'
[ALL  ]    `/home/mga83/tools/crosstool-ng/crosstool-ng-1.3.1/tools/config.sub'-> `./config.sub'
[DEBUG]    Re-building autotools files
[DEBUG]    ==> Executing: 'autoreconf -fi'
[ALL  ]    /usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
[ALL  ]      run info '(automake)Extending aclocal'
[ALL  ]      or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
[ALL  ]    /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
[ALL  ]    /usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
[ALL  ]      run info '(automake)Extending aclocal'
[ALL  ]      or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
[ALL  ]    /usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
[ALL  ]    configure.in:28: require Automake 1.10.1, but have 1.9.2
[ALL  ]    autoreconf: automake failed with exit status: 1
[ERROR]    Build failed in step 'Extracting and patching toolchain components'
[ERROR]    Error happened in '/home/mga83/tools/crosstool-ng/crosstool-ng-1.3.1/scripts/functions' in function 'CT_DoExecLog' (line unknown, sorry)
[ERROR]          called from '/home/mga83/tools/crosstool-ng/crosstool-ng-1.3.1/scripts/build/mpfr.sh' at line # 39 in function 'do_mpfr_extract'
[ERROR]          called from '/home/mga83/tools/crosstool-ng/crosstool-ng-1.3.1/scripts/crosstool.sh' at line # 443 in function 'main'
[ERROR]    Look at '/home/mga83/powerpc-405-linux-gnu/build.log' for more info on this error.
[ERROR]  (elapsed: 6:00.07)

Ok, my automake is not so fresh.  But I thought crosstool-ng was clever 
about these things?

Does crosstool-ng have the hooks to build its own local copy of automake, 
or do I need to do that first (and somehow ensure it's in the right places 
and doesn't get muddled with my existing elderly tools)?

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]