Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407869 - kernel-2.eclass does not fetch -rc kernel patches correctly
Summary: kernel-2.eclass does not fetch -rc kernel patches correctly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 02:22 UTC by Alec Moskvin
Modified: 2012-08-30 23:48 UTC (History)
1 user (show)

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


Attachments
New kernel-2.eclass (kernel-2.eclass,39.97 KB, text/plain)
2012-03-14 12:49 UTC, Mike Pagano
Details
New git-sources not getting source from git repo (git-sources-3.3_rc7.ebuild,1.27 KB, application/octet-stream)
2012-03-14 12:53 UTC, Mike Pagano
Details

Note You need to log in before you can comment on or make changes to this bug.
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.