Opened 14 years ago
Closed 14 years ago
#2757 closed defect (wontfix)
ldconfig error message
Reported by: | Estevao B. K. | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | minor | Keywords: | |
Cc: |
Description
After installing lfs-6.7-rc1, always when I type ldconfig, I get the following error message:
$ ldconfig ldconfig: /usr/lib/libstdc++.so.6.0.14-gdb.py is not an ELF file - it has the wrong magic bytes at the start.
$ file /usr/lib/libstdc++.so.6.0.14-gdb.py /usr/lib/libstdc++.so.6.0.14-gdb.py: ASCII Pascal program text
Although it doesn't stop the linker to re-cache the libraries, could be fixed?
Note:
See TracTickets
for help on using tickets.
There is an upstream bug for this at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41816. Yes, it makes ldconfig a bit noisy, but otherwise isn't an issue.