Bug 236846

Summary: gmp libs not stripped
Product: [Fedora] Fedora Reporter: Jeremy Katz <katzj>
Component: gmpAssignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: redhat-bugzilla
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: 2007-04-30 19:09:23 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: 150226    

Description Jeremy Katz 2007-04-17 23:04:47 UTC
gmp libs in /usr/lib/sse2 aren't marked executable and so don't get stripped by
rpm making them take up more space than they need to

Comment 1 Will Woods 2007-04-30 19:09:23 UTC
This seems to be fixed in current gmp:

[wwoods@metroid ~]$ rpm -ql gmp | grep sse2 | xargs file | grep ELF
/usr/lib/sse2/libgmp.so.3.3.3:   ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), stripped
/usr/lib/sse2/libgmpxx.so.3.0.5: ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), stripped
/usr/lib/sse2/libmp.so.3.1.7:    ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), stripped

All 3 are marked executable.