Found the problem by looking at the dev-instructions here:
http://www.rath.org/s3ql-docs/installation.html#development-version

I was missing the

python3 setup.py build_cython


line which was not included in the install instructions in the 2.7 release.

/PA

On Wednesday, January 15, 2014 9:28:16 AM UTC+1, PA Nilsson wrote:
>
> I am trying to build s3ql from the 2.7 release (ubuntu 13.10, 64-bit) but 
> gets an error when I am running:
>
> python3 setup.py build_ext --inplace
>
> MANIFEST.in exists, compiling with developer options
> running build_ext
> building 's3ql.deltadump' extension
> creating build
> creating build/temp.linux-x86_64-3.3
> creating build/temp.linux-x86_64-3.3/src
> creating build/temp.linux-x86_64-3.3/src/s3ql
> 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.3m 
> -c src/s3ql/deltadump.c -o build/temp.linux-x86_64-3.3/src/s3ql/deltadump.o 
> -Wall -Werror -Wextra
> x86_64-linux-gnu-gcc: error: src/s3ql/deltadump.c: No such file or 
> directory
> x86_64-linux-gnu-gcc: fatal error: no input files
> compilation terminated.
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 4
>
>
> Shall the 'deltadump.c' be copied from somewhere and I am missing a dep?
> I believe I have installed all the requirements stated in the installation 
> instructions.
>
> /PA
>

-- 
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/groups/opt_out.

Reply via email to