Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12299 - 'prelink -a' abort
Summary: 'prelink -a' abort
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Stefan Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-17 06:12 UTC by Dylan Carlson (RETIRED)
Modified: 2002-12-18 10:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
stdout/err (prelink.file1.txt,26.86 KB, text/plain)
2002-12-17 06:13 UTC, Dylan Carlson (RETIRED)
Details
last 500 lines of strace (prelink.strace.txt,33.08 KB, text/plain)
2002-12-17 06:15 UTC, Dylan Carlson (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dylan Carlson (RETIRED) gentoo-dev 2002-12-17 06:12:23 UTC
Not sure if this is harmless.   prelink -a aborts after doing its scan.   By strace looks 
like it finishes combing the directories specified in prelink.conf ok.  But I'm concerned 
it's not writing the cache properly because of this abort. 
 
Attached is output from stdout/err and strace.
Comment 1 Dylan Carlson (RETIRED) gentoo-dev 2002-12-17 06:13:58 UTC
Created attachment 6559 [details]
stdout/err
Comment 2 Dylan Carlson (RETIRED) gentoo-dev 2002-12-17 06:15:32 UTC
Created attachment 6560 [details]
last 500 lines of strace
Comment 3 Stefan Jones (RETIRED) gentoo-dev 2002-12-17 06:50:07 UTC
Fix, 
use 
"prelink -fa" or do "prelink -au && prelink -a"

Prelink has a habbit of aborting if there a old prelinked files about.
Comment 4 Dylan Carlson (RETIRED) gentoo-dev 2002-12-18 10:11:17 UTC
Fixed