Package Details: perl-parse-registry 1.1-3

Git Clone URL: https://aur.archlinux.org/perl-parse-registry.git (read-only, click to copy)
Package Base: perl-parse-registry
Description: Parse::Win32Registry is a module for parsing Windows Registry files, allowing you to read the keys and values of a registry file without going through the Windows API.
Upstream URL: https://metacpan.org/pod/Parse::Win32Registry
Licenses: GPL, PerlArtistic
Submitter: notdodo
Maintainer: notdodo
Last Packager: notdodo
Votes: 0
Popularity: 0.000000
First Submitted: 2017-04-10 00:49 (UTC)
Last Updated: 2021-06-02 19:35 (UTC)

Latest Comments

lacsaP commented on 2020-03-04 10:27 (UTC)

makepkg ends with error :

$ perl --version
This is perl 5, version 30, subversion 1 (v5.30.1) built for x86_64-linux-thread-multi
$ makepkg
==> Making package: perl-parse-registry 1.0-2 (Wed Mar  4 11:21:25 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Parse-Win32Registry-1.0.tar.gz
==> Validating source files with md5sums...
==> Extracting sources...
  -> Extracting Parse-Win32Registry-1.0.tar.gz with bsdtar
==> Removing existing $pkgdir/ directory...
==> Starting build()...
...
...
Manifying 1 pod document
==> Starting check()...
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/compare.t ....... ok
t/constants.t ..... ok
t/entry.t ......... 
Dubious, test returned 24 (wstat 6144, 0x1800)
Failed 24/536 subtests 
t/errors.t ........ ok
t/file.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/16 subtests 
t/iterator.t ...... ok
t/key.t ........... 
Dubious, test returned 72 (wstat 18432, 0x4800)
Failed 72/613 subtests 
t/misc.t .......... 
Dubious, test returned 57 (wstat 14592, 0x3900)
Failed 57/217 subtests 
t/security.t ...... ok
t/use.t ........... ok
t/value.t ......... ok
t/virtual_root.t .. ok
t/walk.t .......... ok

Test Summary Report
-------------------
t/entry.t       (Wstat: 6144 Tests: 536 Failed: 24)
  Failed tests:  120, 132, 144, 162, 168, 174, 252, 258
                264, 270, 276, 282, 331, 343, 355, 373
                379, 385, 463, 469, 475, 481, 487, 493
  Non-zero exit status: 24
t/file.t        (Wstat: 512 Tests: 16 Failed: 2)
  Failed tests:  14-15
  Non-zero exit status: 2
t/key.t         (Wstat: 18432 Tests: 613 Failed: 72)
  Failed tests:  314-315, 317, 322, 331-332, 334, 339, 348-349
                351, 356, 365-366, 368, 373, 382-383, 385
                390, 399-400, 402, 407, 416-417, 419, 424
                433-434, 436, 441, 450-451, 453, 458, 467-468
                470, 475, 484-485, 487, 492, 501-502, 504
                509, 518-519, 521, 526, 535-536, 538, 543
                552-553, 555, 560, 569-570, 572, 577, 586-587
                589, 594, 603-604, 606, 611
  Non-zero exit status: 72
t/misc.t        (Wstat: 14592 Tests: 217 Failed: 57)
  Failed tests:  65-66, 68-70, 72-74, 76-78, 80-82, 84-86
                88-90, 92-94, 96-98, 100-102, 104-106, 108-110
                112-114, 116-118, 120-122, 124-126, 128-130
                132-134, 136-138, 140
  Non-zero exit status: 57
Files=13, Tests=4079,  1 wallclock secs ( 0.21 usr  0.01 sys +  1.35 cusr  0.14 csys =  1.71 CPU)
Result: FAIL
    Aborting...