Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 346579 - x11-themes/redhat-artwork - build failed running aclocal with libtool-2.4
Summary: x11-themes/redhat-artwork - build failed running aclocal with libtool-2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Alastair Tse (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libtool-2.4
  Show dependency tree
 
Reported: 2010-11-23 22:14 UTC by Marko D
Modified: 2010-12-02 01:09 UTC (History)
1 user (show)

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


Attachments
ebuild patch (redhat-artwork-5.0.8-ebuild.patch,996 bytes, text/plain)
2010-11-23 22:15 UTC, Marko D
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marko D 2010-11-23 22:14:35 UTC
Emerging x11-themes/redhat-artwork is faling with aclocal error:

aclocal: macro `_LT_DECL_SED' required but not defined
aclocal: macro `_LT_FUNC_STRIPNAME_CNF' required but not defined

To fix the problem replace the 
export WANT_AUTOMAKE=1.8
with 
export WANT_AUTOMAKE="latest" (or maybe bettwer with the number like 1.11)
Comment 1 Marko D 2010-11-23 22:15:37 UTC
Created attachment 255257 [details]
ebuild patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-12-02 01:09:29 UTC
This was independently fixed.