[Wheel-builders] Build python 2.7.15 from in Ubuntu 12.04 multiarch not found

Open Source iurnah iurnahopensource at gmail.com
Thu May 24 15:18:23 EDT 2018


Hi,

I am trying to build python2.7.15 in the following machine, the make
succeeds. However, once I run the sudo make install, I got the following
error. The directory build/temp.linux-x86_64-2.7 is created, but it is
empty.

My first question is that what is the
file build/temp.linux-x86_64-2.7/multiarch, and how it is created during
the build process?

My second question is how can I fix this install issue?

## build machine:
$ uname -a
3.13.0-34-generic #60~precise1-Ubuntu SMP Wed Aug 13 15:55:33 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux

## Error
$ sudo make install
[sudo] password for ruihan:
Creating directory /usr/local/lib/python2.7.15/bin
Creating directory /usr/local/lib/python2.7.15/lib
/usr/bin/install -c python /usr/local/lib/python2.7.15/bin/python2.7
if test -f libpython2.7.a; then \
                if test -n "" ; then \
                        /usr/bin/install -c -m 555
/usr/local/lib/python2.7.15/bin; \
                else \
                        /usr/bin/install -c -m 555 libpython2.7.a
/usr/local/lib/python2.7.15/lib/libpython2.7.a; \
                        if test libpython2.7.a != libpython2.7.a; then \
                                (cd /usr/local/lib/python2.7.15/lib; ln -sf
libpython2.7.a libpython2.7.a) \
                        fi \
                fi; \
        else    true; \
        fi
running build
running build_ext
sh: build/temp.linux-x86_64-2.7/multiarch: Permission denied
error: [Errno 2] No such file or directory:
'build/temp.linux-x86_64-2.7/multiarch'
make: *** [sharedmods] Error 1



Thank you in advance!

Harry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/wheel-builders/attachments/20180524/724b3d6f/attachment.html>


More information about the Wheel-builders mailing list