I'm trying to build the 2.8.1 version of S3QL but it seems that the file deltadump.c is missing:
$ python3 setup.py build_ext --inplace MANIFEST.in exists, compiling with developer options running build_ext building 's3ql.deltadump' extension gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.3m -c src/s3ql/deltadump.c -o build/temp.linux-x86_64-3.3/src/s3ql/deltadump.o -Wall -Werror -Wextra gcc: error: src/s3ql/deltadump.c: No such file or directory gcc: fatal error: no input files compilation terminated. error: command 'gcc' failed with exit status 4 Could this be a mistake while packaging or are the instructions on the wiki to install S3QL wrong (please note that I downloaded S3QL from https://bitbucket.org/nikratio/s3ql/downloads)? However, the instructions to build from the development version work because: python3 setup.py build_cython Seems to build the missing file. Thank you, Diogo Vieira -- 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.
