Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 16525

Summary: module-init-tools still wants development-sources when emereing mm, mjc, etc
Product: Gentoo Linux Reporter: Matt Taylor <liverbugg>
Component: [OLD] Core systemAssignee: Michael Cohen (RETIRED) <mjc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Matt Taylor 2003-02-27 21:19:16 UTC
# emerge -p mm-sources module-init-tools

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] sys-kernel/mm-sources-2.5.63-r1  
[ebuild  N   ] sys-kernel/development-sources-2.5.63  
[ebuild  N   ] sys-apps/module-init-tools-0.9.9  

# emerge -p mjc-sources module-init-tools

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] sys-kernel/mjc-sources-2.5.59-r1  
[ebuild  N   ] sys-kernel/development-sources-2.5.63  
[ebuild  N   ] sys-apps/module-init-tools-0.9.9  

# emerge -p module-init-tools

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] sys-kernel/development-sources-2.5.63  
[ebuild  N   ] sys-apps/module-init-tools-0.9.9  

# emerge -p development-sources

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N   ] sys-kernel/development-sources-2.5.63 

maybe the devel kernels should depend on module-init-tools instead of the other
way around, since all the devel kernels need module-init-tools, but it only
wants the real devel sources.

on a side note, module-init-tools-0.9.10 is out and 0.9.9 is no longer available
from the SRC_URI.

Reproducible: Always
Steps to Reproduce:
1.emerge -p module-init-tools and any devel kernel beside development-sources


Actual Results:  
wants to install developent-sources plus the kernel you specified

Expected Results:  
install just the kernel you specified
Comment 1 Matt Taylor 2003-03-09 22:10:05 UTC
maybe a virtual for development-sources would work?
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2003-04-01 16:59:19 UTC
This has been closed in the latest unmasked version.