Bug 430952

Summary: kernel pacakge is going HUGE
Product: [Fedora] Fedora Reporter: Terje Røsten <terje.rosten>
Component: fileAssignee: Tomas Smetana <tsmetana>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: cebbert
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: 2008-01-31 11:34:41 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 Terje Røsten 2008-01-30 19:22:54 UTC
Description of problem:

Somebody must have seen this before, however I can't find it.

The 2.6.24-9.fc9 kernel package is order of magnitude larger than
normal packages:

$ rpm -qi kernel-2.6.24-2.fc9.i686  kernel-2.6.24-7.fc9.i686
kernel2.6.24-9.fc9.i686| grep Size 
Size        : 49331975                         License: GPLv2
Size        : 49323032                         License: GPLv2
Size        : 518680870                        License: GPLv2

Why?

Comment 1 Chuck Ebbert 2008-01-30 20:42:19 UTC
This was caused by the update to file-4.23:

4.21 prints:

# file ahci.ko
ahci.ko: ELF 32-bit LSB relocatable, Intel 80386, version 1 (SYSV), not stripped

4.23 prints:

# file ahci.ko
ahci.ko: ELF 32-bit LSB relocatable, Intel 80386, version 1 (SYSV)

Now guess what string the find-debuginfo.sh script is looking for when it
searches for modules to strip...


Comment 2 Tomas Smetana 2008-01-31 07:13:15 UTC
There's a change in the new upstream version that's causing it.  It has to be
reverted.

Comment 3 Tomas Smetana 2008-01-31 11:34:41 UTC
I have built a new package in devel that should fix the issue.