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

Bug 220703

Summary: dev-scheme/guile-1.8.4-r1 fails to build with libtool-2.2.4
Product: Gentoo Linux Reporter: Christian Schmidt <gentoo>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 212763    

Description Christian Schmidt 2008-05-07 06:00:30 UTC
As libtool-2.2.4 comes with a new version of libltdl (so.7 vs. former so.3) rebuild of guile (among others) is needed. This fails with:

 * Running eautoreconf in '/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:
 * 
 *   /tmp/portage/dev-scheme/guile-1.8.4-r1/temp/libtoolize-27287.out

The content of above file is:
***** libtoolize *****
***** libtoolize --copy --force --automake

libtoolize: AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I guile-config.



Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2008-05-07 07:08:53 UTC
Looks like this is already fixed in CVS:

    #for libtool-2.2*, bug 212723
    sed 's/AC_CONFIG_MACRO_DIR(\[m4\])/AC_CONFIG_MACRO_DIR(\[guile-config\])/' -i configure.in

Please re-sync and try again.
Comment 2 Ulrich Müller gentoo-dev 2008-05-07 07:10:25 UTC
.
Comment 3 Ulrich Müller gentoo-dev 2008-05-07 07:11:04 UTC

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