Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112802 - emerge <kernel>-sources compiles other programs.
Summary: emerge <kernel>-sources compiles other programs.
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Xavier Neys (RETIRED)
URL: http://forums.gentoo.org/viewtopic-p-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-17 04:40 UTC by Andrey Falko
Modified: 2005-11-21 07:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Falko 2005-11-17 04:40:05 UTC
A user (see link) attempted to emerge gentoo-sources as that handbook told him
to, but portage wanted to bring in a number of large packages because on some
useflag(s).

Reproducible: Always
Steps to Reproduce:
1. Follow handbook, setting useflags, etc.
2. Emerge <kernel>-sources

Actual Results:  
Lots of packages want to be compiled additionally.

Expected Results:  
Only the kernel sources should be emerged, unless the user wishes other wise.

I would recommend the following solution:

Add a brief paragraph telling users to all the --nodep option to emerge when
merging kernel-sources if multiple packages what to get compiled before hand.
i.e. emerge --nodep <kernel>-sources.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2005-11-17 08:42:12 UTC
(In reply to comment #0)
> 1. Follow handbook, setting useflags, etc.

The user added the "doc" USE flag.
The handbook needs some TLC, and the USE flags should be mentioned much later IMO.
In the meantime, I'll just add USE="-doc" emerge.. like we already do with
USE="-X"...
Comment 2 Xavier Neys (RETIRED) gentoo-dev 2005-11-21 07:38:39 UTC
Fixed with USE="-doc"
Hopefully the USE flags section will be shifted towards the end of the handbook
in the near future.