The Kernel Guide lists the "wolk-sources" kernel sources package as one of the available kernel sources packages. However, it is not in portage or listed at packages.gentoo.org. Reproducible: Always Steps to Reproduce: 1. Go to http://www.gentoo.org/doc/en/gentoo-kernel.xml#doc_chap2 2. See "wolk-sources" listed 3. Type "emerge wolk-sources" at the console Actual Results: "wolk-sources" is listed but does not exist in portage Expected Results: Either it should not be listed, or it should be in portage N/A
wolk-sources was taken out some time back as it wasn't being maintained upstream. http://marc.theaimsgroup.com/?l=gentoo-dev&m=111490497620294&w=2 So I'd say that means removing it from the guide.
Created attachment 60090 [details, diff] noWOLKandallplay.diff This patch moves wolk-sources from supported kernels to unsupported, obsoleted kernels.
Created attachment 60091 [details, diff] noWOLKandallplay.diff Fixed word wrap.
Comment on attachment 60091 [details, diff] noWOLKandallplay.diff --- en/gentoo-kernel.xml 2005-05-12 17:10:24.000000000 -0400 +++ work/gentoo/doc/gentoo-kernel.xml 2005-05-29 09:49:07.000000000 -0400 @@ -312,24 +312,6 @@ </body> </section> -<section> -<title>wolk-sources</title> -<body> - -<p> -<c>wolk-sources</c> contains the <e>Working Overloaded Linux Kernel</e> from -<uri>http://sourceforge.net/projects/wolk</uri>. This kernel contains -many patches of a wide variety, all combined into the kernel with -extreme care. This allows you to configure nearly every one into and out -of the kernel at compile time -- so the kernel will work with nearly any -combination of the patches. -</p> - -<p> -If you need a certain combination of patches that you cannot find in other -kernel sources, WOLK is definitely worth a shot. -</p> - </body> </section> </chapter> @@ -405,6 +387,24 @@ <c>hardened-dev-sources</c> packages. </p> +<section> +<title>wolk-sources</title> +<body> + +<p> +<c>wolk-sources</c> contained the <e>Working Overloaded Linux Kernel</e> from +<uri>http://sourceforge.net/projects/wolk</uri>. This kernel contained +many patches of a wide variety, all combined into the kernel with +extreme care. This allows you to configure nearly every one into and out +of the kernel at compile time -- so the kernel will work with nearly any +combination of the patches. +</p> + +<p> +Though <c>wolk-sources</c> was a kernel that includes many enhancements and patches found nowhere else, it was obsoleted from Portage by the Gentoo devs because of the actual kernel it was running, a 2.4 kernel that had last been updated in 2002. +</p> + + </body> </section> </chapter>
Created attachment 60099 [details, diff] Finally fixed -- noWOLKandallplay.diff
Comment on attachment 60099 [details, diff] Finally fixed -- noWOLKandallplay.diff >--- en/gentoo-kernel.xml 2005-05-12 17:10:24.000000000 -0400 >+++ work/gentoo/doc/gentoo-kernel.xml 2005-05-29 09:49:07.000000000 -0400 >@@ -312,24 +312,6 @@ > > </body> > </section> >-<section> >-<title>wolk-sources</title> >-<body> >- >-<p> >-<c>wolk-sources</c> contains the <e>Working Overloaded Linux Kernel</e> from >-<uri>http://sourceforge.net/projects/wolk</uri>. This kernel contains >-many patches of a wide variety, all combined into the kernel with >-extreme care. This allows you to configure nearly every one into and out >-of the kernel at compile time -- so the kernel will work with nearly any >-combination of the patches. >-</p> >- >-<p> >-If you need a certain combination of patches that you cannot find in other >-kernel sources, WOLK is definitely worth a shot. >-</p> >- > </body> > </section> > </chapter> >@@ -405,6 +387,24 @@ > <c>hardened-dev-sources</c> packages. > </p> > >+<section> >+<title>wolk-sources</title> >+<body> >+ >+<p> >+<c>wolk-sources</c> contained the <e>Working Overloaded Linux Kernel</e> from >+<uri>http://sourceforge.net/projects/wolk</uri>. This kernel contained >+many patches of a wide variety, all combined into the kernel with >+extreme care. This allows you to configure nearly every one into and out >+of the kernel at compile time -- so the kernel will work with nearly any >+combination of the patches. >+</p> >+ >+<p> >+Though <c>wolk-sources</c> was a kernel that includes many enhancements and patches found nowhere else, >+it was obsoleted from Portage by the Gentoo devs because of the actual kernel it was running, a 2.4 kernel that had last >+been updated in 2002. >+</p> >+ >+ > </body> > </section> > </chapter>
Sean: don't mess with bugzilla so patches are shown inline. If you want to reply to a certain patch area, quote the few lines (but that isn't the case here). I'll just remove wolk-sources from the guide, no reason in keeping historic data in it.
Fixed in CVS. Thanks for reporting!