Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218444 - media-libs/libmpcdec-1.2.6-r2 fails to build with sys-devel/libtool-2.2*
Summary: media-libs/libmpcdec-1.2.6-r2 fails to build with sys-devel/libtool-2.2*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: libtool-2.2
  Show dependency tree
 
Reported: 2008-04-19 17:50 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-04-20 17:32 UTC (History)
0 users

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


Attachments
automake-8578.out (automake-8578.out,556 bytes, text/plain)
2008-04-19 17:52 UTC, Arfrever Frehtes Taifersar Arahesis (RETIRED)
Details
libmpcdec-1.2.6-libtool22.patch (libmpcdec-1.2.6-libtool22.patch,373 bytes, patch)
2008-04-19 20:26 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-04-19 17:50:10 UTC
>>> Unpacking source...
>>> Unpacking libmpcdec-1.2.6.tar.bz2 to /var/tmp/portage/media-libs/libmpcdec-1.2.6-r2/work
 * Applying libmpcdec-1.2.6-riceitdown.patch ...                                                                                                                                                         [ ok ]
 * Running eautoreconf in '/var/tmp/portage/media-libs/libmpcdec-1.2.6-r2/work/libmpcdec-1.2.6' ...
 * Running aclocal ...                                                                                                                                                                                   [ ok ]
 * Running libtoolize --copy --force --install --automake ...                                                                                                                                            [ ok ]
 * Running aclocal ...                                                                                                                                                                                   [ ok ]
 * Running autoconf ...                                                                                                                                                                                  [ ok ]
 * Running autoheader ...                                                                                                                                                                                [ ok ]
 * Running automake --add-missing --copy --foreign ...                                                                                                                                                   [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/media-libs/libmpcdec-1.2.6-r2/temp/automake-8578.out

 *
 * ERROR: media-libs/libmpcdec-1.2.6-r2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_unpack
 *             environment, line 2626:  Called eautoreconf
 *             environment, line  859:  Called eautomake
 *             environment, line  833:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign'
 *             environment, line  353:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
 *  The die message:
 *   Failed Running automake !
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/media-libs:libmpcdec-1.2.6-r2:20080419-174556.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/libmpcdec-1.2.6-r2/temp/environment'.
 *
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-04-19 17:52:17 UTC
Created attachment 150309 [details]
automake-8578.out
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-19 20:26:52 UTC
Created attachment 150320 [details, diff]
libmpcdec-1.2.6-libtool22.patch

Good catch, can you test this patch to see if it solves the issue?
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-04-20 12:06:33 UTC
(In reply to comment #2)
> Created an attachment (id=150320) [edit]
> libmpcdec-1.2.6-libtool22.patch
> 
> Good catch, can you test this patch to see if it solves the issue?

This patch solves this issue.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-04-20 17:32:27 UTC
Thanks, committed.