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 asisco
Recipients Ari.Consul, asisco, dmalcolm, loewis, orsenthil, spprakash
Date 2011-04-14.19:21:49
SpamBayes Score 1.1806334e-11
Marked as misclassified No
Message-id <1302808910.58.0.402445521845.issue9631@psf.upfronthosting.co.za>
In-reply-to
Content
make install fails on Fedora Core 13 as well:

make distclean
./configure
make
make install

/usr/bin/install -c -m 644 ./LICENSE /usr/local/lib/python2.7/LICENSE.txt
PYTHONPATH=/usr/local/lib/python2.7   \
                ./python -Wi -tt /usr/local/lib/python2.7/compileall.py \
                -d /usr/local/lib/python2.7 -f \
                -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
                /usr/local/lib/python2.7
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/compileall.py", line 17, in <module>
    import struct
  File "/usr/local/lib/python2.7/struct.py", line 1, in <module>
    from _struct import *
ImportError: No module named _struct
make: *** [libinstall] Error 1
[root@freebie Python-2.7.1]# df -T
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/sda3     ext4    50395844   2899168  46984864   6% /
tmpfs        tmpfs     2020464       864   2019600   1% /dev/shm
/dev/sda1     ext4      396672     29566    346626   8% /boot
/dev/sda2     ext4   898537912 146927532 705967272  18% /db
[root@freebie Python-2.7.1]# uname -av
Linux freebie 2.6.33.3-85.fc13.x86_64 #1 SMP Thu May 6 18:09:49 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
[root@freebie Python-2.7.1]# cat /etc/fedora-release
Fedora release 13 (Goddard)
History
Date User Action Args
2011-04-14 19:21:50asiscosetrecipients: + asisco, loewis, orsenthil, dmalcolm, spprakash, Ari.Consul
2011-04-14 19:21:50asiscosetmessageid: <1302808910.58.0.402445521845.issue9631@psf.upfronthosting.co.za>
2011-04-14 19:21:50asiscolinkissue9631 messages
2011-04-14 19:21:49asiscocreate