Checking if your kit is complete... Looks good Writing Makefile for OurNet::FuzzyIndex cp ChatBot.pm blib/lib/OurNet/ChatBot.pm cp FuzzyIndex.pm blib/lib/OurNet/FuzzyIndex.pm /Users/cpanrun/pristine/5.8.7/bin/perl /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/xsubpp -noprototypes -typemap /Users/cpanrun/pristine/5.8.7/lib/5.8.7/ExtUtils/typemap FuzzyIndex.xs > FuzzyIndex.xsc && mv FuzzyIndex.xsc FuzzyIndex.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" FuzzyIndex.c In file included from FuzzyIndex.xs:8: parse.c: In function 'extract_words': parse.c:166: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:183: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness In file included from FuzzyIndex.xs:8: parse.c: In function 'extract_words':parse.c:189: warning: pointer targets in initialization differ in signedness parse.c:166: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:183: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:189: warning: pointer targets in initialization differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_d': FuzzyIndex.xs:220: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_d': FuzzyIndex.xs:220: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_q': FuzzyIndex.xs:244: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_p': FuzzyIndex.xs:270: warning: pointer targets in passing argument 1 of 'parse_pair' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_q': FuzzyIndex.xs:244: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_p': FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse':FuzzyIndex.xs:270: warning: pointer targets in passing argument 1 of 'parse_pair' differ in signedness FuzzyIndex.xs:298: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:307: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:316: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse': FuzzyIndex.xs:298: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:307: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:316: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__insert': FuzzyIndex.xs:358: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__insert': FuzzyIndex.xs:358: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness Running Mkbootstrap for OurNet::FuzzyIndex () chmod 644 FuzzyIndex.bs rm -f blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 FuzzyIndex.o -o blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle chmod 755 blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle cp FuzzyIndex.bs blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bs chmod 644 blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bs /Users/cpanrun/pristine/5.8.7/bin/perl Makefile.PL --builddb *** Building fianjmo.db, please wait... done. Writing Makefile for OurNet::FuzzyIndex cp bin/fzindex blib/script/fzindex /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/fzindex cp bin/fzquery blib/script/fzquery /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/fzquery cp bin/fianjmo blib/script/fianjmo /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/fianjmo Manifying blib/man1/fzindex.1 Manifying blib/man1/fzquery.1 Manifying blib/man1/fianjmo.1 Manifying blib/man3/OurNet::ChatBot.3 Manifying blib/man3/OurNet::FuzzyIndex.3 gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" FuzzyIndex.c In file included from FuzzyIndex.xs:8: parse.c: In function 'extract_words': parse.c:166: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:183: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:189: warning: pointer targets in initialization differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_d': FuzzyIndex.xs:220: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness In file included from FuzzyIndex.xs:8: parse.c: In function 'extract_words': parse.c:166: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_q': FuzzyIndex.xs:244: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness parse.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:183: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:189: warning: pointer targets in initialization differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_p': FuzzyIndex.xs:270: warning: pointer targets in passing argument 1 of 'parse_pair' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse': FuzzyIndex.xs:298: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:307: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:316: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_d': FuzzyIndex.xs:220: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__insert': FuzzyIndex.xs:358: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_q': FuzzyIndex.xs:244: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_p': FuzzyIndex.xs:270: warning: pointer targets in passing argument 1 of 'parse_pair' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse': FuzzyIndex.xs:298: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:307: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:316: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__insert': FuzzyIndex.xs:358: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness Running Mkbootstrap for OurNet::FuzzyIndex () chmod 644 FuzzyIndex.bs rm -f blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 FuzzyIndex.o -o blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle chmod 755 blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle cp FuzzyIndex.bs blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bs chmod 644 blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bs /Users/cpanrun/pristine/5.8.7/bin/perl Makefile.PL --builddb Writing Makefile for OurNet::FuzzyIndex PERL_DL_NONLAZY=1 /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/FuzzyIndex.......ok t/Index-ChatBot....ok All tests successful. Files=2, Tests=14, 1 wallclock secs ( 0.20 cusr + 0.07 csys = 0.27 CPU) gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" "-I/Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/CORE" FuzzyIndex.c In file included from FuzzyIndex.xs:8: parse.c: In function 'extract_words': parse.c:166: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:183: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:189: warning: pointer targets in initialization differ in signedness In file included from FuzzyIndex.xs:8: parse.c: In function 'extract_words': parse.c:166: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:170: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:176: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:183: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness parse.c:189: warning: pointer targets in initialization differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_d': FuzzyIndex.xs:220: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_q': FuzzyIndex.xs:244: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_p': FuzzyIndex.xs:270: warning: pointer targets in passing argument 1 of 'parse_pair' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse': FuzzyIndex.xs:298: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:307: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:316: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_d': FuzzyIndex.xs:220: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_q': FuzzyIndex.xs:244: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__insert': FuzzyIndex.xs:358: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse_p': FuzzyIndex.xs:270: warning: pointer targets in passing argument 1 of 'parse_pair' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__parse': FuzzyIndex.xs:298: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:307: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs:316: warning: pointer targets in passing argument 1 of 'parse_word' differ in signedness FuzzyIndex.xs: In function 'XS_OurNet__FuzzyIndex__insert': FuzzyIndex.xs:358: warning: pointer targets in passing argument 1 of 'parse_delim' differ in signedness rm -f blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle LD_RUN_PATH="" env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -arch ppc -arch i386 -Wl,-search_paths_first -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 FuzzyIndex.o -o blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle chmod 755 blib/arch/auto/OurNet/FuzzyIndex/FuzzyIndex.bundle /Users/cpanrun/pristine/5.8.7/bin/perl Makefile.PL --builddb Writing Makefile for OurNet::FuzzyIndex cp bin/fzindex blib/script/fzindex /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/fzindex cp bin/fzquery blib/script/fzquery /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/fzquery cp bin/fianjmo blib/script/fianjmo /Users/cpanrun/pristine/5.8.7/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/fianjmo Manifying blib/man1/fzindex.1 Manifying blib/man1/fzquery.1 Manifying blib/man1/fianjmo.1 Manifying blib/man3/OurNet::ChatBot.3 Manifying blib/man3/OurNet::FuzzyIndex.3 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /Users/cpanrun/pristine/5.8.7/man/man1/fianjmo.1 Installing /Users/cpanrun/pristine/5.8.7/man/man1/fzindex.1 Installing /Users/cpanrun/pristine/5.8.7/man/man1/fzquery.1 Installing /Users/cpanrun/pristine/5.8.7/man/man3/OurNet::ChatBot.3 Installing /Users/cpanrun/pristine/5.8.7/man/man3/OurNet::FuzzyIndex.3 Appending installation info to /Users/cpanrun/pristine/5.8.7/lib/5.8.7/darwin-thread-multi-2level/perllocal.pod /bin/sh -c true