Hi PA,

[Quoting fixed]

PA Nilsson <[email protected]> writes:
> 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.
>
> 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.

I don't know what you were looking at, but it was definitely not the
S3QL 2.7 release:

$ wget --quiet https://bitbucket.org/nikratio/s3ql/downloads/s3ql-2.7.tar.bz2 
https://bitbucket.org/nikratio/s3ql/downloads/s3ql-2.7.tar.bz2.asc
$ gpg --verify s3ql-2.7.tar.bz2.asc 
gpg: Signature made Mon 16 Dec 2013 08:12:50 PM PST using DSA key ID AE4E425C
gpg: Good signature from "Nikolaus Rath (born 1983-08-13 in Essen, Germany)"
gpg:                 aka "Nikolaus Rath <[email protected]>"
gpg: Signature policy: http://www.rath.org/gpgpolicy.html
$ tar xjf s3ql-2.7.tar.bz2 
$ ls -l s3ql-2.7/src/s3ql/deltadump.c 
-rw-rw-r-- 1 nikratio nikratio 437331 Dec 16 20:12 s3ql-2.7/src/s3ql/deltadump.c
$ grep cython s3ql-2.7/doc/html/installation.html 
<li>Version 0.17 or newer of the <a class="reference external" 
href="http://www.cython.org/";>Cython</a> compiler.</li>
<div class="highlight-commandline"><div class="highlight"><pre><span 
class="l">python3 setup.py build_cython</span>


In other words, the S3QL 2.7 release contains deltadump.c (so the cython
step is not necessary), and it contains the cython line in the
documentation.


You might want to check if you got the correct sources...


Best,
Nikolaus


-- 
Encrypted emails preferred.
PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

             »Time flies like an arrow, fruit flies like a Banana.«

-- 
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