Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1474 - ghostscript and static path in patches
Summary: ghostscript and static path in patches
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Geert Bevin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 10:33 UTC by Spider (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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 Spider (RETIRED) gentoo-dev 2002-04-02 10:33:23 UTC
from the gimpprint patch in ghostscript::


+       sed -e
"s#-lXt#-L/var/tmp/portage/ghostscript-6.53-r1/work/gimp-print-4.2.0/src/main/.libs/
-lgimpprint -lXt#g" \




This doesnt adhere to the $BUILD_PREFIX  standard and should be changed to
something that works.
Comment 1 Geert Bevin 2002-04-02 10:51:06 UTC
This is ok since it's only for the dynamical linking process and it's the only
way to make this succeed.
Comment 2 Spider (RETIRED) gentoo-dev 2002-04-02 19:06:22 UTC
Yes this bug is most definitely valid.
I dont use /var/tmp/portage for my build-tree, I use /mnt/reiser/build, which is
on a different disk than /var is, and your patch will fail on all systems that
don't have /var/tmp/portage/ for its temp path.

Comment 3 Geert Bevin 2002-04-02 23:39:42 UTC
Ok, didn't think about that. But since you know the reason and how to resolve
it, why don't you just fix it and commit the fixed version. You're a developer,
right?
Comment 4 Spider (RETIRED) gentoo-dev 2002-04-03 15:29:06 UTC
Mostly because as of yet I haven't gotten cvs and all such things onto my 1.0
system :) 

Will fix, assigning to me.
Comment 5 Spider (RETIRED) gentoo-dev 2002-04-04 00:41:09 UTC
Fixed patch updated, didn't change the ebuild revision as this isn't anything
that requires a user to rebuild it in any way.