Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Unable to compleate kernel compilation

  1. #1
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    [Solved] Unable to compleate kernel compilation

    Here is what I am getting with any kernel I am attempting to compile these days:
    http://pastebin.com/m4bf1b30e

    I pasted as much as I could salvage from the terminal.
    Any clues welcomed.


    -------
    EDIT: I solved the problem!
    Details here: http://ubuntuforums.org/showthread.p...81#post8858881
    Last edited by Lockheed; February 21st, 2010 at 01:05 PM.
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  2. #2
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: Unable to compleate kernel compilation

    up
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  3. #3
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: Unable to compleate kernel compilation

    Tell me, friends, when did Ubuntu forums abandon helpfulness for disregard?
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  4. #4
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: Unable to compleate kernel compilation

    Good news, I am probably the only other person here that compiles myown kernel. I will take a look at your log. just a sec.

    looks like you need to upgrade this linux-image-2.6.32.7-exhibitiona
    dont know what that is or what version you need to get.
    Last edited by mushwars; February 6th, 2010 at 10:59 AM.

  5. #5
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: Unable to compleate kernel compilation

    Quote Originally Posted by mushwars View Post
    looks like you need to upgrade this linux-image-2.6.32.7-exhibitiona
    dont know what that is or what version you need to get.
    This is custom name for my new kernel. What do you mean by upgrade?
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  6. #6
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: Unable to compleate kernel compilation

    I am not sure what it means, I dont compile my own kernel in debian, and that error is debian related, I just read the log.
    # The UTS Release version in include/linux/version.h # "" # does not match current version: # "2.6.32.7-exhibitiona" # Please correct this.
    maybe if you pastebin your include/linux/version.h

  7. #7
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: Unable to compleate kernel compilation

    include/linux/version.h
    Code:
    #define LINUX_VERSION_CODE 132640
    #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  8. #8
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Unable to compleate kernel compilation

    Quote Originally Posted by Lockheed View Post
    include/linux/version.h
    Code:
    #define LINUX_VERSION_CODE 132640
    #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
    http://linux.derkeiler.com/Mailing-L.../msg05326.html
    if your still having problems, you might want to check out the link in my sig (while substituting your kernel of course)
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  9. #9
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: Unable to compleate kernel compilation

    I am not sure I follow. Should I do this
    Code:
    Right after you get the error, modify
    debian/ruleset/misc/version_vars.mk
    after I get an error during compilation? Wouldn't it be little too late?
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

  10. #10
    Join Date
    Sep 2006
    Location
    Londinium
    Beans
    602

    Re: Unable to compleate kernel compilation

    I tried the method from your sig but it resulted in unbootable kernel. Fatal error, something about not finding modules in /lib/....
    ThinkPad W500: C2D 2,5GHz, 8GB ram, GPU Intel & ATI, Middleton BIOS, SSD + UltraBay HDD, USB 3.0 ExpressCard, BTRFS + full disk encryption.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •