[New-bugs-announce] [issue9880] Python 2.7 Won't Build: SystemError: unknown opcode

Tom Browder report at bugs.python.org
Fri Sep 17 00:02:12 CEST 2010


New submission from Tom Browder <tom.browder at gmail.com>:

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.

----------
components: Build
messages: 116623
nosy: Tom.Browder
priority: normal
severity: normal
status: open
title: Python 2.7 Won't Build: SystemError: unknown opcode
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9880>
_______________________________________


More information about the New-bugs-announce mailing list