Author Topic: "linux-libc-dev" package?  (Read 463 times)

simonbcn

  • Newbie
  • *
  • Posts: 3
"linux-libc-dev" package?
« on: May 06, 2011, 07:11:23 AM »
I have read your guide "How to compile a Ubuntu 10.10 kernel" and I have compiled the last stable ubuntu kernel (2.6.38-...) for my Ubuntu Lucid.
But in that guide doesn't explain how compile/generate "linux-libc-dev" package. This package is important to compile programs according to actual kernel installed. How can I compile/generate this package from an ubuntu kernel?
Thanks.

simonbcn

  • Newbie
  • *
  • Posts: 3
Re: "linux-libc-dev" package?
« Reply #1 on: May 06, 2011, 11:13:57 AM »
I've tried with fakeroot debian/rules binary-arch-headers but it returns an, IMHO, absurd error:

Code: [Select]
    mkdir /home/simon/sources/kernel/ubuntu-natty/debian/linux-libc-dev/usr/include/
    mkdir: cannot create directory `/home/simon/sources/kernel/ubuntu-natty/debian/linux-libc-dev/usr/include/': File exists
    make: *** [install-arch-headers] Error 1

The error is correct but this folder is created in the same process!!