Bug 236846 - gmp libs not stripped
Summary: gmp libs not stripped
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gmp
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Thomas Woerner
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC7Blocker
TreeView+ depends on / blocked
 
Reported: 2007-04-17 23:04 UTC by Jeremy Katz
Modified: 2007-11-30 22:12 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-04-30 19:09:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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