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

Bug 218444

Summary: media-libs/libmpcdec-1.2.6-r2 fails to build with sys-devel/libtool-2.2*
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 212763    
Attachments: automake-8578.out
libmpcdec-1.2.6-libtool22.patch

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.