Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Bogo Mipps
On Thu, 06 Oct 2005 17:50, Rumen Yotov wrote: Check to make sure that /usr/src/linux link point to your current/working kernel. svgalib depends on kernel link to build. Sorry this was covered in the earlier thread, should have covered it again. Linked as follows: rugosa src # pwd /usr/src

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Glenn Enright
Try this... ls -l /usr/src/linux uname -r these should give you the same version. If not you need to adjust the linux symlink to reflect the kernel version you are running. Then cd /usr/src/linux cp /boot/config-$(uname -r) ./ make oldconfig make Now

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Glenn Enright
On Thu, 06 Oct 2005 06:42, Glenn Enright wrote: Try this... ls -l /usr/src/linux uname -r these should give you the same version. If not you need to adjust the linux symlink to reflect the kernel version you are running. Then cd /usr/src/linux cp

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Bogo Mipps
On Thu, 06 Oct 2005 20:42, Glenn Enright wrote: On Thu, 06 Oct 2005 06:42, Glenn Enright wrote: Try this... ls -l /usr/src/linux uname -r these should give you the same version. rugosa / # ls -l /usr/src/linux lrwxrwxrwx 1 root root 23 Oct 3 14:22 /usr/src/linux -

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Glenn Enright
On Thu, 06 Oct 2005 08:04, Bogo Mipps wrote: On Thu, 06 Oct 2005 20:42, Glenn Enright wrote: On Thu, 06 Oct 2005 06:42, Glenn Enright wrote: Try this... ls -l /usr/src/linux uname -r these should give you the same version. rugosa / # ls -l /usr/src/linux lrwxrwxrwx 1

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Rumen Yotov
On Thu, 6 Oct 2005 21:04:54 +1300 Bogo Mipps [EMAIL PROTECTED] wrote: On Thu, 06 Oct 2005 20:42, Glenn Enright wrote: On Thu, 06 Oct 2005 06:42, Glenn Enright wrote: Try this... ls -l /usr/src/linux uname -r these should give you the same version. rugosa / # ls -l

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Bogo Mipps
On Thu, 06 Oct 2005 22:54, Glenn Enright wrote: You still need to make sure the sources are 'bedded in' as it were, so perform the stuff described in the second part of my post as well. Done, and there is an improvement in the error code at least: * Determining the location of the kernel

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-06 Thread Glenn Enright
On Thu, 06 Oct 2005 22:27, Bogo Mipps wrote: *getfilevar VARIABLE CONFIGFILE * Could not find a usable .config in the kernel source directory. * Please ensure that /usr/src/linux points to a configured set of Linux sources. * If you are using KBUILD_OUTPUT, please set the environment

Re: [gentoo-user] Unable to calculate Linux Kernel version [New Thread]

2005-10-05 Thread Rumen Yotov
On Thu, 6 Oct 2005 17:17:59 +1300 Bogo Mipps [EMAIL PROTECTED] wrote: Hi - have re-compiled as indicated, but it hasn't helped. Now running 2.6.12-gentoo-r10 without problems, but still have the previous error on *some* ebuilds i.e. svgalib lm_sensors. As established earlier correct