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: Michael Holzt <kju-xen@xxxxxxxx>
Date: Tue, 17 May 2005 21:31:46 +0200
Delivery-date: Tue, 17 May 2005 19:31:13 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.8i
> unknown Debian architecture xen, you must specify GNU system type, too at 
> /usr/bin/dpkg-architecture line 198.

Ok, now the problem is clear. /usr/bin/dpkg-architecture does not know about
the xen architecture. At line 50 of that file change the code that it reads:

%archtable=('i386',             'i386-linux',
            'xen',              'xen-linux',
            'sparc',            'sparc-linux',
[...]

However make-kpkg will still not work after that (for the xenU kernel), 
because  it does not allow a kernel-version which has a uppercase 
character. So for the xenU kernel in the Makefile EXTRAVERSION must be
changed from 'xenU' to 'xenu'.

Regards
Michael

-- 
      It's an insane world, but i'm proud to be a part of it. -- Bill Hicks

_______________________________________________
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, Michael Holzt <=