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

Bug 413999

Summary: x11-wm/openbox-9999 Failed Running autoconf
Product: Gentoo Linux Reporter: Julian Ospald <hasufell>
Component: New packagesAssignee: Markos Chandras (RETIRED) <hwoarang>
Status: RESOLVED FIXED    
Severity: normal CC: desktop-wm+disabled, lxde+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
autoconf.out
emerge.info
openbox-9999.ebuild.diff

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