Bug 96132 - [maintainer update] security/p5-Digest-CRC
Summary: [maintainer update] security/p5-Digest-CRC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-21 11:50 UTC by Gabor Kovesdan
Modified: 2006-04-24 03:36 UTC (History)
1 user (show)

See Also:


Attachments
p5-Digest-CRC.diff (1.34 KB, patch)
2006-04-21 11:50 UTC, Gabor Kovesdan
no flags Details | Diff
p5-Digest-CRC-2.diff (1.58 KB, patch)
2006-04-21 12:48 UTC, Gabor Kovesdan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan 2006-04-21 11:50:12 UTC
- Update to 0.10
Comment 1 Anton Berezin 2006-04-21 12:02:36 UTC
On Fri, Apr 21, 2006 at 12:40:35PM +0200, Gabor Kovesdan wrote:

> >Synopsis:       [maintainer update] security/p5-Digest-CRC
> - Update to 0.10

PERL_DL_NONLAZY=1 /usr/bin/perl5.00503 -Iblib/arch -Iblib/lib -e 'use
Test::Harn
ess qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/crc...............dubious
        Test returned status 255 (wstat 65280, 0xff00)
"seek" is not defined in %Fcntl::EXPORT_TAGS at
/usr/libdata/perl/5.00503/Export
er.pm line 67
        Exporter::export('Fcntl', 'main', ':seek') called at
/usr/libdata/perl/5
.00503/Exporter.pm line 182
        Exporter::import('Fcntl', ':seek') called at t/crc.t line 44
        main::BEGIN() called at /usr/libdata/perl/5.00503/Carp.pm line
44
        eval {...} called at /usr/libdata/perl/5.00503/Carp.pm line 44
Can't continue after import errors at t/crc.t line 44
BEGIN failed--compilation aborted at t/crc.t line 44.
DIED. FAILED tests 1-18
        Failed 18/18 tests, 0.00% okay

5.6.X and 5.8.X are ok, so it looks like the corresponding check is in
order, or is it just an artifact of the testing itself, and the module
works fine with 5.005_03?

-- 
An undefined problem has an infinite number of solutions.
-- Robert A. Humphrey
Comment 2 Gabor Kovesdan 2006-04-21 12:48:03 UTC
Currently, I don't have a test environment for Perl 5.0, so here's a new 
patch to mark it broken on 5.0.

Gabor Kovesdan
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2006-04-24 03:36:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!