WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] make-kpkg

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] make-kpkg
From: Remi Broemeling <rbroemeling@xxxxxxxxx>
Date: Thu, 23 Jun 2005 17:43:55 -0600
Delivery-date: Thu, 23 Jun 2005 23:42:54 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LFFFkceWAOgsiWADfrSBj8d6LfICovO6jaAuC3sC0u72JJHVbyjF6dvTAmlpzlmlwWjoA1zeKJek4xq4WtCdde8A80SJWrGlMzCVFma+evcYKzO4Y90qALc3WFCO7viUa2aHR5nnOXWu5PxDqNv0u2/V8tmLVpiICCUPquMCq3A=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <Pine.LNX.4.63.0505171142420.9198@xxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <20050514060317.25937.qmail@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <d6d3rf$roj$1@xxxxxxxxxxxxx> <Pine.LNX.4.63.0505171044280.9198@xxxxxxxxxxxxxxxxxx> <Pine.LNX.4.63.0505171142420.9198@xxxxxxxxxxxxxxxxxx>
Reply-to: Remi Broemeling <rbroemeling@xxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
For the archives:

I was just encountering this problem.  Specifically, executing the command:

export PATCH_THE_KERNEL=YES && \
fakeroot make-kpkg --config=menuconfig --arch=xen \
--revision=1 --append-to-version=xen0 kernel_image

was giving me the error regarding "unknown Debian architecture xen,
you must specify GNU system type".  The solution was to blow away my
kernel tree (saving a backup of .config, of course), and then
decompress a clean tree, move .config back into place, and then run
the command.

Unsure what the problem was, exactly, but if the same issue occurs to
anyone else, the first thing to try is cleaning your kernel tree and
starting with a pristine one.  Hope this e-mail saves someone a little
time down the road somewhere. ;-)

On 5/17/05, andrew mathes <amathes@xxxxxxxxxxxx> wrote:
> can someone help me out with using make-kpkg to make a debian package of
> the kernel install, I can't get the command right, always thinks wrong
> arch.  make ARCH=xen compiles fine, but i can't get
> 
> "make-kpkg --arch=xen --append-to-version=.xen.kernel kernel_image" or
> anything like it to compile, any help?
> 
> thanks

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] make-kpkg, Remi Broemeling <=