From mboxrd@z Thu Jan 1 00:00:00 1970 From: listmail Subject: building kernel w/rebased suse patches via make-kpkg Date: Sun, 25 Apr 2010 12:23:27 -0400 Message-ID: <4BD46C7F.2080907@triad.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen Devel List-Id: xen-devel@lists.xenproject.org I have applied the patches in xen-patches-2.6.32-1.tar.bz2 @ http://code.google.com/p/gentoo-xen-kernel/downloads/list to 2.6.32.11 kernel sources. I have *no* problem building and installing w/ the regular make install method. The problem is that with debian's make-kpkg, it errors at the very end regarding System.map and bzImage being missing. To my knowledge xen doesn't use the bzImage anyway. I did not capture the errors on my end, but the errors in this old link sum up the symptoms -> http://www.mailinglistarchive.com/html/xen-users@lists.xensource.com/2006-09/msg00263.html My question is, what do I need to do to get make-kpkg to work on this kernel tree? A git clone of pvops linux-2.6-xen sources have no problem building via make-kpkg, so maybe there are a set changes from there that I need?