On Sun, 21 Jun 2009 20:02:44 -0400 John P. Burkett wrote: > Duncan wrote: > > "John P. Burkett" <burk...@uri.edu> posted 4a3eac43.30...@uri.edu, > > excerpted below, on Sun, 21 Jun 2009 17:55:15 -0400: > > > >> hank you David. Doing > >> emerge =sys-kernel/gentoo-sources-2.6.22-r2 produced the following > >> response > >> emerge: there are no ebuilds to satisfy > >> "=sys-kernel/gentoo-sources-2.6.22-r2" > >> > >> I also tried > >> emerge -s gentoo-sources-2.6.22-r2-osmp and a few other variations > >> without finding any ebuilds.
The "-osmp" indicates a "local version". The proper source for your kernel is 2.6.22-r2. If you grep your .config, you'll see the "-osmp" text. > >> > >> Ideas about how to emerge the sources would be very welcome. > > > > Try epkginfo gentoo-sources > > > > That should give you a list of all available versions and their > > keyword status, among other info (as long as you have gentoolkit > > installed, tho older gentoolkits might not include it as I think > > it's a newer addition). It looks like there's no longer a > > gentoo-sources-2.6.22 version in the tree. I haven't synced in a > > few days so the list I get may be slightly outdated, but here, > > there's a version jump from 2.6.16 (which was maintained as a > > long-term stable version for quite some time) to 2.6.25, then at > > least one revision of each kernel from there thru 30, the latest. > Thank you, Duncan. Doing epkginfo gentoo-sources on my machine > confirms your observations. Not sure if it's relevant, but all ati-driver ebuilds after 8.552-r3 have a kernel version check and won't build with 2.6.29 or newer. The check is in the following lines: if kernel_is ge 2 6 29; then die "${P} is not yet compatible with 2.6.29 kernels. See bug #264021." fi So, for the time being, I'm sticking with 2.6.28 and abandoning efforts to use 2.6.30. Regards, David