Bugzilla – Bug 426532
osc (up) doesn't work
Last modified: 2008-09-16 15:09:23 UTC
After updating to latest Factory today osc doesn't work again: | > osc up | Segmentation fault i | osc | package | 0.107-27 | i586 | Factory i | python | package | 2.6b3-6 | i586 | Factory I can do no packaging work now anymore.
Trying with the Python 2.6rc1 submission in done/STABLE when calling osc: "ImportError: No module named _md5"
Whole traceback: Traceback (most recent call last): File "/usr/bin/osc", line 7, in <module> from osc import commandline File "/usr/lib/python2.6/site-packages/osc/commandline.py", line 10, in <module> from core import * File "/usr/lib/python2.6/site-packages/osc/core.py", line 18, in <module> import urllib2 File "/usr/lib/python2.6/urllib2.py", line 91, in <module> import hashlib File "/usr/lib/python2.6/hashlib.py", line 136, in <module> md5 = __get_builtin_constructor('md5') File "/usr/lib/python2.6/hashlib.py", line 63, in __get_builtin_constructor import _md5 ImportError: No module named _md5
*** Bug 426612 has been marked as a duplicate of this bug. ***
the segfault is bug 425138, which was already resolved, but python was not checked in (through no fault of my own) since that appears that hashlib has gone missing. let me check.
i can't reproduce this with the new python, this appears that you only installed 'python-base' and not 'python'. if that is the case, it's still a bug but definitely not a blocker
(oh. question for needinfo: did you install 'python' or only 'python-base'?)
also, i don't see how is bug 426612 a duplicate
> this appears that you only installed 'python-base' and not 'python' You seem to be right, I didn't spot that there was more than one .spec /mbuild. :-( Everything seems to work, will reopen the deprecation warning bug 426612. *** This bug has been marked as a duplicate of bug 425138 ***