On 30.11.12 09:49, Allen van der Ross wrote:
Hi Jens,

Hi Allen,

am I allowed to ask why you're writing to my NetBSD.org address instead of my CPAN address? At first I looked for a mistake I made last DBI/DBD::* update for pkgsrc ;)

I've installed all the prerequisites,

Congrats ;)

but using cpanm DBD::CSV fails on the tests:

simba:db allen$ cpanm -v DBD::CSV
cpanm (App::cpanminus) 1.5008 on perl 5.014002 built for darwin-2level
Work directory is /Users/allen/.cpanm/work/1354261809.36053
You have make /usr/bin/make
You have LWP 6.04
You have /usr/bin/tar: bsdtar 2.8.3 - libarchive 2.8.3
You have /usr/bin/unzip
Searching DBD::CSV on cpanmetadb ...
--> Working on DBD::CSV
Fetching http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/DBD-CSV-0.36.tgz 
... OK
Unpacking DBD-CSV-0.36.tgz

<<skipped lots of stuff here>>

t/50_chopblanks.t ... 2/?
#   Failed test 'fetch'
#   at t/50_chopblanks.t line 41.

#   Failed test 'content'
#   at t/50_chopblanks.t line 42.
#     Structures begin differing at:
#          $got = undef
#     $expected = ARRAY(0x7fc2b4385290)

#   Failed test 'fetch'
#   at t/50_chopblanks.t line 41.

#   Failed test 'content'
#   at t/50_chopblanks.t line 42.
#     Structures begin differing at:
#          $got = undef
#     $expected = ARRAY(0x7fc2b41ab938)
# Looks like you failed 4 tests of 65.
t/50_chopblanks.t ... Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/65 subtests

Looks as if you should join RT#81523 (https://rt.cpan.org/Ticket/Display.html?id=81523). If you're able to try out and send us Feedback using the current Repository HEAD revision from http://repo.or.cz/w/DBD-CSV.git (we enhanced the test because we can't reproduce on Mountain Lion).

Here are the version of Perl and the related modules…

simba:db allen$ perl -v

This is perl 5, version 14, subversion 2 (v5.14.2) built for darwin-2level

Copyright 1987-2011, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

simba:db allen$ perl -MSQL::Statement -E 'say $SQL::Statement::VERSION'
1.401
simba:db allen$ perl -MText::CSV_XS -E 'say $Text::CSV_XS::VERSION'
0.93
simba:db allen$ perl -MDBI -E 'say $DBI::VERSION'
1.618
simba:db allen$

Looks fine, even if DBI could be newer - but that's not the reason.

The Mac OSX Lion version is 10.7.5

How do I resolve this problem or is there something I can do to help you 
resolve this problem?

Best thing you can do is help us figuring out what really goes wrong.
We don't know what fails and why (Merijn, please correct me if I'm wrong), but we're willing to investigate.

Regards,
Allen.

Cheers,
Jens

Reply via email to