Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 375053 - sys-kernel/vanilla-sources: incorrect SRC_URI location
Summary: sys-kernel/vanilla-sources: incorrect SRC_URI location
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 09:23 UTC by Toralf Förster
Modified: 2011-07-16 16:30 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2011-07-13 09:23:18 UTC
Today this command failed in my local overlay :

$>ebuild vanilla-sources-2.6.33.16.ebuild digest

although the file could be downloaded from here :
http://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.33/patch-2.6.33.16.bz2

Maybe the download location "*/logterm/*" should be added to the eclass too ?


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2011-07-13 11:01:27 UTC
Why should it be added?
Comment 2 Toralf Förster gentoo-dev 2011-07-13 11:16:12 UTC
(In reply to comment #1)
> Why should it be added?
Oops - forget to mention the issue - because emerged didn't found that file.
Comment 3 Stratos Psomadakis (RETIRED) gentoo-dev 2011-07-13 14:05:41 UTC
vanilla-sources-2.6.33-* and gentoo-sources-2.6.33-* have been removed from Portage.

We don't support all the -longterm kernels available at kernel.org atm. 2.6.32 is in Portage, as well as 2.6.34 - 2.6.39.

So, you can downgrade/upgrade to any of those kernels.

Thanks.
Comment 4 Toralf Förster gentoo-dev 2011-07-16 08:00:15 UTC
(In reply to comment #3)
> vanilla-sources-2.6.33-* and gentoo-sources-2.6.33-* have been removed from
> Portage.
yes - therefore I've it in my overlay 

> We don't support all the -longterm kernels available at kernel.org atm. 2.6.32
> is in Portage, as well as 2.6.34 - 2.6.39.
yes, each vanilla kernel is unsupported by the ewarn message

> So, you can downgrade/upgrade to any of those kernels.
ofc, I can manually download the tarball. Wwat I'm wondering is, whether it harms the official ebuild to add that location URI too to the ebuild or not
Comment 5 Mike Pagano gentoo-dev 2011-07-16 15:28:53 UTC
Support for this is already in the eclass. You would need to modify the ebuild and add:


K_LONGTERM="1"

see sys-kernel/vanilla-sources-2.6.32.42.ebuild for an example.

The ebuild you referenced was probably not a longterm kernel when we stopped supporting it.
Comment 6 Toralf Förster gentoo-dev 2011-07-16 16:30:17 UTC
(In reply to comment #5)
> K_LONGTERM="1"
Ah - thx for clarifying this.