Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 299199 - dev-python/soappy-0.12.0 seems to need python[xml] only
Summary: dev-python/soappy-0.12.0 seems to need python[xml] only
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-01 12:59 UTC by Rafał Mużyło
Modified: 2016-10-12 08:50 UTC (History)
0 users

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 Rafał Mużyło 2010-01-01 12:59:45 UTC
...instead of pyxml, but regardless, it's broken.
Even its so-called testsuite doesn't work correctly without
patch supplied here:
http://sourceforge.net/tracker/?func=detail&aid=2512276&group_id=26590&atid=387667
and even after that, one test that should pass, fails.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2011-09-07 19:51:47 UTC
Fixed in Progress Overlay on 2011-07-07. (Dependency on dev-python/pyxml deleted.)
Comment 2 Rafał Mużyło 2011-09-08 08:25:50 UTC
In such case, on a semi-related note:

as I said, the testsuite is most likely broken, but if I run it (or more exactly SOAPtest.py) for 0.12.5, one test, that should pass, fails with following traceback:
Traceback (most recent call last):
  File "./SOAPtest.py", line 808, in testRecursion
    x = buildSOAP(tre)
  File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 648, in buildSOAP
    return t.build()
  File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 146, in build
    self.dump(i, typed = typed, ns_map = ns_map)
  File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 287, in dump
    self.dump_dispatch(obj, tag, typed, ns_map)
  File "/usr/lib/python2.7/site-packages/SOAPpy/SOAPBuilder.py", line 630, in dump_dispatch
    for (k, v) in d1:
ValueError: need more than 1 value to unpack

That's due to d1 being (<a string>,) at the point.
Could you check where the fix is needed - in the testsuite or in the package itself ?
Comment 3 Patrice Clement gentoo-dev 2016-10-12 08:50:37 UTC
Is it still an issue?