563 lines
45 KiB
Plaintext
563 lines
45 KiB
Plaintext
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar1.o Parser/grammar1.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/listnode.o Parser/listnode.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/node.o Parser/node.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parser.o Parser/parser.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/bitset.o Parser/bitset.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/metagrammar.o Parser/metagrammar.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/firstsets.o Parser/firstsets.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/grammar.o Parser/grammar.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgen.o Parser/pgen.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/myreadline.o Parser/myreadline.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok.o Parser/parsetok.c
|
|
Parser/pgen.c: In function 'compile_atom':
|
|
Parser/pgen.c:282:9: warning: variable 'i' set but not used [-Wunused-but-set-variable]
|
|
int i;
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer.o Parser/tokenizer.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/abstract.o Objects/abstract.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/boolobject.o Objects/boolobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytes_methods.o Objects/bytes_methods.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytearrayobject.o Objects/bytearrayobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/bytesobject.o Objects/bytesobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/cellobject.o Objects/cellobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/classobject.o Objects/classobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/codeobject.o Objects/codeobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/complexobject.o Objects/complexobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/descrobject.o Objects/descrobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/enumobject.o Objects/enumobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/exceptions.o Objects/exceptions.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/genobject.o Objects/genobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/fileobject.o Objects/fileobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/floatobject.o Objects/floatobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/frameobject.o Objects/frameobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/funcobject.o Objects/funcobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/iterobject.o Objects/iterobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/listobject.o Objects/listobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/longobject.o Objects/longobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/dictobject.o Objects/dictobject.c
|
|
Objects/dictobject.c: In function 'insertdict':
|
|
Objects/dictobject.c:525:28: warning: typedef 'lookupfunc' locally defined but not used [-Wunused-local-typedefs]
|
|
typedef PyDictEntry *(*lookupfunc)(PyDictObject *, PyObject *, Py_hash_t);
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/memoryobject.o Objects/memoryobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/methodobject.o Objects/methodobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/moduleobject.o Objects/moduleobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/object.o Objects/object.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/capsule.o Objects/capsule.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/rangeobject.o Objects/rangeobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/setobject.o Objects/setobject.c
|
|
Objects/setobject.c: In function 'set_insert_key':
|
|
Objects/setobject.c:217:25: warning: typedef 'lookupfunc' locally defined but not used [-Wunused-local-typedefs]
|
|
typedef setentry *(*lookupfunc)(PySetObject *, PyObject *, Py_hash_t);
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/sliceobject.o Objects/sliceobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/structseq.o Objects/structseq.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/tupleobject.o Objects/tupleobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/typeobject.o Objects/typeobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodeobject.o Objects/unicodeobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/unicodectype.o Objects/unicodectype.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Objects/weakrefobject.o Objects/weakrefobject.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/_warnings.o Python/_warnings.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/Python-ast.o Python/Python-ast.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/asdl.o Python/asdl.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dynamic_annotations.o Python/dynamic_annotations.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mysnprintf.o Python/mysnprintf.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyctype.o Python/pyctype.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/tokenizer_pgen.o Parser/tokenizer_pgen.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/printgrammar.o Parser/printgrammar.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/parsetok_pgen.o Parser/parsetok_pgen.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Parser/pgenmain.o Parser/pgenmain.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/bltinmodule.o Python/bltinmodule.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ceval.o Python/ceval.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/codecs.o Python/codecs.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/errors.o Python/errors.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozen.o Python/frozen.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/frozenmain.o Python/frozenmain.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/future.o Python/future.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getargs.o Python/getargs.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcompiler.o Python/getcompiler.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getcopyright.o Python/getcopyright.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPLATFORM='"linux4"' -o Python/getplatform.o ./Python/getplatform.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getversion.o Python/getversion.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/import.o Python/import.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I. -o Python/importdl.o ./Python/importdl.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/marshal.o Python/marshal.c
|
|
Python/import.c: In function 'find_module_path':
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/modsupport.o Python/modsupport.c
|
|
Python/import.c:1714:23: warning: variable 'base' set but not used [-Wunused-but-set-variable]
|
|
const Py_UNICODE *base;
|
|
^
|
|
Python/import.c: In function 'find_init_module':
|
|
Python/import.c:2256:12: warning: variable 'len' set but not used [-Wunused-but-set-variable]
|
|
size_t len;
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/mystrtoul.o Python/mystrtoul.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/peephole.o Python/peephole.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyarena.o Python/pyarena.c
|
|
Python/pyarena.c: In function 'PyArena_Free':
|
|
Python/pyarena.c:161:9: warning: variable 'r' set but not used [-Wunused-but-set-variable]
|
|
int r;
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pyfpe.o Python/pyfpe.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pymath.o Python/pymath.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystate.o Python/pystate.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pythonrun.o Python/pythonrun.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pytime.o Python/pytime.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/structmember.o Python/structmember.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \
|
|
-DABIFLAGS='"m"' \
|
|
-o Python/sysmodule.o ./Python/sysmodule.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/traceback.o Python/traceback.c
|
|
Python/traceback.c: In function 'dump_traceback':
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:566:9: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "Traceback (most recent call first):\n");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:575:13: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, " ...\n");
|
|
^
|
|
Python/traceback.c: In function 'dump_frame':
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:533:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, " File ");
|
|
^
|
|
Python/traceback.c:537:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, "\"", 1);
|
|
^
|
|
Python/traceback.c:539:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, "\"", 1);
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:541:9: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "???");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:546:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, ", line ");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:548:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, " in ");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:554:9: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "???");
|
|
^
|
|
Python/traceback.c:556:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, "\n", 1);
|
|
^
|
|
Python/traceback.c: In function 'dump_decimal':
|
|
Python/traceback.c:448:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, buffer, len);
|
|
^
|
|
Python/traceback.c: In function 'dump_ascii':
|
|
Python/traceback.c:497:18: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, &c, 1);
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:500:13: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "\\x");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:508:13: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "\\u");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:519:9: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "...");
|
|
^
|
|
Python/traceback.c: In function 'dump_hexadecimal':
|
|
Python/traceback.c:469:10: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, buffer, len);
|
|
^
|
|
Python/traceback.c: In function '_Py_DumpTracebackThreads':
|
|
Python/traceback.c:626:18: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(fd, "\n", 1);
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:628:13: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "...\n");
|
|
^
|
|
Python/traceback.c: In function 'write_thread_id':
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:601:9: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "Current thread 0x");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:603:9: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "Thread 0x");
|
|
^
|
|
Python/traceback.c:16:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
Python/traceback.c:605:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, ":\n");
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/getopt.o Python/getopt.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrcmp.o Python/pystrcmp.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/pystrtod.o Python/pystrtod.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/dtoa.o Python/dtoa.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/formatter_unicode.o Python/formatter_unicode.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/fileutils.o Python/fileutils.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \
|
|
-DSOABI='"cpython-33m"' \
|
|
-o Python/dynload_shlib.o ./Python/dynload_shlib.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/thread.o Python/thread.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/config.o Modules/config.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DPYTHONPATH='":plat-linux4"' \
|
|
-DPREFIX='"/usr/local"' \
|
|
-DEXEC_PREFIX='"/usr/local"' \
|
|
-DVERSION='"3.3"' \
|
|
-DVPATH='""' \
|
|
-o Modules/getpath.o ./Modules/getpath.c
|
|
In file included from Python/thread.c:118:0:
|
|
Python/thread_pthread.h: In function 'PyThread_free_lock':
|
|
Python/thread_pthread.h:300:17: warning: variable 'error' set but not used [-Wunused-but-set-variable]
|
|
int status, error = 0;
|
|
^
|
|
Python/thread_pthread.h: In function 'PyThread_acquire_lock_timed':
|
|
Python/thread_pthread.h:331:17: warning: variable 'error' set but not used [-Wunused-but-set-variable]
|
|
int status, error = 0;
|
|
^
|
|
Python/thread_pthread.h: In function 'PyThread_release_lock':
|
|
Python/thread_pthread.h:382:17: warning: variable 'error' set but not used [-Wunused-but-set-variable]
|
|
int status, error = 0;
|
|
^
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/gcmodule.o Modules/gcmodule.c
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_threadmodule.c -o Modules/_threadmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/signalmodule.c -o Modules/signalmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/errnomodule.c -o Modules/errnomodule.o
|
|
./Modules/signalmodule.c: In function 'signal_handler':
|
|
./Modules/signalmodule.c:191:18: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(wakeup_fd, "\0", 1);
|
|
^
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/pwdmodule.c -o Modules/pwdmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_sre.c -o Modules/_sre.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_codecsmodule.c -o Modules/_codecsmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_weakref.c -o Modules/_weakref.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_functoolsmodule.c -o Modules/_functoolsmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/operator.c -o Modules/operator.o
|
|
./Modules/_sre.c: In function '_validate_inner':
|
|
./Modules/_sre.c:2988:42: warning: variable 'prefix_skip' set but not used [-Wunused-but-set-variable]
|
|
SRE_CODE prefix_len, prefix_skip;
|
|
^
|
|
./Modules/_sre.c:2966:38: warning: variable 'max' set but not used [-Wunused-but-set-variable]
|
|
SRE_CODE flags, min, max, i;
|
|
^
|
|
./Modules/_sre.c:2966:33: warning: variable 'min' set but not used [-Wunused-but-set-variable]
|
|
SRE_CODE flags, min, max, i;
|
|
^
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_collectionsmodule.c -o Modules/_collectionsmodule.o
|
|
./Modules/_collectionsmodule.c: In function 'deque_clearmethod':
|
|
./Modules/_collectionsmodule.c:707:9: warning: variable 'rv' set but not used [-Wunused-but-set-variable]
|
|
int rv;
|
|
^
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/itertoolsmodule.c -o Modules/itertoolsmodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/_localemodule.c -o Modules/_localemodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/_iomodule.c -o Modules/_iomodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/iobase.c -o Modules/iobase.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/fileio.c -o Modules/fileio.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bytesio.c -o Modules/bytesio.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/bufferedio.c -o Modules/bufferedio.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/textio.c -o Modules/textio.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -I./Modules/_io -c ./Modules/_io/stringio.c -o Modules/stringio.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/zipimport.c -o Modules/zipimport.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/faulthandler.c -o Modules/faulthandler.o
|
|
./Modules/faulthandler.c: In function 'faulthandler_sigfpe':
|
|
./Modules/faulthandler.c:806:32: warning: variable 'z' set but not used [-Wunused-but-set-variable]
|
|
volatile int x = 1, y = 0, z;
|
|
^
|
|
./Modules/faulthandler.c: In function 'faulthandler_thread':
|
|
./Modules/faulthandler.c:446:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(thread.fd, thread.header, thread.header_len);
|
|
^
|
|
./Modules/faulthandler.c: In function 'faulthandler_fatal_error':
|
|
./Modules/faulthandler.c:22:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
./Modules/faulthandler.c:263:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "Fatal Python error: ");
|
|
^
|
|
./Modules/faulthandler.c:22:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
./Modules/faulthandler.c:264:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, handler->name);
|
|
^
|
|
./Modules/faulthandler.c:22:28: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
#define PUTS(fd, str) write(fd, str, strlen(str))
|
|
^
|
|
./Modules/faulthandler.c:265:5: note: in expansion of macro 'PUTS'
|
|
PUTS(fd, "\n\n");
|
|
^
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/symtablemodule.c -o Modules/symtablemodule.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -c ./Modules/xxsubtype.c -o Modules/xxsubtype.o
|
|
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/dynamic_annotations.o Python/mysnprintf.o Python/pyctype.o Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/parsetok_pgen.o Parser/pgenmain.o -lpthread -ldl -lutil -o Parser/pgen
|
|
./Modules/zipimport.c: In function 'get_module_code':
|
|
./Modules/zipimport.c:1199:15: warning: 'code' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
PyObject *code, *toc_entry, *subname;
|
|
^
|
|
Parser/pgen ./Grammar/Grammar ./Include/graminit.h ./Python/graminit.c
|
|
touch Parser/pgen.stamp
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/ast.o Python/ast.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/compile.o Python/compile.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/graminit.o Python/graminit.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Python/symtable.o Python/symtable.c
|
|
gcc -pthread -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE \
|
|
-DHGVERSION="\"`LC_ALL=C hg id -i .`\"" \
|
|
-DHGTAG="\"`LC_ALL=C hg id -t .`\"" \
|
|
-DHGBRANCH="\"`LC_ALL=C hg id -b .`\"" \
|
|
-o Modules/getbuildinfo.o ./Modules/getbuildinfo.c
|
|
warning: ignoring unknown working parent a1235865dd54!
|
|
warning: ignoring unknown working parent a1235865dd54!
|
|
warning: ignoring unknown working parent a1235865dd54!
|
|
rm -f libpython3.3m.a
|
|
ar rc libpython3.3m.a Modules/getbuildinfo.o
|
|
ar rc libpython3.3m.a Parser/acceler.o Parser/grammar1.o Parser/listnode.o Parser/node.o Parser/parser.o Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o Parser/grammar.o Parser/pgen.o Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o
|
|
ar rc libpython3.3m.a Objects/abstract.o Objects/boolobject.o Objects/bytes_methods.o Objects/bytearrayobject.o Objects/bytesobject.o Objects/cellobject.o Objects/classobject.o Objects/codeobject.o Objects/complexobject.o Objects/descrobject.o Objects/enumobject.o Objects/exceptions.o Objects/genobject.o Objects/fileobject.o Objects/floatobject.o Objects/frameobject.o Objects/funcobject.o Objects/iterobject.o Objects/listobject.o Objects/longobject.o Objects/dictobject.o Objects/memoryobject.o Objects/methodobject.o Objects/moduleobject.o Objects/object.o Objects/obmalloc.o Objects/capsule.o Objects/rangeobject.o Objects/setobject.o Objects/sliceobject.o Objects/structseq.o Objects/tupleobject.o Objects/typeobject.o Objects/unicodeobject.o Objects/unicodectype.o Objects/weakrefobject.o
|
|
ar rc libpython3.3m.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/dynamic_annotations.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/future.o Python/getargs.o Python/getcompiler.o Python/getcopyright.o Python/getplatform.o Python/getversion.o Python/graminit.o Python/import.o Python/importdl.o Python/marshal.o Python/modsupport.o Python/mystrtoul.o Python/mysnprintf.o Python/peephole.o Python/pyarena.o Python/pyctype.o Python/pyfpe.o Python/pymath.o Python/pystate.o Python/pythonrun.o Python/pytime.o Python/structmember.o Python/symtable.o Python/sysmodule.o Python/traceback.o Python/getopt.o Python/pystrcmp.o Python/pystrtod.o Python/dtoa.o Python/formatter_unicode.o Python/fileutils.o Python/dynload_shlib.o Python/thread.o
|
|
ar rc libpython3.3m.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
|
|
ar rc libpython3.3m.a Modules/_threadmodule.o Modules/signalmodule.o Modules/posixmodule.o Modules/errnomodule.o Modules/pwdmodule.o Modules/_sre.o Modules/_codecsmodule.o Modules/_weakref.o Modules/_functoolsmodule.o Modules/operator.o Modules/_collectionsmodule.o Modules/itertoolsmodule.o Modules/_localemodule.o Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o Modules/zipimport.o Modules/faulthandler.o Modules/symtablemodule.o Modules/xxsubtype.o
|
|
ranlib libpython3.3m.a
|
|
gcc -pthread -Xlinker -export-dynamic -o python Modules/python.o libpython3.3m.a -lpthread -ldl -lutil -lm
|
|
/experiment/src/Modules/_pickle.c: In function 'load':
|
|
/experiment/src/Modules/_pickle.c:5279:9: warning: case value '0' not in enumerated type 'enum opcode' [-Wswitch]
|
|
case '\0':
|
|
^
|
|
/experiment/src/Modules/_pickle.c: In function 'load_counted_long':
|
|
/experiment/src/Modules/_pickle.c:4006:15: warning: 'pdata' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
value = _PyLong_FromByteArray((unsigned char *)pdata, (size_t)size,
|
|
^
|
|
/experiment/src/Modules/_pickle.c: In function 'load':
|
|
/experiment/src/Modules/_pickle.c:4707:24: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
idx = Py_CHARMASK(s[0]);
|
|
^
|
|
/experiment/src/Modules/_pickle.c:4702:11: note: 's' was declared here
|
|
char *s;
|
|
^
|
|
/experiment/src/Modules/_pickle.c:4054:7: warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
x = _PyFloat_Unpack8((unsigned char *)s, 0);
|
|
^
|
|
/experiment/src/Modules/_pickle.c:4049:11: note: 's' was declared here
|
|
char *s;
|
|
^
|
|
/experiment/src/Modules/_csv.c: In function 'parse_grow_buff':
|
|
/experiment/src/Modules/_csv.c:537:21: warning: operation on 'self->field' may be undefined [-Wsequence-point]
|
|
self->field = PyMem_Resize(self->field, Py_UNICODE,
|
|
^
|
|
/experiment/src/Modules/_csv.c: In function 'join_check_rec_size':
|
|
/experiment/src/Modules/_csv.c:1058:23: warning: operation on 'self->rec' may be undefined [-Wsequence-point]
|
|
self->rec = PyMem_Resize(self->rec, Py_UNICODE,
|
|
^
|
|
/experiment/src/Modules/_posixsubprocess.c:4:0: warning: "_GNU_SOURCE" redefined [enabled by default]
|
|
#define _GNU_SOURCE
|
|
^
|
|
In file included from Include/Python.h:8:0,
|
|
from /experiment/src/Modules/_posixsubprocess.c:2:
|
|
./pyconfig.h:1259:0: note: this is the location of the previous definition
|
|
#define _GNU_SOURCE 1
|
|
^
|
|
/experiment/src/Modules/_posixsubprocess.c: In function 'child_exec':
|
|
/experiment/src/Modules/_posixsubprocess.c:187:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(errpipe_write, "OSError:", 8);
|
|
^
|
|
/experiment/src/Modules/_posixsubprocess.c:193:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(errpipe_write, cur, hex_errno + sizeof(hex_errno) - cur);
|
|
^
|
|
/experiment/src/Modules/_posixsubprocess.c:194:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(errpipe_write, ":", 1);
|
|
^
|
|
/experiment/src/Modules/_posixsubprocess.c:198:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(errpipe_write, "RuntimeError:0:", 15);
|
|
^
|
|
/experiment/src/Modules/_posixsubprocess.c:199:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
|
|
write(errpipe_write, err_msg, strlen(err_msg));
|
|
^
|
|
/experiment/src/Modules/socketmodule.c: In function 'socket_gethostbyname_ex':
|
|
/experiment/src/Modules/socketmodule.c:3360:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
|
|
int result;
|
|
^
|
|
/experiment/src/Modules/socketmodule.c: In function 'socket_gethostbyaddr':
|
|
/experiment/src/Modules/socketmodule.c:3438:9: warning: variable 'result' set but not used [-Wunused-but-set-variable]
|
|
int result;
|
|
^
|
|
/experiment/src/Modules/_ssl.c: In function 'context_new':
|
|
/experiment/src/Modules/_ssl.c:1451:9: warning: implicit declaration of function 'SSLv2_method' [-Wimplicit-function-declaration]
|
|
ctx = SSL_CTX_new(SSLv2_method());
|
|
^
|
|
/experiment/src/Modules/_ssl.c:1451:9: warning: passing argument 1 of 'SSL_CTX_new' makes pointer from integer without a cast [enabled by default]
|
|
In file included from /experiment/src/Modules/_ssl.c:89:0:
|
|
/usr/include/openssl/ssl.h:1680:10: note: expected 'const struct SSL_METHOD *' but argument is of type 'int'
|
|
SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth);
|
|
^
|
|
*** WARNING: renaming "_ssl" since importing it failed: build/lib.linux-x86_64-3.3/_ssl.cpython-33m.so: undefined symbol: SSLv2_method
|
|
/experiment/src/Modules/tkappinit.c: In function 'Tcl_AppInit':
|
|
/experiment/src/Modules/tkappinit.c:29:15: warning: variable 'main_window' set but not used [-Wunused-but-set-variable]
|
|
Tk_Window main_window;
|
|
^
|
|
checking build system type... x86_64-unknown-linux-gnu
|
|
checking host system type... x86_64-unknown-linux-gnu
|
|
checking target system type... x86_64-unknown-linux-gnu
|
|
checking for a BSD-compatible install... /usr/bin/install -c
|
|
checking whether build environment is sane... yes
|
|
checking for a thread-safe mkdir -p... /bin/mkdir -p
|
|
checking for gawk... no
|
|
checking for mawk... mawk
|
|
checking whether make sets $(MAKE)... yes
|
|
checking for gcc... gcc -pthread
|
|
checking whether the C compiler works... yes
|
|
checking for C compiler default output file name... a.out
|
|
checking for suffix of executables...
|
|
checking whether we are cross compiling... no
|
|
checking for suffix of object files... o
|
|
checking whether we are using the GNU C compiler... yes
|
|
checking whether gcc -pthread accepts -g... yes
|
|
checking for gcc -pthread option to accept ISO C89... none needed
|
|
checking for style of include used by make... GNU
|
|
checking dependency style of gcc -pthread... gcc3
|
|
checking dependency style of gcc -pthread... gcc3
|
|
checking whether gcc -pthread and cc understand -c and -o together... yes
|
|
checking for a sed that does not truncate output... /bin/sed
|
|
checking for grep that handles long lines and -e... /bin/grep
|
|
checking for egrep... /bin/grep -E
|
|
checking for fgrep... /bin/grep -F
|
|
checking for ld used by gcc -pthread... /usr/bin/ld
|
|
checking if the linker (/usr/bin/ld) is GNU ld... yes
|
|
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
|
checking the name lister (/usr/bin/nm -B) interface... BSD nm
|
|
checking whether ln -s works... yes
|
|
checking the maximum length of command line arguments... 3458764513820540925
|
|
checking whether the shell understands some XSI constructs... yes
|
|
checking whether the shell understands "+="... yes
|
|
checking for /usr/bin/ld option to reload object files... -r
|
|
checking for objdump... objdump
|
|
checking how to recognize dependent libraries... pass_all
|
|
checking for ar... ar
|
|
checking for strip... strip
|
|
checking for ranlib... ranlib
|
|
checking command to parse /usr/bin/nm -B output from gcc -pthread object... ok
|
|
checking how to run the C preprocessor... gcc -pthread -E
|
|
checking for ANSI C header files... yes
|
|
checking for sys/types.h... yes
|
|
checking for sys/stat.h... yes
|
|
checking for stdlib.h... yes
|
|
checking for string.h... yes
|
|
checking for memory.h... yes
|
|
checking for strings.h... yes
|
|
checking for inttypes.h... yes
|
|
checking for stdint.h... yes
|
|
checking for unistd.h... yes
|
|
checking for dlfcn.h... yes
|
|
checking for objdir... .libs
|
|
checking if gcc -pthread supports -fno-rtti -fno-exceptions... no
|
|
checking for gcc -pthread option to produce PIC... -fPIC -DPIC
|
|
checking if gcc -pthread PIC flag -fPIC -DPIC works... yes
|
|
checking if gcc -pthread static flag -static works... yes
|
|
checking if gcc -pthread supports -c -o file.o... yes
|
|
checking if gcc -pthread supports -c -o file.o... (cached) yes
|
|
checking whether the gcc -pthread linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
|
|
checking whether -lc should be explicitly linked in... no
|
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
|
checking how to hardcode library paths into programs... immediate
|
|
checking whether stripping libraries is possible... yes
|
|
checking if libtool supports shared libraries... yes
|
|
checking whether to build shared libraries... yes
|
|
checking whether to build static libraries... yes
|
|
checking whether to enable maintainer-specific portions of Makefiles... no
|
|
checking sys/mman.h usability... yes
|
|
checking sys/mman.h presence... yes
|
|
checking for sys/mman.h... yes
|
|
checking for mmap... yes
|
|
checking for sys/mman.h... (cached) yes
|
|
checking for mmap... (cached) yes
|
|
checking whether read-only mmap of a plain file works... yes
|
|
checking whether mmap from /dev/zero works... yes
|
|
checking for MAP_ANON(YMOUS)... yes
|
|
checking whether mmap with MAP_ANON(YMOUS) works... yes
|
|
checking for ANSI C header files... (cached) yes
|
|
checking for memcpy... yes
|
|
checking for working alloca.h... yes
|
|
checking for alloca... yes
|
|
checking size of double... 8
|
|
checking size of long double... 16
|
|
checking whether byte ordering is bigendian... no
|
|
checking assembler .cfi pseudo-op support... yes
|
|
checking assembler supports pc related relocs... yes
|
|
checking whether .eh_frame section should be read-only... no
|
|
checking for __attribute__((visibility("hidden")))... yes
|
|
configure: creating ./config.status
|
|
config.status: creating include/Makefile
|
|
config.status: creating include/ffi.h
|
|
config.status: creating Makefile
|
|
config.status: creating testsuite/Makefile
|
|
config.status: creating man/Makefile
|
|
config.status: creating libffi.pc
|
|
config.status: creating fficonfig.py
|
|
config.status: creating fficonfig.h
|
|
config.status: linking /experiment/src/Modules/_ctypes/libffi/src/x86/ffitarget.h to include/ffitarget.h
|
|
config.status: linking /experiment/src/Modules/_ctypes/libffi/include/ffi_common.h to include/ffi_common.h
|
|
config.status: executing depfiles commands
|
|
config.status: executing libtool commands
|
|
config.status: executing include commands
|
|
config.status: executing src commands
|
|
/experiment/src/Modules/_ctypes/libffi/src/closures.c: In function 'dlmmap_locked':
|
|
/experiment/src/Modules/_ctypes/libffi/src/closures.c:416:17: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
|
|
ftruncate (execfd, offset);
|
|
^
|
|
/experiment/src/Modules/_ctypes/libffi/src/closures.c:428:17: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result]
|
|
ftruncate (execfd, offset);
|
|
^
|
|
/experiment/src/Modules/_ctypes/libffi/src/dlmalloc.c: In function 'mmap_resize':
|
|
/experiment/src/Modules/_ctypes/libffi/src/dlmalloc.c:3193:5: warning: implicit declaration of function 'mremap' [-Wimplicit-function-declaration]
|
|
char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
|
|
^
|
|
/experiment/src/Modules/_ctypes/libffi/src/dlmalloc.c:3193:16: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
|
|
char* cp = (char*)CALL_MREMAP((char*)oldp - offset,
|
|
^
|
|
/experiment/src/Modules/_ctypes/libffi/src/dlmalloc.c: In function 'sys_trim':
|
|
/experiment/src/Modules/_ctypes/libffi/src/dlmalloc.c:3612:62: warning: comparison between pointer and integer [enabled by default]
|
|
if ((CALL_MREMAP(sp->base, sp->size, newsize, 0) != MFAIL) ||
|
|
^
|
|
building dbm using gdbm
|
|
|
|
Python build finished, but the necessary bits to build these modules were not found:
|
|
ossaudiodev
|
|
To find the necessary bits, look in setup.py in detect_modules() for the module's name.
|
|
|
|
|
|
Failed to build these modules:
|
|
_ssl
|
|
|