search for: ioemuinstall

Displaying 6 results from an estimated 6 matches for "ioemuinstall".

2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
...o DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without graphical output configure with --disable-gfx-check Note that this will disable all output from the virtual graphics card. make[3]: *** [ioemuinstall] Error 1 make[3]: Leaving directory `/root/july26/xen-unstable/tools'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/root/july26/xen-unstable/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/root/july26/xen-unstable'' make: *** [world]...
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
...o DSound support no FMOD support no kqemu support no Documentation no ERROR: QEMU requires SDL or Cocoa for graphical output To build QEMU without graphical output configure with --disable-gfx-check Note that this will disable all output from the virtual graphics card. make[3]: *** [ioemuinstall] Error 1 make[3]: Leaving directory `/root/july26/xen-unstable/tools'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/root/july26/xen-unstable/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/root/july26/xen-unstable'' make: *** [world]...
2006 Sep 04
2
Bug#379721: xen-3.0: FTBFS: bashisms
Patch attached. Steve -- --- Makefile-orig 2006-09-04 14:37:18.000000000 +0100 +++ Makefile 2006-09-04 14:37:34.000000000 +0100 @@ -57,7 +57,7 @@ .PHONY: ioemu ioemuinstall ioemuclean ifndef XEN_NO_IOEMU ioemu ioemuinstall ioemuclean: - [ -f ioemu/config-host.h ] || \ + ( test -f ioemu/config-host.h ) || \ (cd ioemu; ./configure --prefix=usr) $(MAKE) -C ioemu $(patsubst ioemu%,%,$@) else
2005 Sep 02
0
./configure: 239: Syntax error: Bad fd number
...can''t finish compiling it, because it fails during "make tools". make[2]: Entering directory `/home/elias/src/xen-cvs/xen-unstable.hg/tools'' [ -f ioemu/config-host.h ] || \ (cd ioemu; ./configure --prefix=usr) ./configure: 239: Syntax error: Bad fd number make[2]: *** [ioemuinstall] Error 2 make[2]: Leaving directory `/home/elias/src/xen-cvs/xen-unstable.hg/tools'' The file ''ioemu/config-host.h'' does not exist, so make trys to run ''./configure''. ./configure exist with 239: Syntax error: Bad fd number. Maybe someone know this erro...
2007 Jul 17
1
Bug#389320: Patch to add ia64 support
...bdirs install didn't +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + + at DPATCH@ +--- xen-3.0/tools/Makefile 2007-07-17 08:53:23.000000000 -0600 ++++ xen-3.0/tools/Makefile 2007-07-17 08:55:57.000000000 -0600 +@@ -42,6 +42,8 @@ + $(MAKE) ioemuinstall + $(INSTALL_DIR) -p $(DESTDIR)/var/xen/dump + $(INSTALL_DIR) -p $(DESTDIR)/var/log/xen ++ [ -d $(DESTDIR)/usr/lib/xen-$(XEN_VERSION)/boot ] || \ ++ $(INSTALL_DIR) -p $(DESTDIR)/usr/lib/xen-$(XEN_VERSION)/boot + + .PHONY: clean + clean: check_clean diff -urN a/xen-3.0-3.0.4-1/debian/patches/qem...
2006 Jul 25
5
build problems with current xen unstable cpu.h vl.h:75 vl.c:24 cpu-all.h:122: error: syntax error before "float64"
...unction `main_loop'' make[5]: *** [vl.o] Error 1 make[5]: Leaving directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools/ioemu/i386-dm'' make[4]: *** [all] Error 1 make[4]: Leaving directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools/ioemu'' make[3]: *** [ioemuinstall] Error 2 make[3]: Leaving directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools'' make[2]: *** [install] Error 2 make[2]: Leaving directory `/data/xen/build/xen-unstable.hg-3.0-20060725.5/tools'' make[1]: *** [install-tools] Error 2 make[1]: Leaving directory `/data/xen/bu...