Package Details: perl-mail-mbox-messageparser 1.5111-2

Git Clone URL: https://aur.archlinux.org/perl-mail-mbox-messageparser.git (read-only, click to copy)
Package Base: perl-mail-mbox-messageparser
Description: A fast and simple mbox folder reader
Upstream URL: http://search.cpan.org/dist/Mail-Mbox-MessageParser
Licenses: GPL-2.0-only
Submitter: sergej
Maintainer: anonfunc
Last Packager: anonfunc
Votes: 5
Popularity: 0.000000
First Submitted: 2009-06-03 16:26 (UTC)
Last Updated: 2024-03-23 19:23 (UTC)

Latest Comments

anonfunc commented on 2024-01-25 14:33 (UTC) (edited on 2024-01-25 14:41 (UTC) by anonfunc)

@Atom194 That was actually a missing checkdep on perl-filehandle-unget as well. I updated perl-filehandle-unget and this package, so it should build fine now.

Atom194 commented on 2024-01-25 12:33 (UTC) (edited on 2024-01-25 12:36 (UTC) by Atom194)

During check(), I end up with error. Installing package: perl-universal-require solved the error.

Could it be added as a dependency?

The error:

==> Starting check()...
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/000_standard__compile.t ...... ok   
t/000_standard__perl_critic.t .. Can't locate UNIVERSAL/require.pm in @INC (you may need to install the UNIVERSAL::require module) (@INC entries checked: /home/<user>/.cache/yay/perl-filehandle-unget/src/FileHandle-Unget-0.1634/inc /home/<user>/.cache/yay/perl-filehandle-unget/src/FileHandle-Unget-0.1634/blib/lib /home/<user>/.cache/yay/perl-filehandle-unget/src/FileHandle-Unget-0.1634/blib/arch /usr/lib/perl5/5.38/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.38/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.38/core_perl /usr/share/perl5/core_perl .) at t/000_standard__perl_critic.t line 8.
BEGIN failed--compilation aborted at t/000_standard__perl_critic.t line 8.
t/000_standard__perl_critic.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/000_standard__pod.t .......... ok   
t/binmode_bug.t ................ Under windows, calling binmode after eof exposes a bug that exists in some versions of Perl.
t/binmode_bug.t ................ ok   
t/buffer.t ..................... ok   
t/class_pipe.t ................. ok   
t/core_pipe.t .................. ok   
t/dumper.t ..................... ok   
t/eof.t ........................ ok   
t/filehandle.t ................. ok     
t/fileno.t ..................... ok   
t/gensym.t ..................... ok     
t/input_record_separator.t ..... ok   
t/loop_bug.t ................... ok   
t/memory_leak.t ................ ok   
t/multiple_handles.t ........... ok   
t/new.t ........................ ok     
t/overridden_pipe.t ............ ok   
t/seek.t ....................... ok   
t/stdin_tell_bug.t ............. ok   
t/tell.t ....................... ok   
t/ungetc.t ..................... ok   
t/ungets.t ..................... ok

Test Summary Report
-------------------
t/000_standard__perl_critic.t (Wstat: 512 (exited 2) Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=23, Tests=94,  2 wallclock secs ( 0.05 usr  0.02 sys +  1.21 cusr  0.18 csys =  1.46 CPU)
Result: FAIL
Failed 1/23 test programs. 0/94 subtests failed.
make: *** [Makefile:782: test_dynamic] Error 255
==> ERROR: A failure occurred in check().
    Aborting...
 -> error making: perl-filehandle-unget-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
perl-mail-mbox-messageparser - exit status 8
perl-filehandle-unget - exit status 4

jhass commented on 2019-09-03 21:17 (UTC)

Missing makedepends on perl-module-install too :)