[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: why can't i compile a 2.6.10 kernel?



Tim Gershon wrote:
Hi all,

I suspect the answer to my question must be "because you are an idiot",
but I can't figure out what I'm doing wrong.

in /usr/src
% tar xfj kernel-source-2.6.10.tar.bz2
% ln -s kernel-source-2.6.10 linux
% cd linux
% make xconfig

[...]
#
# using defaults found in /boot/config-2.6.8-satellite
#
/boot/config-2.6.8-satellite:129: trying to assign nonexistent symbol
PM_DISK
[... and similar nonexistent symbol messages ...]

% fakeroot make-kpkg clean
/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_clean
make[1]: Entering directory `/usr/src/kernel-source-2.6.10'
test ! -f .config || cp -pf .config config.precious
test -f Makefile && \
            /usr/bin/make   ARCH=i386 distclean
make[2]: Entering directory `/usr/src/kernel-source-2.6.10'
/usr/bin/make -C /usr/src/kernel-source-2.6.10
O=/usr/src/kernel-source-2.6.10 distclean
/usr/bin/make -C /usr/src/kernel-source-2.6.10
O=/usr/src/kernel-source-2.6.10 distclean

... then the last message repeats ad infinitum, until I kill (ctrl-c)

if i skip make-kpkg clean and go directly to make-kpkg kernel-image, i
still get the same infinite loop.  in some cases i've been able to get
the loop even in the make xconfig (or also other make options).

i've succeeded (several times) to compile in the past [most recently
2.6.8], and i don't think i've removed any essential packages.

so, what's wrong?  and how can i configure, so that it will compile?

thanks in advance

First off, don't make the /usr/src/linux symlink.  If it exists,
that is supposed to contain the kernel headers against which you
compile glibc.  Google aroud for information on that.

Second, try going at it from directly in /usr/src/kernel-source-2.6.10

Failing that, try running from within bash (I am guessing by your
prompt that you are in csh or tcsh).  If that fixes it, then you
have probably found a bug in kernel-package.

-Roberto

--
Roberto Sanchez
http://familiasanchez.net/~sanchezr

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: