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-62/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-62/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-62/work/Python-2.7.18/Modules/mathmodule.c:55:
/var/pisi/python-2.7.18-62/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-62/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-62/work/Python-2.7.18/Modules/timemodule.c: In function âfloattimeâ:
/var/pisi/python-2.7.18-62/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-62/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-62/work/Python-2.7.18/Modules/timemodule.c: In function âfloattimeâ:
/var/pisi/python-2.7.18-62/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-62/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-62/work/Python-2.7.18/Modules/readline.c: In function âsetup_readlineâ:
/var/pisi/python-2.7.18-62/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-62/work/Python-2.7.18/Modules/timemodule.c: In function âfloattimeâ:
/var/pisi/python-2.7.18-62/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-62/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)
| ^~~~~