Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 159458

Summary: [prelink] optimized PRELINK_PATH_MASK default value
Product: Gentoo Linux Reporter: Jerome <jerome.bouat>
Component: New packagesAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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