Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201255 - app-emulation/xen-tools-3.1.2 needs pyxml dependency
Summary: app-emulation/xen-tools-3.1.2 needs pyxml dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low normal
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 19:53 UTC by Ralf Kaestner
Modified: 2008-09-01 00:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Kaestner 2007-12-04 19:53:17 UTC
"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.
Comment 1 Robert Buchholz (RETIRED) gentoo-dev 2008-09-01 00:46:00 UTC
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)