| Author |
Message |
cpt
Joined: 10 Aug 2005
Posts: 2
|
| Posted: Fri Mar 03, 2006 10:04 pm Post subject: Gentoo wants to install gentoo-sources |
|
|
I run Gentoo on my Linode. It seems that some recent change to Gentoo has resulting in emerge wanting to install gentoo-sources, whereas this wasn't the case before.
Has anyone seen this problem and know how to overcome it.
# emerge -pDu world
These are the packages that I would merge, in order:
Calculating world dependencies ...done!
[ebuild N ] sys-kernel/gentoo-sources-2.6.15-r1
# |
|
| Back to top |
|
Ciaran
Joined: 13 Feb 2004
Posts: 140
Location: England, UK
|
| Posted: Tue Mar 07, 2006 3:08 am Post subject: |
|
|
| Try passing emerge the -t option when you use -p - that displays them in a tree format and should be able to let you know what's wanting gentoo-sources. |
|
| Back to top |
|
genode
Joined: 22 Feb 2006
Posts: 17
|
| Posted: Tue Mar 07, 2006 3:58 pm Post subject: |
|
|
The sources seem to be part of the system as in
Code: emerge -pvuD system
which you get when you do
Code: emerge -pvuD world
You'll probably need to mask them out. I don't suppose you'll need the sources to build the kernel, because the linode people create the kernels for us. But, some packages may require the sources to build. In that case, you'll need them to build that package. But, you'll probably have to configure a new kernel too.
Try this to make it out...
Code: echo ">sys-kernel/gentoo-sources-2.6.15-r1" >> /etc/portage/package.mask
emerge -pvuD world
cheers |
|
| Back to top |
|
tronic
Joined: 04 Dec 2004
Posts: 123
|
| Posted: Sun Mar 12, 2006 5:57 am Post subject: |
|
|
genode wrote: The sources seem to be part of the system as in
Code: emerge -pvuD system
which you get when you do
Code: emerge -pvuD world
You'll probably need to mask them out. I don't suppose you'll need the sources to build the kernel, because the linode people create the kernels for us. But, some packages may require the sources to build. In that case, you'll need them to build that package. But, you'll probably have to configure a new kernel too.
Try this to make it out...
Code: echo ">sys-kernel/gentoo-sources-2.6.15-r1" >> /etc/portage/package.mask
emerge -pvuD world
cheers
Easier. :)
I use 'sys-kernel/gentoo-sources' in /etc/portage/package.mask so that it masks out all versions of gentoo-sources automagically. ;)
Cheers. |
|
| Back to top |
|
cpt
Joined: 10 Aug 2005
Posts: 2
|
| Posted: Thu Mar 16, 2006 11:13 pm Post subject: |
|
|
| Did something change in Gentoo that required this? I'm sure my Linode never needed gentoo-sources from the time I joined, several months ago. |
|
| Back to top |
|
| |