Changes between Version 3 and Version 4 of TipAndDoc/VM/Xen/log/4.0.1lucid


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

--

Legend:

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

    v3 v4  
    108108make: *** [clean] Error 2 
    109109}}} 
     110 
     111 = openssl/x11 = 
     112 * ~/xen-4.0.1$ make world 
     113{{{ 
     114Xen CHECK-BUILD  Wed Jan 19 23:05:28 JST 2011 
     115Checking check_crypto_lib: OK 
     116Checking check_curl: unused, OK 
     117Checking check_openssl_devel: 
     118 *** check_openssl_devel FAILED: missing openssl headers 
     119Checking check_python: OK 
     120Checking check_python_devel: OK 
     121Checking check_uuid_devel: OK 
     122Checking check_x11_devel: 
     123 *** check_x11_devel FAILED: can't find X11 headers 
     124OK 
     125Checking check_xgettext: OK 
     126Checking check_xml2: unused, OK 
     127Checking check_zlib_devel: OK 
     128Checking check_zlib_lib: OK 
     129make[4]: *** [check-build] Error 1 
     130make[4]: Leaving directory `/home/mitty/xen-4.0.1/tools/check' 
     131make[3]: *** [subdir-install-check] Error 2 
     132make[3]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     133make[2]: *** [subdirs-install] Error 2 
     134make[2]: Leaving directory `/home/mitty/xen-4.0.1/tools' 
     135make[1]: *** [install-tools] Error 2 
     136make[1]: Leaving directory `/home/mitty/xen-4.0.1' 
     137make: *** [world] Error 2 
     138}}} 
     139  * [http://lists.xensource.com/archives/html/xen-devel/2007-01/msg00571.html Re: (Xen-devel) purpose of check_x11_devel - Xen Source] 
     140  > The VNC portion of ioemu is not conditionally compiled, and it depends on 
     141  > X11/keysymdef.h. 
     142  * [http://ubuntuforums.org/showthread.php?t=1459689 (SOLVED) Where is /usr/include/X11/keysymdef.h? - Ubuntu Forums] 
     143  > Answering my own question: sudo apt-get install x11proto-core-dev 
     144  * [http://rswiki.csie.org/lxr/http/source/tools/check/check_openssl_devel?v=xen-4.0.0 xen-4.0.0/tools/check/check_openssl_devel] 
     145{{{ 
     146has_header openssl/md5.h || fail "missing openssl headers" 
     147}}}