Bug 118299 - ldconfig verboses about too small files
Summary: ldconfig verboses about too small files
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: prelink
Version: 1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-15 11:31 UTC by Adi Ron
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-03 20:32:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Adi Ron 2004-03-15 11:31:22 UTC
Description of problem:
ldconfig complains about too small files during runtime and exits. 

Version-Release number of selected component (if applicable):
Yarrow Fedora Core 1

How reproducible:


Steps to Reproduce:
Run 'ldconfig' 
  
Actual results:

"/sbin/ldconfig: File /usr/lib/libkdesu.so.4.1.0.#prelink#.6WYqO0 is
too small, not checked."

Expected results:
none.

Additional info:

Comment 1 Jakub Jelinek 2004-03-15 14:37:36 UTC
The question is why is there /usr/lib/libkdesu.so.4.1.0.#prelink#.6WYqO0.
This is a temporary file created by prelink, but it should be very quickly
disappear again.  There are 3 things which could happen:
1) the box was rebooted or prelink killed while it was executing
   (in this case just remove the file)
2) you were running ldconfig (or installing some rpm) at the same time
   as prelink was prelinking the system (simply return ldconfig, the
   file will not be there again)
3) there was some prelink bug and prelink crashed while processing
   libkdesu.so.4.1.0.  If so and you manage to reproduce it, I need
   more details so that the bug can be fixed.


Note You need to log in before you can comment on or make changes to this bug.