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

[Xen-users] Unable to build linux-2.6-xen.hg

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Unable to build linux-2.6-xen.hg
From: "qw" <qw@xxxxxxxxxxx>
Date: Mon, 27 Feb 2006 00:17:03 +0600
Delivery-date: Mon, 27 Feb 2006 09:38:06 +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
Greetings,

I'm unable to build current (Sun Feb 26 18:14:23 UTC 2006) linux-2.6-xen.hg on Debian sarge AMD64 host.

Following error messgaes appears:

-- CUT HERE --
sunfire:/usr/src/xen-subarch/linux-2.6-xen.hg# make
  CHK     include/linux/version.h
  SPLIT   include/linux/autoconf.h -> include/config/*
  CC      arch/x86_64/kernel/asm-offsets.s
In file included from include/xen/features.h:12,
                 from include/asm/mach-xen/asm/page.h:10,
                 from include/asm/thread_info.h:12,
                 from include/linux/thread_info.h:21,
                 from include/linux/preempt.h:10,
                 from include/linux/spinlock.h:50,
                 from include/linux/capability.h:45,
                 from include/linux/sched.h:7,
                 from arch/x86_64/kernel/asm-offsets.c:7:
include/xen/interface/version.h:52:22: features.h: No such file or directory
In file included from include/asm/mach-xen/asm/page.h:10,
                 from include/asm/thread_info.h:12,
                 from include/linux/thread_info.h:21,
                 from include/linux/preempt.h:10,
                 from include/linux/spinlock.h:50,
                 from include/linux/capability.h:45,
                 from include/linux/sched.h:7,
                 from arch/x86_64/kernel/asm-offsets.c:7:
include/xen/features.h:16: error: `XENFEAT_NR_SUBMAPS' undeclared here (not in a function)
In file included from include/asm/thread_info.h:12,
                 from include/linux/thread_info.h:21,
                 from include/linux/preempt.h:10,
                 from include/linux/spinlock.h:50,
                 from include/linux/capability.h:45,
                 from include/linux/sched.h:7,
                 from arch/x86_64/kernel/asm-offsets.c:7:
include/asm/mach-xen/asm/page.h: In function `pfn_to_mfn':
include/asm/mach-xen/asm/page.h:90: error: `XENFEAT_auto_translated_physmap' undeclared (first use in this function) include/asm/mach-xen/asm/page.h:90: error: (Each undeclared identifier is reported only once include/asm/mach-xen/asm/page.h:90: error: for each function it appears in.) include/asm/mach-xen/asm/page.h: In function `phys_to_machine_mapping_valid': include/asm/mach-xen/asm/page.h:97: error: `XENFEAT_auto_translated_physmap' undeclared (first use in this function)
include/asm/mach-xen/asm/page.h: In function `mfn_to_pfn':
include/asm/mach-xen/asm/page.h:106: error: `XENFEAT_auto_translated_physmap' undeclared (first use in this function) include/asm/mach-xen/asm/page.h: In function `mfn_to_local_pfn': include/asm/mach-xen/asm/page.h:150: error: `XENFEAT_auto_translated_physmap' undeclared (first use in this function) include/asm/mach-xen/asm/page.h: In function `set_phys_to_machine': include/asm/mach-xen/asm/page.h:159: error: `XENFEAT_auto_translated_physmap' undeclared (first use in this function)
make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
-- CUT HERE --

Host information:

sunfire:/# gcc -v
Reading specs from /usr/lib/gcc-lib/x86_64-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --disable-multilib x86_64-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-13)
sunfire:/# uname -a
Linux sunfire 2.6.12.6-xen #3 SMP Sun Feb 26 20:51:20 NOVT 2006 x86_64 GNU/Linux
sunfire:/# cat /etc/debian_version
3.1
sunfire:/#

-- CUT HERE --

My .config file in attachment.

Thanks in advance for any help/comments.

./qw

Attachment: config
Description: Binary data

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Unable to build linux-2.6-xen.hg, qw <=