RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1046276 - Some files will not be stripped
Summary: Some files will not be stripped
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: python
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Matej Stuchlik
QA Contact: Branislav Náter
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-24 10:22 UTC by Zenon Panoussis
Modified: 2016-02-01 02:15 UTC (History)
3 users (show)

Fixed In Version: python-2.7.5-13.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-15 16:08:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Make library-files user writable (1.89 KB, patch)
2014-01-14 11:22 UTC, Matej Stuchlik
no flags Details | Diff

Description Zenon Panoussis 2013-12-24 10:22:08 UTC
extracting debug info from /home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/_localemodule.so
objcopy: unable to copy file '/home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/_localemodule.so'; reason: Permission denied
extracting debug info from /home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/_curses_d.so
extracting debug info from /home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/cStringIO.so
objcopy: unable to copy file '/home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/cStringIO.so'; reason: Permission denied
extracting debug info from /home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/audioop_d.so
objcopy: unable to copy file '/home/mockbuild/rpmbuild/BUILDROOT/python-2.7.5-10.el7.i386/usr/lib/python2.7/lib-dynload/audioop_d.so'; reason: Permission denied

and 

/usr/lib/rpm/sepdebugcrcfix: cannot open ".//usr/lib/libpython2.7_d.so.1.0": Permission denied

They all have permissions 0555. 

See also bug #97264.

Comment 2 Matej Stuchlik 2014-01-14 11:22:19 UTC
Created attachment 849892 [details]
Make library-files user writable


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