[Bug 526126] Review Request: python3 - Python 3.x (backwards incompatible version)

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 22 15:44:36 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526126





--- Comment #25 from Dave Malcolm <dmalcolm at redhat.com>  2009-10-22 11:44:32 EDT ---
Updated specfile: http://dmalcolm.fedorapeople.org/python3.spec
Updated SRPM: http://dmalcolm.fedorapeople.org/python3-3.1.1-4.fc11.src.rpm
Diff between 3.1.1-3 and 3.1.1-4:
http://dmalcolm.fedorapeople.org/python3-from-3.1.1-3-to-3.1.1-4.diff

The above fixes a couple of compiled modules that were broken (spotted whilst
running regrtest.py)

"import crypt" was failing with this error:
/usr/lib/python3.1/lib-dynload/cryptmodule.so: undefined symbol: crypt

"import datetime" was failing with this error:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/lib/python3.1/lib-dynload/datetimemodule.so: undefined
symbol: _PyTime_DoubleToTimet

The latter symbol is defined in timemodule.c; the fix is to build that module
using "setup.py".

The updated srpm fixes both of these issues.

rpmlint output is the same as in comment #21

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list