Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 466410 - dev-libs/libcdio-paranoia-0.90_p1 fails with automake-1.13
Summary: dev-libs/libcdio-paranoia-0.90_p1 fails with automake-1.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: automake-1.13
  Show dependency tree
 
Reported: 2013-04-19 00:48 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2013-04-19 16:54 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 Arfrever Frehtes Taifersar Arahesis 2013-04-19 00:48:12 UTC
>>> Preparing source in /var/tmp/portage/dev-libs/libcdio-paranoia-0.90_p1/work/libcdio-paranoia-10.2+0.90+1 ...
 * Applying libcdio-paranoia-0.90-mkdir_p.patch ...                                                                                                   [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-libs/libcdio-paranoia-0.90_p1/work/libcdio-paranoia-10.2+0.90+1' ...
 * Running libtoolize --install --copy --force --automake ...                                                                                         [ ok ]
 * Running aclocal -I m4 ...                                                                                                                          [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/dev-libs/libcdio-paranoia-0.90_p1/temp/aclocal.out

 * ERROR: dev-libs/libcdio-paranoia-0.90_p1 failed (prepare phase):
 *   Failed Running aclocal !


$ cat /var/tmp/portage/dev-libs/libcdio-paranoia-0.90_p1/temp/aclocal.out
***** aclocal *****
***** PWD: /var/tmp/portage/dev-libs/libcdio-paranoia-0.90_p1/work/libcdio-paranoia-10.2+0.90+1
***** aclocal -I m4

/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225:   run info Automake 'Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225:   or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
configure.ac:32: 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.ac:32: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 1
aclocal-1.13: error: echo failed with exit status: 1
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-04-19 16:54:01 UTC
fixed by using AC_CONFIG_HEADERS instead. no revbump. thanks for reporting.