Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442092 - media-gfx/gimp-9999 - Portage patch failed to apply (ltmain.sh version 2.4.2)!
Summary: media-gfx/gimp-9999 - Portage patch failed to apply (ltmain.sh version 2.4.2)!
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-06 19:46 UTC by Vasco Gervasi
Modified: 2014-09-20 00:26 UTC (History)
0 users

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


Attachments
build.log (build.log,8.02 KB, text/plain)
2012-11-06 19:46 UTC, Vasco Gervasi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vasco Gervasi 2012-11-06 19:46:08 UTC
Created attachment 328582 [details]
build.log

Hi all,
I am trying to emerge gimp-9999, I know this is a live version and it is not supported by devs, but I think that should be a problem with the ebuild so that's why I report this bug.
Emerging I get this error:

Now type 'make' to compile the GNU Image Manipulation Program.
 * Fixing OMF Makefiles ...                                                                                                                        [ ok ]
 * Disabling deprecation warnings ...                                                                                                              [ ok ]
 * Running elibtoolize in: gimp-9999/

 * Portage patch failed to apply (ltmain.sh version 2.4.2)!
 * Please file a bug report to add a proper patch.
 * ERROR: media-gfx/gimp-9999 failed (prepare phase):
 *   Portage patch failed to apply!

This is my "emerge --info": http://pastebin.com/raw.php?i=cqkRCeyH
Comment 1 Sebastian Pipping gentoo-dev 2012-11-07 20:36:53 UTC
Hello Yellowhat,


my version of libtool is the same.  With neither portage 2.1.10.65 nor 2.1.11.31 I get the error.  Would it be too much too ask to try with portage 2.1.11.31, the latest testing version?
Comment 2 Vasco Gervasi 2012-11-07 20:42:04 UTC
Downgrade portage to 2.1.11.31 and remerge gimp-9999 = same error.
Comment 3 Sebastian Pipping gentoo-dev 2012-11-08 00:57:33 UTC
Alright, thanks.

My impression is that libtoolize is call twice in the process (by ./autogen.sh and by gnome's call to elibtoolize) and that may be part of the problem.

Other things you could try:
- add debbugging statements to the libtool eclass (e.g. "set -x")
- replace the call to ./autogen.sh by eautoreconf, something else or nothing
Comment 4 Vasco Gervasi 2012-11-09 15:18:10 UTC
So, do you have an ebuild to test?
Comment 5 Sebastian Pipping gentoo-dev 2012-11-09 23:05:44 UTC
(In reply to comment #4)
> So, do you have an ebuild to test?

Sorry, no.  I cannot reproduce here and have no good clue of what is going on.
Comment 6 Vasco Gervasi 2012-11-09 23:27:09 UTC
Can I try to change anything?
Will be better if you tell me what lines.

Thanks
Comment 7 Vasco Gervasi 2012-11-10 00:24:49 UTC
I found a solution by commenting "gnome2_src_prepare".
This is the ebuild I use: https://raw.github.com/yellowhat/ebuilds/master/media-gfx/gimp/gimp-9999-r1.ebuild.

Thanks for reply
Comment 8 Sebastian Pipping gentoo-dev 2014-09-20 00:26:41 UTC
Latest reply two years old, live ebuild just updated, seems to work right now. Daring to close.