Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537406 - gtk-sharp-gapi failed running automake
Summary: gtk-sharp-gapi failed running automake
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 23:46 UTC by Jakub Klawiter
Modified: 2015-01-23 00:08 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info.txt,4.77 KB, text/plain)
2015-01-22 23:46 UTC, Jakub Klawiter
Details
automake.out (automake.out,1.76 KB, text/plain)
2015-01-22 23:47 UTC, Jakub Klawiter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.