Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159458 - [prelink] optimized PRELINK_PATH_MASK default value
Summary: [prelink] optimized PRELINK_PATH_MASK default value
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 03:09 UTC by Jerome
Modified: 2007-04-07 04:00 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 Jerome 2006-12-30 03:09:30 UTC
In /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"

Maybe, we could add to this path:
/boot:/dev:/etc:/home:/media:/mnt:/opt:/proc:/root:/sys:/tmp:/var

This could decrease the scan time.
Comment 1 Jerome 2006-12-30 03:28:39 UTC
add /usr/include
add /usr/src

replace /usr/locale by /usr/local
Comment 2 Jerome 2006-12-30 03:40:29 UTC
oups /usr/lib/locale is right
Comment 3 SpanKY gentoo-dev 2007-03-25 05:13:52 UTC
should be ok now with prelink-20061201
Comment 4 Jerome 2007-03-30 18:53:39 UTC
reappeared on 20060712-r1
Comment 5 SpanKY gentoo-dev 2007-03-30 22:12:09 UTC
there should be no need at all to mask those things as the only paths prelink scans are what is listed in /etc/prelink.conf
Comment 6 Jerome 2007-04-04 18:01:35 UTC
ok, there still be a typo error
in the file you pointed:

j@localhost ~ $ cat /etc/prelink.conf |grep '//'
-h //usr//lib/opengl/xorg-x11/lib/
j@localhost ~ $ 
Comment 7 SpanKY gentoo-dev 2007-04-07 04:00:38 UTC
prelink doesnt install that path, the X/opengl ebuilds do