autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /usr/bin/autoconf --force
configure.ac:13: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:13: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:13: the top level
configure.ac:1730: warning: The macro 'AC_HEADER_STDC' is obsolete.
configure.ac:1730: You should run autoupdate.
./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
configure.ac:1730: the top level
configure.ac:3576: warning: The macro 'AC_HEADER_TIME' is obsolete.
configure.ac:3576: You should run autoupdate.
./lib/autoconf/headers.m4:702: AC_HEADER_TIME is expanded from...
configure.ac:3576: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: './config.sub' is updated
autoreconf: './config.guess' is updated
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
In file included from Objects/unicodectype.c:34:
Objects/unicodetype_db.h: In function ‘_PyUnicodeUCS4_IsWhitespace’:
Objects/unicodetype_db.h:3277:12: warning: implicit declaration of function ‘iswspace’ [-Wimplicit-function-declaration]
3277 | return iswspace(ch);
| ^~~~~~~~
Objects/unicodetype_db.h:1:1: note: include ‘’ or provide a declaration of ‘iswspace’
+++ |+#include
1 | /* this file was generated by Tools/unicode/makeunicodedata.py 2.6 */
Objects/unicodectype.c: In function ‘_PyUnicodeUCS4_IsLowercase’:
Objects/unicodectype.c:192:12: warning: implicit declaration of function ‘iswlower’ [-Wimplicit-function-declaration]
192 | return iswlower(ch);
| ^~~~~~~~
Objects/unicodectype.c:35:1: note: include ‘’ or provide a declaration of ‘iswlower’
34 | #include "unicodetype_db.h"
+++ |+#include
35 |
Objects/unicodectype.c: In function ‘_PyUnicodeUCS4_IsUppercase’:
Objects/unicodectype.c:197:12: warning: implicit declaration of function ‘iswupper’ [-Wimplicit-function-declaration]
197 | return iswupper(ch);
| ^~~~~~~~
Objects/unicodectype.c:197:12: note: include ‘’ or provide a declaration of ‘iswupper’
Objects/unicodectype.c: In function ‘_PyUnicodeUCS4_ToLowercase’:
Objects/unicodectype.c:202:12: warning: implicit declaration of function ‘towlower’ [-Wimplicit-function-declaration]
202 | return towlower(ch);
| ^~~~~~~~
Objects/unicodectype.c:202:12: note: include ‘’ or provide a declaration of ‘towlower’
Objects/unicodectype.c:202:12: warning: incompatible implicit declaration of built-in function ‘towlower’ [-Wbuiltin-declaration-mismatch]
Objects/unicodectype.c:202:12: note: include ‘’ or provide a declaration of ‘towlower’
Objects/unicodectype.c: In function ‘_PyUnicodeUCS4_ToUppercase’:
Objects/unicodectype.c:207:12: warning: implicit declaration of function ‘towupper’ [-Wimplicit-function-declaration]
207 | return towupper(ch);
| ^~~~~~~~
Objects/unicodectype.c:207:12: note: include ‘’ or provide a declaration of ‘towupper’
Objects/unicodectype.c:207:12: warning: incompatible implicit declaration of built-in function ‘towupper’ [-Wbuiltin-declaration-mismatch]
Objects/unicodectype.c:207:12: note: include ‘’ or provide a declaration of ‘towupper’
Objects/unicodectype.c: In function ‘_PyUnicodeUCS4_IsAlpha’:
Objects/unicodectype.c:212:12: warning: implicit declaration of function ‘iswalpha’ [-Wimplicit-function-declaration]
212 | return iswalpha(ch);
| ^~~~~~~~
Objects/unicodectype.c:212:12: note: include ‘’ or provide a declaration of ‘iswalpha’
Python/ast.c: In function ‘ast_for_import_stmt’:
Python/ast.c:2624:13: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
2624 | if (!import_alias)
| ^~
In file included from Include/Python-ast.h:3,
from Python/ast.c:7:
Include/asdl.h:42:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
42 | #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V)
| ^
Python/ast.c:2626:17: note: in expansion of macro ‘asdl_seq_SET’
2626 | asdl_seq_SET(aliases, 0, import_alias);
| ^~~~~~~~~~~~
Python/ast.c:2631:17: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
2631 | if (!import_alias)
| ^~
Include/asdl.h:42:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
42 | #define asdl_seq_SET(S, I, V) (S)->elements[I] = (V)
| ^
Python/ast.c:2633:21: note: in expansion of macro ‘asdl_seq_SET’
2633 | asdl_seq_SET(aliases, i / 2, import_alias);
| ^~~~~~~~~~~~
./Modules/signalmodule.c: In function ‘signal_siginterrupt’:
./Modules/signalmodule.c:395:5: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations]
395 | if (siginterrupt(sig_num, flag)<0) {
| ^~
In file included from Include/pyfpe.h:129,
from Include/Python.h:159,
from ./Modules/signalmodule.c:6:
/usr/include/signal.h:324:12: note: declared here
324 | extern int siginterrupt (int __sig, int __interrupt) __THROW
| ^~~~~~~~~~~~
/usr/bin/ld: Modules/posixmodule.o: in function `posix_tmpnam':
/var/pisi/python-2.7.18-46/work/Python-2.7.18/./Modules/posixmodule.c:7648:(.text+0x916): warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/bin/ld: Modules/posixmodule.o: in function `posix_tempnam':
/var/pisi/python-2.7.18-46/work/Python-2.7.18/./Modules/posixmodule.c:7595:(.text+0xa2e): warning: the use of `tempnam' is dangerous, better use `mkstemp'
In file included from Include/Python.h:159,
from /var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/mathmodule.c:55:
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/mathmodule.c: In function ‘math_fsum’:
Include/pyfpe.h:164:64: warning: passing argument 1 of ‘PyFPE_dummy’ discards ‘volatile’ qualifier from pointer target type [-Wdiscarded-qualifiers]
164 | #define PyFPE_END_PROTECT(v) PyFPE_counter -= (int)PyFPE_dummy(&(v));
| ^~~~
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/mathmodule.c:1072:5: note: in expansion of macro ‘PyFPE_END_PROTECT’
1072 | PyFPE_END_PROTECT(hi)
| ^~~~~~~~~~~~~~~~~
Include/pyfpe.h:134:27: note: expected ‘void *’ but argument is of type ‘volatile double *’
134 | extern double PyFPE_dummy(void *);
| ^~~~~~
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c: In function ‘floattime’:
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c:1019:9: warning: ‘ftime’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
1019 | ftime(&t);
| ^~~~~
In file included from /var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c:31:
/usr/include/sys/timeb.h:29:12: note: declared here
29 | extern int ftime (struct timeb *__timebuf)
| ^~~~~
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c: In function ‘floattime’:
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c:1019:9: warning: ‘ftime’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
1019 | ftime(&t);
| ^~~~~
In file included from /var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c:31:
/usr/include/sys/timeb.h:29:12: note: declared here
29 | extern int ftime (struct timeb *__timebuf)
| ^~~~~
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/readline.c: In function ‘setup_readline’:
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/readline.c:955:37: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
955 | completer_word_break_characters =
| ^
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c: In function ‘floattime’:
/var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c:1019:9: warning: ‘ftime’ is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
1019 | ftime(&t);
| ^~~~~
In file included from /var/pisi/python-2.7.18-46/work/Python-2.7.18/Modules/timemodule.c:31:
/usr/include/sys/timeb.h:29:12: note: declared here
29 | extern int ftime (struct timeb *__timebuf)
| ^~~~~