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

Bug 407869

Summary: kernel-2.eclass does not fetch -rc kernel patches correctly
Product: Gentoo Linux Reporter: Alec Moskvin <alecm>
Component: EclassesAssignee: Gentoo Kernel Miscellaneous <kernel-misc>
Status: RESOLVED FIXED    
Severity: normal CC: alecm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: New kernel-2.eclass
New git-sources not getting source from git repo

Description Alec Moskvin 2012-03-12 02:22:54 UTC
The patches are now stored in the "3.x" directory, but instead it tries to fetch from "3.2", which does not exist.

So the fetch url should be:
http://www.kernel.org/pub/linux/kernel/v3.x/testing/patch-3.3-rc6.bz2
and not:
http://www.kernel.org/pub/linux/kernel/v3.2/testing/patch-3.3-rc6.bz2

Reproducible: Always
Comment 1 Mike Pagano gentoo-dev 2012-03-14 12:49:18 UTC
Created attachment 305299 [details]
New kernel-2.eclass

Proposed new eclass. Thanks for the report. I've tested this with git, vanilla, hardened and gentoo-sources, so far. Let me know how it goes for you. I also will post the new git-sources that will download the compressed files instead of from git.
Comment 2 Mike Pagano gentoo-dev 2012-03-14 12:53:48 UTC
Created attachment 305301 [details]
New git-sources not getting source from git repo

git-sources that will not download sources from git repo, but instead use compressed packages from kernel mirrors.
Comment 3 Alec Moskvin 2012-03-14 14:46:30 UTC
Thanks a lot, Mike!

I'm mainly interested in the vanilla-sources, and they work fine with the new eclass :)
Comment 4 Mike Pagano gentoo-dev 2012-08-30 23:48:45 UTC
Fixed awhile ago.