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

Bug 466946

Summary: media-tv/xbmc-9999 fails: configure.ac:8: error: 'AM_CONFIG_HEADER': this macro is obsolete.
Product: Gentoo Linux Reporter: Craig Andrews <candrews>
Component: Current packagesAssignee: Gentoo Xbox project <xbox>
Status: RESOLVED UPSTREAM    
Severity: normal CC: Acidphase, candrews
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 451744    

Description Craig Andrews gentoo-dev 2013-04-24 00:06:24 UTC
Using automake 1.13, media-tv/xbmc-9999 fails: with this error:

configure.ac:8: error: 'AM_CONFIG_HEADER': this macro is obsolete.

in the /var/tmp/portage/media-tv/xbmc-9999/work/lib/libdvd/libdvdread directory.

It appears XBMC and automake >= 1.13 do not get along.

Adding:
WANT_AUTOMAKE="1.11"
above the:
inherit eutils python-single-r1 multiprocessing autotools
line in the build works around this problem.

Reproducible: Always
Comment 1 Ron 2013-04-28 18:05:11 UTC
Getting the same result.
Comment 2 SpanKY gentoo-dev 2013-04-28 18:16:49 UTC
errors in the 9999 ebuild belong in the upstream tracker
Comment 3 Craig Andrews gentoo-dev 2013-04-28 19:37:51 UTC
reported upstream at http://trac.xbmc.org/ticket/14296