Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409037 - building of x11-wm/icewm-1.2.37 fails
Summary: building of x11-wm/icewm-1.2.37 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-20 17:21 UTC by anm.nov
Modified: 2012-03-20 17:58 UTC (History)
1 user (show)

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


Attachments
aclocal.out (file_409037.txt,311 bytes, text/plain)
2012-03-20 17:21 UTC, anm.nov
Details
emerge --info (file_409037.txt,4.33 KB, text/plain)
2012-03-20 17:23 UTC, anm.nov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anm.nov 2012-03-20 17:21:24 UTC
Created attachment 306015 [details]
aclocal.out

Auto-rebuild due to removed esd flag:

Failed Running aclocal !
 * 
 * ERROR: x11-wm/icewm-1.2.37 failed (unpack phase):
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_unpack
 *   environment, line 2502:  Called eautoreconf
 *   environment, line  640:  Called eaclocal
 *   environment, line  558:  Called autotools_run_tool '--at-m4flags' 'aclocal'
 *   environment, line  409:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";

Perhaps some automake version mismatch?
Comment 1 anm.nov 2012-03-20 17:23:28 UTC
Created attachment 306019 [details]
emerge --info
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-03-20 17:25:15 UTC
This was my bad and mistake with autotools.eclass. The commit was no longer than 1-2 minute in Portage and was then reverted. Unfortunately it looks like mirrors got synced during that time. Please try again in 1 hour or so.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-03-20 17:55:35 UTC
sed -i -e '/LATEST_AUTOMAKE/s:1.11.1:1.11:' $(portageq envvar PORTDIR)/eclass/autotools.eclass

for a quick workaround if you can't wait for next --sync.
Comment 4 anm.nov 2012-03-20 17:58:32 UTC
It's working now (after sync). Appreciate early response.