Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220703 - dev-scheme/guile-1.8.4-r1 fails to build with libtool-2.2.4
Summary: dev-scheme/guile-1.8.4-r1 fails to build with libtool-2.2.4
Status: RESOLVED DUPLICATE of bug 212723
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libtool-2.2
  Show dependency tree
 
Reported: 2008-05-07 06:00 UTC by Christian Schmidt
Modified: 2008-05-07 07:11 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***