Changes between Version 1 and Version 2 of TipAndDoc/VM/Xen/log/4.0.1lucid


Ignore:
Timestamp:
Jan 19, 2011 11:25:09 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/VM/Xen/log/4.0.1lucid

    v1 v2  
    2222make: *** [world] Error 2 
    2323}}} 
     24 
     25 = zlib = 
     26 * ~/xen-4.0.1$ make world 
     27{{{ 
     28(snip) 
     29 __  __            _  _    ___   _ 
     30 \ \/ /___ _ __   | || |  / _ \ / | 
     31  \  // _ \ '_ \  | || |_| | | || | 
     32  /  \  __/ | | | |__   _| |_| || | 
     33 /_/\_\___|_| |_|    |_|(_)___(_)_| 
     34 
     35(snip) 
     36 
     37+ git clone -o xen -n git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.g 
     38it linux-2.6-pvops.git.tmp 
     39Initialized empty Git repository in /home/mitty/xen-4.0.1/linux-2.6-pvops.git.tm 
     40p/.git/ 
     41remote: Counting objects: 1861794, done. 
     42remote: Compressing objects: 100% (311315/311315), done. 
     43remote: Total 1861794 (delta 1547213), reused 1843744 (delta 1533593) 
     44Receiving objects: 100% (1861794/1861794), 381.76 MiB | 793 KiB/s, done. 
     45Resolving deltas: 100% (1547213/1547213), done. 
     46+ cd linux-2.6-pvops.git.tmp 
     47+ git checkout -b xen/stable-2.6.32.x xen/xen/stable-2.6.32.x 
     48Checking out files: 100% (30571/30571), done. 
     49 
     50(snip) 
     51 
     52* 
     53* Restart config... 
     54* 
     55* 
     56* Paravirtualized guest support 
     57* 
     58Paravirtualized guest support (PARAVIRT_GUEST) [Y/n/?] y 
     59  Xen guest support (XEN) [Y/n/?] y 
     60    Enable Xen debug and tuning parameters in debugfs (XEN_DEBUG_FS) [Y/n/?] y 
     61  Enable Xen privileged domain support (XEN_DOM0) [Y/n/?] y 
     62  Enable support for Xen PCI passthrough devices (XEN_PCI_PASSTHROUGH) [N/y/?] (NEW) 
     63 
     64(snip)... 
     65 
     66xen platform pci device driver (XEN_PLATFORM_PCI) [M/n/y/?] (NEW) 
     67# 
     68# configuration written to .config 
     69# 
     70 
     71(snip) 
     72 
     73make -C /home/mitty/xen-4.0.1/linux-2.6-pvops.git O=/home/mitty/xen-4.0.1/build-linux-2.6-pvops_x86_32/. bzImage 
     74  Using /home/mitty/xen-4.0.1/linux-2.6-pvops.git as source for kernel 
     75  GEN     /home/mitty/xen-4.0.1/build-linux-2.6-pvops_x86_32/Makefile 
     76  CHK     include/linux/version.h 
     77  CHK     include/linux/utsrelease.h 
     78  SYMLINK include/asm -> include/asm-x86 
     79  CALL    /home/mitty/xen-4.0.1/linux-2.6-pvops.git/scripts/checksyscalls.sh 
     80  CC      init/main.o 
     81 
     82(snip) 
     83 
     84Error: zlib check failed 
     85Make sure to have the zlib libs and headers installed. 
     86 
     87sed: can't read config-host.h: No such file or directory 
     88make[2]: *** [ioemu-dir-find] Error 2 
     89make[2]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     90make[1]: *** [tools/ioemu-dir] Error 2 
     91make[1]: Leaving directory `/home/mitty/xen-4.0.1' 
     92make: *** [world] Error 2 
     93}}}