Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 220501

Summary: =dev-scheme/guile-1.8.4-r1 fails to compile
Product: Gentoo Linux Reporter: Paul Philippov <themactep>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: jdaluz
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Paul Philippov 2008-05-05 23:40:51 UTC
guile-1.8.4-r1 fails to compile and complains on libtoolize

Reproducible: Always

Steps to Reproduce:
1. emerge -va guile

Actual Results:  
>>> Emerging (1 of 2) dev-scheme/guile-1.8.4-r1 to /
 * guile-1.8.4.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                       [ ok ]
 * checking ebuild checksums ;-) ...                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                      [ ok ]
 * checking guile-1.8.4.tar.gz ;-) ...                                                                      [ ok ]
>>> Unpacking source...
>>> Unpacking guile-1.8.4.tar.gz to /var/tmp/portage/dev-scheme/guile-1.8.4-r1/work
tar: guile-1.8.4/guile-readline/ltmain.sh: implausibly old time stamp 1970-01-01 03:00:00
tar: guile-1.8.4/build-aux/config.sub: implausibly old time stamp 1970-01-01 03:00:00
tar: guile-1.8.4/build-aux/config.guess: implausibly old time stamp 1970-01-01 03:00:00
tar: guile-1.8.4/build-aux/ltmain.sh: implausibly old time stamp 1970-01-01 03:00:00
 * Applying gcc-4.3.patch ...                                                                               [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-scheme/guile-1.8.4-r1/work/guile-1.8.4' ...
 * Running aclocal -I guile-config ...                                                                      [ ok ]
 * Running libtoolize --copy --force --automake ...                                                         [ !! ]

 * Failed Running libtoolize !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/dev-scheme/guile-1.8.4-r1/temp/libtoolize-30315.out

 * 
 * ERROR: dev-scheme/guile-1.8.4-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2898:  Called eautoreconf
 *             environment, line  958:  Called _elibtoolize '--copy' '--force'
 *             environment, line  280:  Called autotools_run_tool 'libtoolize' '--copy' '--force' '--automake'
 *             environment, line  425:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *  The die message:
 *   Failed Running libtoolize !
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/dev-scheme/guile-1.8.4-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-scheme/guile-1.8.4-r1/temp/environment'.
 * 



$cat /var/tmp/portage/dev-scheme/guile-1.8.4-r1/temp/libtoolize-30315.out

***** libtoolize *****
***** libtoolize --copy --force --automake

libtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I guile-config.
Comment 1 Jose daLuz 2008-05-06 00:23:26 UTC
This is part of the libtool 2.2 breakage -- see bug# 212763.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-05-06 00:25:38 UTC

*** This bug has been marked as a duplicate of bug 220339 ***