Bug 97264 - Some files will not be strippped
Summary: Some files will not be strippped
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: python
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mihai Ibanescu
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks: CambridgeTarget
TreeView+ depends on / blocked
 
Reported: 2003-06-12 11:52 UTC by Enrico Scholz
Modified: 2007-04-18 16:54 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-07 04:53:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2003-06-12 11:52:52 UTC
Description of problem:

python library-files will be installed user non-writable so the
automatic debuginfo-packaging will not strip the packages:

| $ rpm --rebuild python-2.2.3-3.src.rpm
| ...
| extracting debug info from /var/tmp/python-2.2.3-root/usr/lib/python2.2/lib-dynload/shmmodule.so
| eu-strip: while opening "/var/tmp/python-2.2.3-root/usr/lib/python2.2/lib-dynload/shmmodule.so": Permission denied
| ...
| # rpm -U python-2.2.3-3.i386.rpm
| $ file /usr/lib/python2.2/lib-dynload/shmmodule.so
| /usr/lib/python2.2/lib-dynload/shmmodule.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
|                                                                                                           ~~~~~~~~~~~~
| $ ls -l /usr/lib/python2.2/lib-dynload/shmmodule.so
| -r-xr-xr-x    1 root     root        63552  6. Jun 18:28 /usr/lib/python2.2/lib-dynload/shmmodule.so
    ~

Version-Release number of selected component (if applicable):

rpm-4.2.1-0.11
redhat-rpm-config-8.0.24-3
python-2.2.3-3

Comment 1 Mihai Ibanescu 2003-06-17 17:41:45 UTC
Yeppers. Very funny.

Comment 2 Mihai Ibanescu 2004-10-07 04:53:49 UTC
I believe I fixed this a long time ago.


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