Did anyone has luck on build_ext?
I installed s3ql 2.18 on ubuntu 14.04 from deb package and need to run
benchmark.py but missing 's3ql.deltadump'
# ./setup.py build_ext --inplace
MANIFEST.in exists, running in developer mode
running build_ext
building 's3ql.deltadump' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.4m
-c src/s3ql/deltadump.c -o build/temp.linux-x86_64-3.4/src/s3ql/deltadump.o
-Wall -Wextra -Wconversion -Wsign-compare -Werror=conversion
-Werror=sign-compare -Werror -Wfatal-errors -Wno-unused-function
src/s3ql/deltadump.c: In function ‘__pyx_pw_4s3ql_9deltadump_5load_table’:
src/s3ql/deltadump.c:6669:48: error: ‘__pyx_v_int64’ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
__pyx_v_int64 = (__pyx_v_int64 +
((__pyx_cur_scope->__pyx_v_col_args[__pyx_v_j]) +
(__pyx_cur_scope->__pyx_v_int64_prev[__pyx_v_j])));
^
compilation terminated due to -Wfatal-errors.
cc1: all warnings being treated as errors
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
--
You received this message because you are subscribed to the Google Groups
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.