Skip to content

make test fails #4

@phinjensen

Description

@phinjensen

ID: 112
Version: unspecified
Date: 2012-09-17 07:48 EDT
Author: Rainer Rynesch (rainer.rynesch@manova.at)


https://gist.github.com/uncleshelby/5852274

perl -V

rainer@rynesch ~/pgsi/pgsi-1.7.0 $ cat INSTALL 

Install pgsi like any other Perl module:

perl Makefile.PL
make
make test
make install

If you find any problems when running the above, please report them!

rainer@rynesch ~/pgsi/pgsi-1.7.0 $ perl Makefile.PL 
Checking if your kit is complete...
Looks good
Writing Makefile for pgsi
rainer@rynesch ~/pgsi/pgsi-1.7.0 $ make
cp pgsi.pl tmp/pgsi.pl
cp pgsi.pl tmp/pgsi.pl
/usr/bin/perl -MExtUtils::MY -e 'MY->fixin(shift)' -- tmp/pgsi.pl
Manifying tmp/pgsi.pl.1p
Manifying tmp/pgsi.3pm
Created pgsi.html
rainer@rynesch ~/pgsi/pgsi-1.7.0 $ make test
Skip tmp/pgsi.pl (unchanged)
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'tmp', 'blib/arch')" t/*.t
t/00_basic.t ....... ok   
t/00_release.t ..... skipped: Test skipped unless environment variable
RELEASE_TESTING is set
t/00_signature.t ... skipped: Set the environment variable TEST_SIGNATURE to
enable this test
t/02_pgsi.t ........ Can't locate DBI.pm in @INC (@INC contains:
/home/rainer/pgsi/pgsi-1.7.0/tmp /home/rainer/pgsi/pgsi-1.7.0/blib/arch
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at t/02_pgsi.t line 9.
BEGIN failed--compilation aborted at t/02_pgsi.t line 9.
t/02_pgsi.t ........ Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/99_cleanup.t ..... ok   
t/99_perlcritic.t .. skipped: Set the environment variable TEST_CRITIC to
enable this test
t/99_pod.t ......... skipped: Set the environment variable TEST_AUTHOR to
enable this test
t/99_spellcheck.t .. skipped: Set the environment variable TEST_SPELL to enable
this test
t/99_yaml.t ........ ok   

Test Summary Report
-------------------
t/02_pgsi.t      (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=9, Tests=4,  1 wallclock secs ( 0.05 usr  0.03 sys +  0.34 cusr  0.04
csys =  0.46 CPU)
Result: FAIL
Failed 1/9 test programs. 0/4 subtests failed.
make: *** [test_dynamic] Fehler 255

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions