perl bsdpan install Text::Aspell problem
Andy Firman
andy at firman.us
Mon Jan 10 17:32:30 PST 2005
I am using FreeBSD 4.10 stable with the perl 5.8 port
and can't install Text:Aspell. I need some help because
I don't know much about bsdpan perl stuff.
What am I doing wrong?
I did this:
perl -MCPAN -e shell
install Bundle::CPAN
with no problems.....but then I did this:
cpan> install Text::Aspell
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Mon, 10 Jan 2005 08:53:12 GMT
Running install for module Text::Aspell
Running make for H/HA/HANK/Text-Aspell-0.04.tar.gz
LWP not available
CPAN: Net::FTP loaded ok
Fetching with Net::FTP:
ftp://archive.progeny.com/CPAN/authors/id/H/HA/HANK/Text-Aspell-0.04.tar.gz
CPAN: Digest::MD5 loaded ok
LWP not available
Fetching with Net::FTP:
ftp://archive.progeny.com/CPAN/authors/id/H/HA/HANK/CHECKSUMS
CPAN: Compress::Zlib loaded ok
Checksum for /root/.cpan/sources/authors/id/H/HA/HANK/Text-Aspell-0.04.tar.gz ok
Scanning cache /root/.cpan/build for sizes
Text-Aspell-0.04/
Text-Aspell-0.04/t/
Text-Aspell-0.04/t/test.t
Text-Aspell-0.04/MANIFEST
Text-Aspell-0.04/typemap
Text-Aspell-0.04/Aspell.xs
Text-Aspell-0.04/META.yml
Text-Aspell-0.04/Aspell.pm
Text-Aspell-0.04/Changes
Text-Aspell-0.04/Makefile.PL
Text-Aspell-0.04/README
CPAN.pm: Going to build H/HA/HANK/Text-Aspell-0.04.tar.gz
Checking if your kit is complete...
Looks good
Writing Makefile for Text::Aspell
cp Aspell.pm blib/lib/Text/Aspell.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.5/ExtUtils/xsubpp -noprototypes -typemap
/usr/local/lib/perl5/5.8.5/ExtUtils/typemap -typemap typemap Aspell.xs > Aspell.xsc && mv Aspell.xsc
Aspell.c
cc -c -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.5/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H
-fno-strict-aliasing -pipe -I/usr/local/include -O -pipe -DVERSION=\"0.04\" -DXS_VERSION=\"0.04\"
-DPIC -fPIC
"-I/usr/local/lib/perl5/5.8.5/mach/CORE" Aspell.c
Aspell.c: In function `XS_Text__Aspell_DESTROY':
Aspell.c:98: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_create_speller':
Aspell.c:125: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_print_config':
Aspell.c:158: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_set_option':
Aspell.c:194: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_remove_option':
Aspell.c:230: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_get_option':
Aspell.c:266: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_get_option_as_list':
Aspell.c:309: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_errstr':
Aspell.c:353: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_errnum':
Aspell.c:378: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_check':
Aspell.c:404: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_suggest':
Aspell.c:448: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_add_to_personal':
Aspell.c:497: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_add_to_session':
Aspell.c:536: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_store_replacement':
Aspell.c:576: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_save_all_word_lists':
Aspell.c:614: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_clear_session':
Aspell.c:652: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_list_dictionaries':
Aspell.c:696: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_dictionary_info':
Aspell.c:753: warning: cast to pointer from integer of different size
Aspell.c: In function `XS_Text__Aspell_fetch_option_keys':
Aspell.c:813: warning: cast to pointer from integer of different size
Running Mkbootstrap for Text::Aspell ()
chmod 644 Aspell.bs
rm -f blib/arch/auto/Text/Aspell/Aspell.so
LD_RUN_PATH="/usr/local/lib" cc -shared -L/usr/local/lib Aspell.o -o
blib/arch/auto/Text/Aspell/Aspell.so
-laspell
chmod 755 blib/arch/auto/Text/Aspell/Aspell.so
cp Aspell.bs blib/arch/auto/Text/Aspell/Aspell.bs
chmod 644 blib/arch/auto/Text/Aspell/Aspell.bs
Manifying blib/man3/Text::Aspell.3
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')"
t/*.t
t/test....FAILED tests 16-17, 20
Failed 3/21 tests, 85.71% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/test.t 21 3 14.29% 16-17 20
Failed 1/1 test scripts, 0.00% okay. 3/21 subtests failed, 85.71% okay.
*** Error code 2
Stop in /root/.cpan/build/Text-Aspell-0.04.
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Thanks,
Andy
More information about the freebsd-questions
mailing list