From lele at metapensiero.it Sat May 12 04:56:22 2018 From: lele at metapensiero.it (Lele Gaifax) Date: Sat, 12 May 2018 10:56:22 +0200 Subject: [Wheel-builders] Adding Python 3.7.0b4 to manylinux1 images Message-ID: <8736yxckw9.fsf@metapensiero.it> Hi all, I forked the pypa/manylinux1 with the goal of adding Python 3.7: https://github.com/lelit/manylinux/tree/py37 The changes are very simple, the only hiccup was the needed tweak to the download directory. I'm writing before opening a PR because I wasn't able to do a local build, just to confirm that I did not introduce defects: when I try to execute the build.sh script as described in the README I get the following output $ PLATFORM=$(uname -m) TRAVIS_COMMIT=latest ./build.sh + SOURCES=docker/sources ++ dirname docker/build_scripts/prefetch.sh + MY_DIR=docker/build_scripts + . docker/build_scripts/build_env.sh ++ PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python ++ CPYTHON_VERSIONS='2.7.14 3.4.8 3.5.5 3.6.5' ... Step 10/13 : COPY sources / ---> 0d399fe660fb Step 11/13 : RUN bash build_scripts/build.sh && rm -r build_scripts ---> Running in b4b8da6609c7 The command '/bin/sh -c bash build_scripts/build.sh && rm -r build_scripts' returned a non-zero code: 139 As this happens also in the master branch, maybe I'm doing something wrong but as said I could not figure out what is going wrong: I also tried using a even more explicit "RUN bash -x build_scripts/build.sh" but that didn't help. Do you have any hint, or should I just blindly go ahead, open a PR and see what happens on Travis? Thanks in advance, ciao, lele. -- nickname: Lele Gaifax | Quando vivr? di quello che ho pensato ieri real: Emanuele Gaifas | comincer? ad aver paura di chi mi copia. lele at metapensiero.it | -- Fortunato Depero, 1929. From iurnahopensource at gmail.com Thu May 24 15:18:23 2018 From: iurnahopensource at gmail.com (Open Source iurnah) Date: Thu, 24 May 2018 12:18:23 -0700 Subject: [Wheel-builders] Build python 2.7.15 from in Ubuntu 12.04 multiarch not found Message-ID: 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: