Bug 172947

Summary: Glib libgmodule-1.2.so.0.0.10 not executable nor stripped
Product: [Fedora] Fedora Reporter: Matthias Saou <matthias>
Component: glibAssignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2005-11-21 18:32:36 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:

Description Matthias Saou 2005-11-11 15:30:15 UTC
I just saw in the current devel glib package (1.2.10-17), that of the 3 included
libraries, one of them, libgmodule-1.2.so.0.0.10, isn't +x and so doesn't get
stripped with the symbols moved to the debuginfo package.

A quick look at the spec file doesn't show anything that indicates that this
could be a desired behavior... so I'm guessing it's a (very minor) bug.

Note that the same applies to the glib package I have installed on FC4.

The solution is certainly to look at the source to see why/how that happens, but
a quick workaround would be to chmod +x the libraries in the %install section of
the spec file.