[New-bugs-announce] [issue16883] "--enable-shared" during configure forces "2.7.3" to build as "2.7.2+" on Ubuntu 11.10

Isaac (.ike) Levy report at bugs.python.org
Mon Jan 7 07:29:16 CET 2013


New submission from Isaac (.ike) Levy:

Host OS: Ubuntu 11.10 (oneiric)
--enable-shared flag during configure forces 2.7.3 to build as 2.7.2+

TO REPLICATE:

unpack Python tarball,

# cd Python-2.7.3/
# ./configure --enable-shared
# make
# ./python -V
2.7.2+

# make clean ; ./configure --enable-shared ; make ; ./python -V
2.7.3


--
Additionally, 2.7.2+ build seems to carry over a resolved urandom issue,

    # (post-install on Ubuntu 11.10)
    # /usr/local/bin/python
    Python 2.7.2+ (default, Oct  4 2011, 20:41:12)
    [GCC 4.6.1] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> from os import urandom
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: cannot import name urandom
    >>>

----------
components: Installation
messages: 179247
nosy: ikeaxial
priority: normal
severity: normal
status: open
title: "--enable-shared" during configure forces "2.7.3" to build as "2.7.2+" on Ubuntu 11.10
type: compile error
versions: Python 2.7

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


More information about the New-bugs-announce mailing list