| Summary: | dev-python/papyon-0.5.4 - setup.py: File "/usr/lib64/python2.7/site-packages/Crypto/Util/number.py", line 432 [...]: SystemError: unknown opcode | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Laurento Frittella (mrfree) <laurento.frittella> |
| Component: | Current packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gnome, tester, treecleaner, voip+disabled |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Laurento Frittella (mrfree)
2011-04-08 14:51:14 UTC
Pretty weird error. Might have to do with Python 2.6 vs. Python 2.7. Can you try with 2.6? Unable to reproduce, did you run "python-updater" after updating python? Yup, I've ran 'python-update' switching from 2.6 to 2.7 Please retry with 0.5.5 Same issue with 0.5.5 version Ok it was a problem with dev-python/pycrypto, some file like /usr/lib64/python2.7/site-packages/Crypto/pct_warnings.py{c,o} doesn't seems to be replaced by a simple emerge recompiling the same package version
After a good:
# emerge -C dev-python/pycrypto && emerge -1 dev-python/pycrypto
All works now
The problem looks to be in pycrypto then :-/ $ LC_ALL=C ls /usr/lib64/python2.7/site-packages/Crypto/pct_warnings.py* -l -rw-r--r-- 1 root root 2295 May 24 2012 /usr/lib64/python2.7/site-packages/Crypto/pct_warnings.py -rw-r--r-- 1 root root 2195 Jun 20 2012 /usr/lib64/python2.7/site-packages/Crypto/pct_warnings.pyc -rw-r--r-- 1 root root 2195 Jun 20 2012 /usr/lib64/python2.7/site-packages/Crypto/pct_warnings.pyo so I guess this is what python herd was talking about when talking about the pros and cons of having .pyc/.pyo managed ebuild and not by eclass postinst. This should be easily solved by moving the package to distutils-r1.eclass. Don't waste your time, this package is abandonned upstream.. And Microsoft will turn off the server in less than two months, on March 15, 2013. (In reply to comment #9) > Don't waste your time, this package is abandonned upstream.. And Microsoft > will turn off the server in less than two months, on March 15, 2013. Will probably need to wait until it's treecleaned before closing its bugs as wontfix :/ Looks like both (papyon and telepathy-butterfly) could be treecleaned as nothing (I just dropped emesene version needing papyon) need them gone |