Bug 730457

Summary: split up debuginfo package
Product: [Fedora] Fedora Reporter: Dave Jones <davej>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jakub, pfrields
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-18 10:59:52 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 Dave Jones 2011-08-13 06:36:08 UTC
every time I have some package that pulls in gcc-debuginfo as a dependancy, I have to wait for it to suck down and install a 129MB rpm.

the vast majority of this I never need, because the bulk of it is for the more obscure languages.

Maybe we could move the ~5800 java files to a gcc-java-debuginfo ?
and the ~1500 ada files to gcc-ada-debuginfo ? gcc-fortran-debuginfo ?

Seems that by doing this, the general case would just be a fifth of its current number of files installed.

Comment 1 Jakub Jelinek 2011-08-18 10:59:52 UTC
In rawhide/f16 the debuginfo is split already, gcc-base-debuginfo covers the commonly used libraries (libgcc, libstdc++, libgomp), gcc-debuginfo the rest.