Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 413999 - x11-wm/openbox-9999 Failed Running autoconf
Summary: x11-wm/openbox-9999 Failed Running autoconf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-29 15:18 UTC by Julian Ospald
Modified: 2012-05-05 08:34 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,22.39 KB, text/plain)
2012-04-29 15:18 UTC, Julian Ospald
Details
autoconf.out (autoconf.out,282 bytes, text/plain)
2012-04-29 15:19 UTC, Julian Ospald
Details
emerge.info (emerge.info,5.05 KB, text/plain)
2012-04-29 15:28 UTC, Julian Ospald
Details
openbox-9999.ebuild.diff (openbox-9999.ebuild.diff,389 bytes, patch)
2012-04-29 15:38 UTC, Julian Ospald
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2012-04-29 15:18:49 UTC
Created attachment 310413 [details]
build.log

openbox does not emerge
Comment 1 Julian Ospald 2012-04-29 15:19:12 UTC
Created attachment 310415 [details]
autoconf.out
Comment 2 Julian Ospald 2012-04-29 15:28:56 UTC
Created attachment 310417 [details]
emerge.info
Comment 3 Julian Ospald 2012-04-29 15:38:40 UTC
Created attachment 310419 [details, diff]
openbox-9999.ebuild.diff

simple solution

the configure.ac now uses AM_SILENT_RULES macro which is only available since automake:1.11 hence we set WANT_AUTOMAKE="1.11"

http://www.flameeyes.eu/autotools-mythbuster/automake/silent.html
Comment 4 Julian Ospald 2012-04-29 15:41:24 UTC
or just remove WANT_AUTOMAKE completely so it uses "latest"
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2012-05-05 08:34:10 UTC
Fixed