[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTinAqJdEPpTFsmY8rWYqy84qGsWVbL9VphOur+PT@mail.gmail.com>
Date: Sun, 22 Aug 2010 15:24:55 +0300
From: Anca Emanuel <anca.emanuel@...il.com>
To: linux-kernel@...r.kernel.org
Subject: Ubuntu 10.10 Kernel compile error
Steps to reproduce on Ubuntu 10.10
1. sudo apt-get install git-core kernel-package fakeroot
build-essential ncurses-dev
2. git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
3. cd linux-2.6
4. cp /boot/config-`uname -r` .config
5. yes '' | make oldconfig
6. make nconfig
and select to not make the staging drivers
7. make-kpkg clean
8. CONCURRENCY_LEVEL=`getconf _NPROCESSORS_ONLN` fakeroot make-kpkg
--initrd --append-to-version=-c kernel_image kernel_headers
result:
dpkg-gencontrol: error: package linux-image-2.6.36-rc1-c+ not in control info
make[2]: *** [debian/stamp/binary/linux-image-2.6.36-rc1-c+] Error 255
make[2]: Leaving directory `/home/username/linux-2.6'
make[1]: *** [debian/stamp/binary/pre-linux-image-2.6.36-rc1-c+] Error 2
make[1]: Leaving directory `/home/username/linux-2.6'
make: *** [kernel_image] Error 2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists