Skip Menu |

This queue is for tickets about the text_hunspell CPAN distribution.

Report information
The Basics
Id: 60999
Status: new
Priority: 0/
Queue: text_hunspell

People
Owner: Nobody in particular
Requestors: espenmy [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.3
Fixed in: (no value)



Subject: Hunspell.so: undefined symbol
Trying to install your package on 64 bit ubuntu and run the test gives the following: espenmy@dualix:~/text_hunspell_1$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/test1.pl t/test1.pl .. Can't load '/home/espenmy/text_hunspell_1/blib/arch/auto/ Text/Hunspell/Hunspell.so' for module Text::Hunspell: /home/espenmy/ text_hunspell_1/blib/arch/auto/Text/Hunspell/Hunspell.so: undefined symbol: _ZN8Hunspell5spellEPKc at /usr/lib/perl/5.10/DynaLoader.pm line 193. at t/test1.pl line 5 Compilation failed in require at t/test1.pl line 5. BEGIN failed--compilation aborted at t/test1.pl line 5. t/test1.pl .. Dubious, test returned 9 (wstat 2304, 0x900) No subtests run Test Summary Report ------------------- t/test1.pl (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.02 cusr 0.01 csys = 0.07 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. make: *** [test_dynamic] Error 9
From: espenmy [...] gmail.com
I downloaded your package at http://tkltrans.sourceforge.net/tklspell/ text_hunspell_1.3.tar.gz and that seemed to work :) So you can probably close this one :) /E On Thu Sep 02 16:56:35 2010, wargamez wrote: Show quoted text
> Trying to install your package on 64 bit ubuntu and run the test
gives Show quoted text
> the following: > > espenmy@dualix:~/text_hunspell_1$ make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/test1.pl > t/test1.pl .. Can't load '/home/espenmy/text_hunspell_1/blib/arch/
auto/ Show quoted text
> Text/Hunspell/Hunspell.so' for module Text::Hunspell: /home/espenmy/ > text_hunspell_1/blib/arch/auto/Text/Hunspell/Hunspell.so: undefined > symbol: _ZN8Hunspell5spellEPKc at /usr/lib/perl/5.10/DynaLoader.pm
line Show quoted text
> 193. > at t/test1.pl line 5 > Compilation failed in require at t/test1.pl line 5. > BEGIN failed--compilation aborted at t/test1.pl line 5. > t/test1.pl .. Dubious, test returned 9 (wstat 2304, 0x900) > No subtests run > > Test Summary Report > ------------------- > t/test1.pl (Wstat: 2304 Tests: 0 Failed: 0) > Non-zero exit status: 9 > Parse errors: No plan found in TAP output > Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.02
cusr Show quoted text
> 0.01 csys = 0.07 CPU) > Result: FAIL > Failed 1/1 test programs. 0/0 subtests failed. > make: *** [test_dynamic] Error 9