Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38972 - gimp 2.0pre2 problems
Summary: gimp 2.0pre2 problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 41355 41375 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-01-21 17:04 UTC by Bret Towe
Modified: 2004-02-15 11:09 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bret Towe 2004-01-21 17:04:26 UTC
when trying to merge 2.0pre2 i got this

checking for pygtk-2.0 >= 1.99.15... Requested 'pygtk-2.0 >= 1.99.15' but version of PyGTK is 1.99.13

editing the ebuild and bumping the ver needed fixed that problem

trying to run it didnt work tho complains about missing library
libgimpbase-1.3.so.23
ldd on the binary shows couple other missing looking at the package listing
it installed only .a files for those libs no .so
Comment 1 Bret Towe 2004-01-27 23:02:17 UTC
having gimpprint in the use flags causes this problem it seems
Comment 2 Ben Carrell 2004-02-05 15:24:56 UTC
i built gimp-2.0_pre2 without gimpprint and recieve the same error

gimp-1.3: error while loading shared libraries: libgimpbase-1.3.so.23: cannot open shared object file: No such file or directory

I think it should be linked against:

/usr/lib/libgimpbase-1.3.so
/usr/lib/libgimpbase-1.3.so.24
/usr/lib/libgimpbase-1.3.so.24.1.0

As those are there.  (libgimpbase, libgimpmath, and libgimpcolor)
Comment 3 Philip Allison 2004-02-06 11:30:37 UTC
I had this problem also - resolved by completely unmerging dev. versions of the GIMP, and re-emerging 2.0pre2. Got to be worth trying. :)
Comment 4 Bret Towe 2004-02-07 14:56:42 UTC
yeah unmerging gimp 2.0pre2 and remerging with gimpprint does work for me
Comment 5 foser (RETIRED) gentoo-dev 2004-02-07 15:07:49 UTC
my mistake, i took some stuff out that shouldve stayed. Will fix next release.
Comment 6 Priit Laes (IRC: plaes) 2004-02-12 00:06:47 UTC
Seems like this problem is still present with media-gfx/gimp-2.0_pre3
Comment 7 Spider (RETIRED) gentoo-dev 2004-02-12 00:32:34 UTC
hmmm, Shouldn't --reverse-deps have fixed this? *mutters*
Comment 8 foser (RETIRED) gentoo-dev 2004-02-12 06:51:28 UTC
that bump does not contain my intended fixes, will add a revision bump soon.
Comment 9 Alastair Tse (RETIRED) gentoo-dev 2004-02-12 06:52:14 UTC
*** Bug 41355 has been marked as a duplicate of this bug. ***
Comment 10 Alastair Tse (RETIRED) gentoo-dev 2004-02-12 08:04:14 UTC
*** Bug 41375 has been marked as a duplicate of this bug. ***
Comment 11 foser (RETIRED) gentoo-dev 2004-02-15 11:09:39 UTC
I just added gimp-2.0_pre3-r1 with the libtool fix i removed earlier on. The next release will likely prove if it suffices ;)