Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466946 - media-tv/xbmc-9999 fails: configure.ac:8: error: 'AM_CONFIG_HEADER': this macro is obsolete.
Summary: media-tv/xbmc-9999 fails: configure.ac:8: error: 'AM_CONFIG_HEADER': this mac...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: automake-1.13
  Show dependency tree
 
Reported: 2013-04-24 00:06 UTC by Craig Andrews
Modified: 2013-04-28 19:37 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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