What steps will reproduce the problem?
1. make all
2.
3.
What is the expected output? What do you see instead?
$ make all
python setup.py build
running build
running build_ext
building 'ssdeepmodule' extension
gcc -fno-strict-aliasing -ggdb -O2 -pipe
-fdebug-prefix-map=/home/jt/rel/python-2.7.3-1/python-2.7.3-1/build=/usr/src/deb
ug/python-2.7.3-1
-fdebug-prefix-map=/home/jt/rel/python-2.7.3-1/python-2.7.3-1/src/Python-2.7.3=/
usr/src/debug/python-2.7.3-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
-I.. -I/usr/include/python2.7 -c ssdeep.c -o
build/temp.cygwin-1.7.20-i686-2.7/ssdeep.o
ssdeep.c: In function ‘__pyx_f_6ssdeep_6ssdeep___init__’:
ssdeep.c:76:3: warning: label ‘__pyx_L1’ defined but not used
[-Wunused-label]
ssdeep.c: In function ‘__pyx_f_6ssdeep_6ssdeep_hash_file’:
ssdeep.c:114:3: warning: implicit declaration of function ‘fuzzy_hash’
[-Wimplicit-function-declaration]
ssdeep.c:114:3: warning: passing argument 1 of ‘PyString_FromString’ makes
pointer from integer without a cast [enabled by default]
In file included from /usr/include/python2.7/Python.h:94:0,
from ssdeep.c:3:
/usr/include/python2.7/stringobject.h:63:24: note: expected ‘const char *’
but argument is of type ‘int’
ssdeep.c: In function ‘__pyx_f_6ssdeep_6ssdeep_hash_bytes’:
ssdeep.c:206:3: warning: implicit declaration of function ‘fuzzy_hash_data’
[-Wimplicit-function-declaration]
ssdeep.c:206:3: warning: passing argument 1 of ‘PyString_FromString’ makes
pointer from integer without a cast [enabled by default]
In file included from /usr/include/python2.7/Python.h:94:0,
from ssdeep.c:3:
/usr/include/python2.7/stringobject.h:63:24: note: expected ‘const char *’
but argument is of type ‘int’
ssdeep.c: In function ‘__pyx_tp_new_6ssdeep_ssdeep’:
ssdeep.c:311:36: warning: unused variable ‘p’ [-Wunused-variable]
ssdeep.c: In function ‘__pyx_tp_dealloc_6ssdeep_ssdeep’:
ssdeep.c:316:36: warning: unused variable ‘p’ [-Wunused-variable]
ssdeep.c: In function ‘__pyx_tp_traverse_6ssdeep_ssdeep’:
ssdeep.c:322:36: warning: unused variable ‘p’ [-Wunused-variable]
ssdeep.c:321:7: warning: unused variable ‘e’ [-Wunused-variable]
ssdeep.c: In function ‘__pyx_tp_clear_6ssdeep_ssdeep’:
ssdeep.c:327:36: warning: unused variable ‘p’ [-Wunused-variable]
ssdeep.c: At top level:
ssdeep.c:22:18: warning: ‘__Pyx_UnpackItem’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:23:12: warning: ‘__Pyx_EndUnpack’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:24:12: warning: ‘__Pyx_PrintItem’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:25:12: warning: ‘__Pyx_PrintNewline’ declared ‘static’ but
never defined [-Wunused-function]
ssdeep.c:27:13: warning: ‘__Pyx_ReRaise’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:28:18: warning: ‘__Pyx_Import’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:29:18: warning: ‘__Pyx_GetExcValue’ declared ‘static’ but
never defined [-Wunused-function]
ssdeep.c:30:12: warning: ‘__Pyx_ArgTypeTest’ declared ‘static’ but
never defined [-Wunused-function]
ssdeep.c:31:12: warning: ‘__Pyx_TypeTest’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:32:12: warning: ‘__Pyx_GetStarArgs’ declared ‘static’ but
never defined [-Wunused-function]
ssdeep.c:33:13: warning: ‘__Pyx_WriteUnraisable’ declared ‘static’ but
never defined [-Wunused-function]
ssdeep.c:35:22: warning: ‘__Pyx_ImportType’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:36:12: warning: ‘__Pyx_SetVtable’ declared ‘static’ but never
defined [-Wunused-function]
ssdeep.c:37:12: warning: ‘__Pyx_GetVtable’ declared ‘static’ but never
defined [-Wunused-function]
gcc -fno-strict-aliasing -ggdb -O2 -pipe
-fdebug-prefix-map=/home/jt/rel/python-2.7.3-1/python-2.7.3-1/build=/usr/src/deb
ug/python-2.7.3-1
-fdebug-prefix-map=/home/jt/rel/python-2.7.3-1/python-2.7.3-1/src/Python-2.7.3=/
usr/src/debug/python-2.7.3-1 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
-I.. -I/usr/include/python2.7 -c ssdeep_util.c -o
build/temp.cygwin-1.7.20-i686-2.7/ssdeep_util.o
gcc -shared -Wl,--enable-auto-image-base -L.
build/temp.cygwin-1.7.20-i686-2.7/ssdeep.o
build/temp.cygwin-1.7.20-i686-2.7/ssdeep_util.o -L../.libs
-L/usr/lib/python2.7/config -lfuzzy -lpython2.7 -o
build/lib.cygwin-1.7.20-i686-2.7/ssdeepmodule.dll
/usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../i686-pc-cygwin/bin/ld: cannot
find -lfuzzy
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
Makefile:2: recipe for target `all' failed
make: *** [all] Error 1
What version of the product are you using? On what operating system?
downloaded and installed ssdeep 2.9 in cygwin 2.7 on windows 8 64bit
Please provide any additional information below.
Original issue reported on code.google.com by adime...@gmail.com on 11 Jul 2013 at 1:06
Original issue reported on code.google.com by
adime...@gmail.com
on 11 Jul 2013 at 1:06