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

Bug 537406

Summary: gtk-sharp-gapi failed running automake
Product: Gentoo Linux Reporter: Jakub Klawiter <jklawiter>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
automake.out

Description Jakub Klawiter 2015-01-22 23:46:32 UTC
Created attachment 394678 [details]
emerge --info

I'm trying to install banshee where mono is a dependency and it fails with gtk-sharp-gapi:

 * Applying gtk-sharp-2.12.7.patch ...                                                                               [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-dotnet/gtk-sharp-gapi-2.12.10/work/gtk-sharp-2.12.10' ...
 * Running libtoolize --install --copy --force --automake ...                                                        [ ok ]
 * Running aclocal ...                                                                                               [ ok ]
 * This package has a configure.in file which has long been deprecated.  Please
 * update it to use configure.ac instead as newer versions of autotools will die
 * when it finds this file.  See https://bugs.gentoo.org/426262 for details.
 * Running autoconf ...                                                                                              [ ok ]
 * Running autoheader ...                                                                                            [ ok ]
 * Running automake --add-missing --copy --foreign --force-missing ...                                               [ !! ]

 * Failed Running automake !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/dev-dotnet/gtk-sharp-gapi-2.12.10/temp/automake.out

 * ERROR: dev-dotnet/gtk-sharp-gapi-2.12.10::gentoo failed (prepare phase):
 *   Failed Running automake !
 *
 * Call stack:
 *     ebuild.sh, line   93:  Called src_prepare
 *   environment, line 3042:  Called gtk-sharp-module_src_prepare
 *   environment, line 2219:  Called eautoreconf
 *   environment, line  989:  Called eautomake
 *   environment, line  947:  Called autotools_run_tool 'automake' '--add-missing' '--copy' '--foreign' '--force-missing'
 *   environment, line  636:  Called die
 * The specific snippet of code:
 *           die "Failed Running $1 !";
Comment 1 Jakub Klawiter 2015-01-22 23:47:39 UTC
Created attachment 394682 [details]
automake.out
Comment 2 Jakub Klawiter 2015-01-23 00:08:54 UTC
strange. I've just emerge --sync did not upgrade anything and now it works. Weird a bit.