Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7810 - libgd.so points to wrong location
Summary: libgd.so points to wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 7961 8002 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-11 11:43 UTC by Andrei Ivanov
Modified: 2003-02-04 19:42 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 Andrei Ivanov 2002-09-11 11:43:25 UTC
libgd.so -> /var/tmp/portage/libgd-2.0.1/image//usr/lib/libgd.so.2.0.0

libgd version is 2.0.1
I tried to reemerge libgd and I see this:

>>> md5 ;-) gd-2.0.1.tar.gz
>>> Unpacking source...
>>> Unpacking gd-2.0.1.tar.gz
patch: option requires an argument -- p
patch: Try `patch --help' for more information.
>>> Source unpacked.

It seems patch doesn't like its parameters...
Comment 1 Benjamin J. 2002-09-12 09:42:31 UTC
this should be added before preplib /usr in the libgd 2.0.1 ebuild:
rm ${D}/usr/lib/libgd.so.2
rm ${D}/usr/lib/libgd.so

this after preplib /usr:

dosym libgd.so.2.0.0 /usr/lib/libgd.so.2
dosym libgd.so.2.0.0 /usr/lib/libgd.so

the patch is imo unnecessary, it applies correctly when the patch line is 
corrected (should be -p1) but its not used by the ebuild and produces the error 
that config.status is missing because configure wasn't executed
Comment 2 Andrei Ivanov 2002-09-12 10:42:49 UTC
I can handle that broken link, but is that patch necessary or not ?
If yes, maybe that ebuild should be fixed so libgd could be compiled with the 
patch applied...
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-14 23:44:20 UTC
libgd-2 is removed from the portage tree anyway, it was too problematic.
Comment 4 SpanKY gentoo-dev 2002-09-15 13:36:46 UTC
*** Bug 7961 has been marked as a duplicate of this bug. ***
Comment 5 SpanKY gentoo-dev 2002-09-16 16:52:10 UTC
*** Bug 8002 has been marked as a duplicate of this bug. ***