"xm new" does not work without pyxml: Unexpected error: <type 'exceptions.ImportError'> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/sbin/xm", line 10, in <module> main.main(sys.argv) File "usr/lib64/python2.5/site-packages/xen/xm/main.py", line 2500, in main File "usr/lib64/python2.5/site-packages/xen/xm/main.py", line 2524, in _run_cmd File "<string>", line 1, in <lambda> File "usr/lib64/python2.5/site-packages/xen/xm/main.py", line 1301, in xm_importcommand File "/usr/lib64/python2.5/new.py", line 26, in <module> File "usr/lib64/python2.5/site-packages/xen/xm/xenapi_create.py", line 23, in <module> ImportError: No module named xmlproc emerging pyxml solves the issue. probably the ebuild just needs a dependency.
Thank you for your bug report. I hope it is fixed with the following commit. Please let me know if it works, or not. *xen-tools-3.3.0 (01 Sep 2008) 01 Sep 2008; Robert Buchholz <rbu@gentoo.org> +files/xen-tools-3.3.0--as-needed.patch, +files/xen-tools-3.3.0-nostrip.patch, +files/xen-tools-3.3.0-xen-detect-nopie-fix.patch, files/xendomains.confd, files/xendomains.initd, metadata.xml, -xen-tools-3.2.0.ebuild, +xen-tools-3.3.0.ebuild: Version bump to Xen 3.3 (bug #201792). Fixes bugs: * Add USE flags for ACM and FLASK Xen Security Modules * Properly compile and uninstall python bytecode * RDEPEND on pyxml (bug #201255) * Remove libvncserver dependency * Shutdown xendomains in reverse start order (bug #210445) * Allow for parallel shutdown of xendomains (bug #162833) * Check that python is built with threading (bug #236092)