This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tom.Browder
Recipients Tom.Browder
Date 2010-09-16.22:02:05
SpamBayes Score 1.0725218e-09
Marked as misclassified No
Message-id <1284674532.4.0.904279806396.issue9880@psf.upfronthosting.co.za>
In-reply-to
Content
I am trying to rebuild the 2.7 maintenance branch and get this error
on Ubuntu 10.04.1 LTS:

XXX lineno: 743, opcode: 0
Traceback (most recent call last):
 File "/usr/local/src/python-2.7-maint-svn/Lib/site.py", line 62, in <module>
  import os
 File "/usr/local/src/python-2.7-maint-svn/Lib/os.py", line 743, in <module>
  def urandom(n):
SystemError: unknown opcode

I installed it successfully once so I may be getting conflicts, but I can't figure out why.  There were some similar bugs reported in previous versions but I didn't see a clear solution.

I have done "make distclean" and "./configure".  I have unset my
PYTHONPATH and LD_LIBRARY_PATH, but python2.7 is my default python from a previous good build and installation.
History
Date User Action Args
2010-09-16 22:02:12Tom.Browdersetrecipients: + Tom.Browder
2010-09-16 22:02:12Tom.Browdersetmessageid: <1284674532.4.0.904279806396.issue9880@psf.upfronthosting.co.za>
2010-09-16 22:02:06Tom.Browderlinkissue9880 messages
2010-09-16 22:02:05Tom.Browdercreate