google-code-export / s3ql

Automatically exported from code.google.com/p/s3ql
0 stars 0 forks source link

problem to install #391

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I found this problem when installing in fedora 18 (i downloaded from mercury 
repository in google code):

 python setup.py install
MANIFEST.in exists, compiling with developer options
running install
running bdist_egg
running egg_info
writing requirements to src/s3ql.egg-info/requires.txt
writing src/s3ql.egg-info/PKG-INFO
writing top-level names to src/s3ql.egg-info/top_level.txt
writing dependency_links to src/s3ql.egg-info/dependency_links.txt
writing entry points to src/s3ql.egg-info/entry_points.txt
reading manifest file 'src/s3ql.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no directories found matching 'doc'
warning: no files found matching '*.c' under directory 'src'
warning: no files found matching 'README.txt'
no previously-included directories found matching 'doc/doctrees'
no previously-included directories found matching 'doc/man/.doctrees'
warning: no previously-included files matching '*.pyo' found anywhere in 
distribution
writing manifest file 'src/s3ql.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
building 's3ql._deltadump' extension
gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 
-fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c 
src/s3ql/_deltadump.c -o build/temp.linux-x86_64-2.7/src/s3ql/_deltadump.o 
-Wall -Werror -Wextra -fno-strict-aliasing
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

Original issue reported on code.google.com by lorena.p...@gmail.com on 5 Mar 2013 at 10:48

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. However, this is not a bug. Please refer to the 
documentation on how to build S3QL. If there us anything unclear, you are also 
welcome to ask questions on the mailing list 
(http://groups.google.com/group/s3ql).

Original comment by Nikolaus@rath.org on 5 Mar 2013 at 4:40