Tasy added the comment:
compiling without optimizations worked.
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Tasy added the comment:
Compiler:
$ gcc --version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.4) 4.8.4
OS:
$ uname -a
Linux machine 4.4.0-141-generic #167~14.04.1-Ubuntu SMP Mon Dec 10 13:20:24 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux
Home directory is of type nfs in case that is relevant.
I'll t
Tasy added the comment:
Configuration Options:
../configure --prefix=$HOME --enable-shared --enable-optimizations
--with-system-expat --with-system-ffi --with-ensurepip=yes
Make throws the following warning:
*** WARNING: renaming "_curses_panel" since importing it failed:
Tasy added the comment:
Sorry for the confusion. The three dots were for many lines of successful
compilation output from make. The rest is the final few lines where the
compilation fails.
--
___
Python tracker
<https://bugs.python.
New submission from Tasy :
.
.
.
./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
Fatal Python error: _PySys