Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468060 - media-libs/sdl-sound-1.0.3: does not build with sys-devel/automake-1.13.1
Summary: media-libs/sdl-sound-1.0.3: does not build with sys-devel/automake-1.13.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 20:47 UTC by Denis Lisov
Modified: 2013-04-30 21:14 UTC (History)
0 users

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 Denis Lisov 2013-04-30 20:47:16 UTC
# FEATURES="-fail-clean" emerge -1 sdl-sound
<...snip...>
 * Applying sdl-sound-1.0.3-underlinking.patch ...
 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/media-libs/sdl-sound-1.0.3/work/SDL_sound-1.0.3' ...
 * Running libtoolize --install --copy --force --automake ...
 [ ok ]
 * Running aclocal ...
 [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/media-libs/sdl-sound-1.0.3/temp/aclocal.out

 * ERROR: media-libs/sdl-sound-1.0.3 failed (prepare phase):
 *   Failed Running aclocal !
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 2908:  Called eautoreconf
 *   environment, line  835:  Called eaclocal
 *   environment, line  738:  Called autotools_run_tool '--at-m4flags' 'aclocal'
 *   environment, line  608:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
<...snip...>



# cat /var/tmp/portage/media-libs/sdl-sound-1.0.3/temp/aclocal.out
***** aclocal *****
***** PWD: /var/tmp/portage/media-libs/sdl-sound-1.0.3/work/SDL_sound-1.0.3
***** aclocal

aclocal-1.13: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:46: error: 'AM_CONFIG_HEADER': this macro is obsolete.
    You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.in:46: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1



# WANT_AUTOMAKE="1.12" emerge -1 sdl-sound # emerges successfully



Reproducible: Always
Comment 1 Julian Ospald 2013-04-30 21:14:26 UTC
+  30 Apr 2013; Julian Ospald <hasufell@gentoo.org> sdl-sound-1.0.3.ebuild,
+  +files/sdl-sound-1.0.3-automake-1.13.patch:
+  fix build with automake-1.13 wrt #468060