Bug 430952 - kernel pacakge is going HUGE
Summary: kernel pacakge is going HUGE
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: file
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tomas Smetana
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-01-30 19:22 UTC by Terje Røsten
Modified: 2008-01-31 11:34 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-31 11:34:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


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