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

From: Louis-Philippe Savoie (lpsavoie_at_gmail.com)
Date: 02/01/05

  • Next message: David Purton: "Re: [OT] Any quick pointers on GIMP scripting?"
    Date: Tue, 01 Feb 2005 00:51:27 -0500
    To: debian-user@lists.debian.org
    
    

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    Tim Gershon a écrit :
    | 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
    |
    | Tim Gershon
    | http://belle.kek.jp/~gershon/contact.html
    |
    |
    |
    |

    Your config file dates from 2.6.8, right ? Try
    make oldconfig
    make-kpkg clean
    make-kpkg kernel-image

    - --
    Louis-Philippe Savoie
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.5 (GNU/Linux)
    Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

    iD8DBQFB/xjfMupV1MwBE+IRAhI7AJ46IW0muTel1UHnJLmSZggoRlEo8wCgs1eQ
    a2A1RRFChr5R8ebhMbalfE8=
    =xXhD
    -----END PGP SIGNATURE-----

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: David Purton: "Re: [OT] Any quick pointers on GIMP scripting?"

    Relevant Pages

    • Re: Problem with compiling kernel
      ... and got to the stage where it said to run this: "fakeroot make-kpkg clean" ... Run the command as "sudo fakeroot make-kpkg clean"? ... The list ethicist is going to get me for this but I always compile my kernels logged in as root. ... Processor type and features -> Preemption Model (Preemptible Kernel (Low-Latency Desktop)) ...
      (Debian-User)
    • Re: adding modules to kernel
      ... I only want to compile a module which I forgot in xconfig? ... Please note that you must run a make-kpkg clean after configuring the ... if it doesn't exist, but doesn't touch if exists), so the final kernel ...
      (Debian-User)
    • Re: How do I use the linux-headers with the linux-source?
      ... The above is from my compiled and installed kernel tree whereas if I move it to a backup and untar a new tree the file does not exist. ... here is the procedure I followed to compile the kernel: ...
      (Debian-User)
    • why cant i compile a 2.6.10 kernel?
      ... and similar nonexistent symbol messages ...] ... if i skip make-kpkg clean and go directly to make-kpkg kernel-image, ... still get the same infinite loop. ... i've succeeded to compile in the past [most recently ...
      (Debian-User)