Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19984 - Documentation does not explain FEATURES="prelink"
Summary: Documentation does not explain FEATURES="prelink"
Status: RESOLVED INVALID
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Prelink HOWTO (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Docs Team
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-26 01:01 UTC by Owen Gunden
Modified: 2003-08-28 10:29 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 Owen Gunden 2003-04-26 01:01:37 UTC
In order to get a prelink.conf, you have to have FEATURES="prelink" in your
make.conf.  This is not documented in the prelink howto, nor is it documented in
the large FEATURES comment in make.conf.

Reproducible: Always
Steps to Reproduce:
1. Look at the docs :P
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2003-05-02 20:12:33 UTC
It should also mention that /etc/prelink.conf is not generated automatically by portage, but by env-update (yes, okay, part of portage, but it's not obvious since the text seems to imply that emerging prelink will automatically generate /etc/prelink.conf which it does not).
Comment 2 SpanKY gentoo-dev 2003-08-28 10:29:14 UTC
there is no such thing as FEATURES="prelink"

from portage.py:
if spawn("/usr/sbin/prelink --version > /dev/null 2>&1",free=1) == 0:
    prelink_capable=1