Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100136 - PRELINK_PATH variable hard-coded in ebuild, instead of using /etc/prelink_path.conf
Summary: PRELINK_PATH variable hard-coded in ebuild, instead of using /etc/prelink_pat...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-24 10:21 UTC by Gavin
Modified: 2005-07-30 20:02 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 Gavin 2005-07-24 10:21:18 UTC
I've been maintaining my own prelink ebuild for over a year now, because the
Gentoo stock prelink ebuild hard-codes PRELINK_PATH and does not run the
testsuite that ships with prelink.

It would be great if the stock Gentoo ebuild didn't hard code the variable (e.g.
pull its value from somewhere in /etc) and applied the testsuite:

cd ${S}/testsuite
emake check


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2005-07-25 05:51:13 UTC
emake is incorrect for test suite
Comment 2 Stefan Jones (RETIRED) gentoo-dev 2005-07-30 20:02:35 UTC
grep PRELINK_PATH /etc/env.d/*
etc/env.d/60gstreamer-0.8:PRELINK_PATH_MASK=/usr/lib/gstreamer-0.8
/etc/env.d/60prelink:PRELINK_PATH_MASK="/lib/modules:/usr/lib/locale:/usr/lib/wine:/usr/lib/valgrind:*.la:*.png:*.py:*.pl:*.pm:*.sh:*.xml:*.xslt:*.a:*.js"
/etc/env.d/60prelink:PRELINK_PATH=""

So you can edit the files like any other default configuration files.
Not sure what you mean about PRELINK_PATH hardcoded, etc-update and
config-preotact in portage works?

The make test does run is you add test to your FEATURES see bug #100147 for
current errors!