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 '.'
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_tempnam':
/var/pisi/python-2.7.18-55/work/Python-2.7.18/./Modules/posixmodule.c:7595:(.text+0xad0): warning: the use of `tempnam' is dangerous, better use `mkstemp'
/usr/bin/ld: Modules/posixmodule.o: in function `posix_tmpnam':
/var/pisi/python-2.7.18-55/work/Python-2.7.18/./Modules/posixmodule.c:7648:(.text+0x9b3): warning: the use of `tmpnam_r' is dangerous, better use `mkstemp'
In file included from Include/Python.h:159,
from /var/pisi/python-2.7.18-55/work/Python-2.7.18/Modules/mathmodule.c:55:
/var/pisi/python-2.7.18-55/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-55/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-55/work/Python-2.7.18/Modules/timemodule.c: In function ‘floattime’:
/var/pisi/python-2.7.18-55/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-55/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-55/work/Python-2.7.18/Modules/timemodule.c: In function ‘floattime’:
/var/pisi/python-2.7.18-55/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-55/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-55/work/Python-2.7.18/Modules/readline.c: In function ‘setup_readline’:
/var/pisi/python-2.7.18-55/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-55/work/Python-2.7.18/Modules/timemodule.c: In function ‘floattime’:
/var/pisi/python-2.7.18-55/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-55/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)
| ^~~~~