Bug 97264

Summary: Some files will not be strippped
Product: [Retired] Red Hat Raw Hide Reporter: Enrico Scholz <rh-bugzilla>
Component: pythonAssignee: Mihai Ibanescu <mihai.ibanescu>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-07 04:53:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 100644    

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.