Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296782 - aclocal is killed with SIGILL while emerging sys-devel/libtool-2.2.6b
Summary: aclocal is killed with SIGILL while emerging sys-devel/libtool-2.2.6b
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-13 20:37 UTC by Kevin Haddock
Modified: 2010-01-21 16:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
relevant files (fubar,31.01 KB, text/plain)
2009-12-13 20:39 UTC, Kevin Haddock
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haddock 2009-12-13 20:37:03 UTC
Failed to emerge sys-devel/libtool-2.2.6b,  Failed Running aclocal !


Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -kuDN world
3.

Actual Results:  
>>> Emerging (1 of 145) sys-devel/libtool-2.2.6b
 * libtool-2.2.6b.tar.lzma RMD160 SHA1 SHA256 size ;-) ...            [ ok ]
 * checking ebuild checksums ;-) ...                                  [ ok ]
 * checking auxfile checksums ;-) ...                                 [ ok ]
 * checking miscfile checksums ;-) ...                                [ ok ]
>>> Unpacking source...
>>> Unpacking libtool-2.2.6b.tar.lzma to /var/tmp/portage/sys-devel/libtool-2.2.6b/work
 * Applying libtool-2.2.6a-tests-locale.patch ...                      [ ok ]
 * Removing useless C++ checks ...                                     [ ok ]
 * Applying libtool-1.5.20-use-linux-version-in-fbsd.patch ...         [ ok ]
 * Running eautoreconf in '/var/tmp/portage/sys-devel/libtool-2.2.6b/work/libtool-2.2.6b/libltdl' ...
 * Running aclocal -I m4 ...                                           [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/sys-devel/libtool-2.2.6b/temp/aclocal.out

 * 
 * ERROR: sys-devel/libtool-2.2.6b failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 3070:  Called eautoreconf
 *             environment, line  960:  Called eaclocal
 *             environment, line  899:  Called autotools_run_tool 'aclocal' '-I' 'm4'
 *             environment, line  450:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *  The die message:
 *   Failed Running aclocal !
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/sys-devel:libtool-2.2.6b:20091213-201428.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/libtool-2.2.6b/temp/environment'.
 * 


Expected Results:  
emerge would complete w/o error
Comment 1 Kevin Haddock 2009-12-13 20:39:47 UTC
Created attachment 212917 [details]
relevant files
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-14 21:58:51 UTC
Given that aclocal is a script, your system is definitely messed up…

CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -mmmx -msse -msse2  -msse3 -mfpmath=sse"

given this line I wonder if your P4 does support SSE3 or not; you're using -march=native so all the -m$simd are either pointless or forcing something your system doesn't support.

I'd say INVALID.
Comment 3 pier 2009-12-25 21:34:41 UTC
Same here:

 * Running autoheader ...                                                 [ ok ]
 * Running automake --add-missing --copy ...                              [ !! ]

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/sys-devel/libtool-2.2.6b/temp/automake-24870.out

 * ERROR: sys-devel/libtool-2.2.6b failed:
 *   Failed Running automake !
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_unpack
 *   environment, line 6887:  Called eautoreconf
 *   environment, line 4720:  Called eautomake
 *   environment, line 4693:  Called autotools_run_tool 'automake' '--add-missing' '--copy'
 *   environment, line 4193:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of 'emerge --info =sys-devel/libtool-2.2.6b',
 * the complete build log and the output of 'emerge -pqv =sys-devel/libtool-2.2.6b'.
 * The complete build log is located at '/var/tmp/portage/sys-devel/libtool-2.2.6b/temp/build.
log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/libtool-2.2.6b/temp/e
nvironment'.
 * S: '/var/tmp/portage/sys-devel/libtool-2.2.6b/work/libtool-2.2.6b'

>>> Failed to emerge sys-devel/libtool-2.2.6b, Log file:

>>>  '/var/tmp/portage/sys-devel/libtool-2.2.6b/temp/build.log'

 * Messages for package sys-devel/libtool-2.2.6b:

 * Failed Running automake !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/sys-devel/libtool-2.2.6b/temp/automake-24870.out
 * ERROR: sys-devel/libtool-2.2.6b failed:
 *   Failed Running automake !
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_unpack
 *   environment, line 6887:  Called eautoreconf
 *   environment, line 4720:  Called eautomake
 *   environment, line 4693:  Called autotools_run_tool 'automake' '--add-missing' '--copy'
 *   environment, line 4193:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 * 
 * If you need support, post the output of 'emerge --info =sys-devel/libtool-2.2.6b',
 * the complete build log and the output of 'emerge -pqv =sys-devel/libtool-2.2.6b'.
 * The complete build log is located at '/var/tmp/portage/sys-devel/libtool-2.2.6b/temp/build.
log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/libtool-2.2.6b/temp/e
nvironment'.
 * S: '/var/tmp/portage/sys-devel/libtool-2.2.6b/work/libtool-2.2.6b'
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-12-26 01:05:59 UTC
And if you don't provide emerge --info, you're not going to get any help.
Comment 5 Erik 2010-01-21 16:04:09 UTC
This seems to have been the fault atleast for me.

***** automake *****
***** PWD: /var/tmp/portage/sys-devel/libtool-2.2.6b/work/libtool-2.2.6b
***** automake --add-missing --copy

configure.ac:125: require Automake 1.10.1, but have 1.10