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-devel

[Xen-devel] make *=y build fails with xeno-unstable.bk

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] make *=y build fails with xeno-unstable.bk
From: Jared Rhine <jared@xxxxxxxxxxx>
Date: Sun, 02 Jan 2005 02:37:10 -0800
Delivery-date: Sun, 02 Jan 2005 10:38:18 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On a fresh xeno-unstable.bk, an "everything on" make errors out in
debug.c with a mm member error, while a regular "make verbose=y
debug=y" works fine.

-- begin --

-> make verbose=y debug=y debugger=y perfc=y trace=y 
make prefix=/usr/local/src/xen/xeno-unstable.bk/dist/install dist=yes -C xen 
install 
make[1]: Entering directory `/usr/local/src/xen/xeno-unstable.bk/xen' 
rm -f include/xen/compile.h common/kernel.o 
[ -e include/asm ] || ln -sf asm-x86 include/asm 
make -C tools 
make[2]: Entering directory `/usr/local/src/xen/xeno-unstable.bk/xen/tools' 
make -C figlet 
make[3]: Entering directory 
`/usr/local/src/xen/xeno-unstable.bk/xen/tools/figlet' 
gcc -o figlet figlet.c 
make[3]: Leaving directory 
`/usr/local/src/xen/xeno-unstable.bk/xen/tools/figlet' 
make[2]: Leaving directory `/usr/local/src/xen/xeno-unstable.bk/xen/tools' 
make include/xen/compile.h 
make[2]: Entering directory `/usr/local/src/xen/xeno-unstable.bk/xen' 
( cd ./tools/figlet && ./figlet Xen 3.0"-devel" 1>>../../include/xen/compile.h 
) 
 __  __            _____  ___         _                _  
 \ \/ /___ _ __   |___ / / _ \     __| | _____   _____| | 
  \  // _ \ '_ \    |_ \| | | |__ / _` |/ _ \ \ / / _ \ | 
  /  \  __/ | | |  ___) | |_| |__| (_| |  __/\ V /  __/ | 
 /_/\_\___|_| |_| |____(_)___/    \__,_|\___| \_/ \___|_| 
                                                          
make[2]: Leaving directory `/usr/local/src/xen/xeno-unstable.bk/xen' 
make -C arch/x86 asm-offsets.s 
make[2]: Entering directory `/usr/local/src/xen/xeno-unstable.bk/xen/arch/x86' 
Makefile:19: Extraneous text after `endif' directive 
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix 
include -Wall -Werror -pipe -I/usr/local/src/xen/xeno-unstable.bk/xen/include 
-Wno-pointer-arith \-Wredundant-decls -O3 -fomit-frame-pointer -msoft-float 
-m32 -march=i686 -DVERBOSE -DXEN_DEBUGGER -DPERF_COUNTERS -DTRACE_BUFFER -S -o 
asm-offsets.s x86_32/asm-offsets.c 
make[2]: Leaving directory `/usr/local/src/xen/xeno-unstable.bk/xen/arch/x86' 
make include/asm-x86/asm-offsets.h 
make[2]: Entering directory `/usr/local/src/xen/xeno-unstable.bk/xen' 
make[2]: Leaving directory `/usr/local/src/xen/xeno-unstable.bk/xen' 
make -C common 
make[2]: Entering directory `/usr/local/src/xen/xeno-unstable.bk/xen/common' 
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix 
include -Wall -Werror -pipe -I/usr/local/src/xen/xeno-unstable.bk/xen/include 
-Wno-pointer-arith \-Wredundant-decls -O3 -fomit-frame-pointer -msoft-float 
-m32 -march=i686 -DVERBOSE -DXEN_DEBUGGER -DPERF_COUNTERS -DTRACE_BUFFER -c 
ac_timer.c -o ac_timer.o 
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix 
include -Wall -Werror -pipe -I/usr/local/src/xen/xeno-unstable.bk/xen/include 
-Wno-pointer-arith \-Wredundant-decls -O3 -fomit-frame-pointer -msoft-float 
-m32 -march=i686 -DVERBOSE -DXEN_DEBUGGER -DPERF_COUNTERS -DTRACE_BUFFER -c 
debug-linux.c -o debug-linux.o 
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix 
include -Wall -Werror -pipe -I/usr/local/src/xen/xeno-unstable.bk/xen/include 
-Wno-pointer-arith \-Wredundant-decls -O3 -fomit-frame-pointer -msoft-float 
-m32 -march=i686 -DVERBOSE -DXEN_DEBUGGER -DPERF_COUNTERS -DTRACE_BUFFER -c 
debug.c -o debug.o 
debug.c: In function `pdb_do_debug': 
debug.c:73: error: structure has no member named `mm' 
debug.c:74: error: structure has no member named `mm' 
debug.c:76: error: structure has no member named `mm' 
make[2]: *** [debug.o] Error 1 
make[2]: Leaving directory `/usr/local/src/xen/xeno-unstable.bk/xen/common' 

-- end --

-- jared@xxxxxxxxxxx

http://www.geekcode.com/geek.html
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCM/CS/B
d s:++>+ a-
C++(++++)$ ULBSH++++ P+++ L+++ E++(+++) W++++ N- !o !K w !O M V
PS+++(-) PE++(--) Y+ PGP>++
t@ 5 X+ R>+ tv++>-- b>++ DI+ D- G
e++ h- r++>+++ y+++
------END GEEK CODE BLOCK------


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>