Subject: | Consistent problems parsing install log for Digest-MD4 |
I've noticed this a few times for this particular distribution:
sending: (http://mirrors.gossamer-threads.com/CPAN/authors/id/M/MI/MIKEM/DigestMD4/Digest-MD4-1.9.tar.gz, MIKEM, Digest-MD4-1.9, PASS)
Error while sending this report, continuing with the next one...
Here's is (I hope) the relevant bits from my build.log).
I've also attached the entire file in all its glory.
Searching Digest::MD4 on mirror http://mirrors.gossamer-threads.com/CPAN ...
--> Working on Digest::MD4
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/M/MI/MIKEM/DigestMD4/Digest-MD4-1.9.tar.gz
-> OK
Unpacking Digest-MD4-1.9.tar.gz
Entering Digest-MD4-1.9
Checking configure dependencies from META.json
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98)
Configuring Digest-MD4-1.9
Running Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::MD4
Writing MYMETA.yml and MYMETA.json
-> OK
Checking dependencies from MYMETA.json ...
Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.98)
Checking if you have File::Spec 0 ... Yes (3.47)
Building and testing Digest-MD4-1.9
cp MD4.pm blib/lib/Digest/MD4.pm
Running Mkbootstrap for Digest::MD4 ()
chmod 644 MD4.bs
/Users/ether/perl5/perlbrew/perls/14.4/bin/perl /Users/ether/perl5/perlbrew/perls/14.4/lib/5.14.4/ExtUtils/xsubpp -typemap /Users/ether/perl5/perlbrew/perls/14.4/lib/5.14.4/ExtUtils/typemap -typemap typemap MD4.xs > MD4.xsc && mv MD4.xsc MD4.c
cc -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/include -O3 -DVERSION=\"1.9\" -DXS_VERSION=\"1.9\" "-I/Users/ether/perl5/perlbrew/perls/14.4/lib/5.14.4/darwin-2level/CORE" MD4.c
MD4.xs:321:36: warning: passing 'const U8 *' (aka 'const unsigned char *') to parameter of type 'unsigned char *' discards qualifiers [-Wincompatible-pointer-types]
MD4Transform (context->state, &input[i]);
^~~~~~~~~
1 warning generated.
rm -f blib/arch/auto/Digest/MD4/MD4.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector MD4.o -o blib/arch/auto/Digest/MD4/MD4.bundle \
\
chmod 755 blib/arch/auto/Digest/MD4/MD4.bundle
/Users/ether/perl5/perlbrew/perls/14.4/bin/perl -MExtUtils::Command::MM -e 'cp_nonempty' -- MD4.bs blib/arch/auto/Digest/MD4/MD4.bs 644
Manifying blib/man3/Digest::MD4.0
Running Mkbootstrap for Digest::MD4 ()
chmod 644 MD4.bs
PERL_DL_NONLAZY=1 /Users/ether/perl5/perlbrew/perls/14.4/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/align.t .... ok
t/badfile.t .. ok
t/clone.t .... ok
t/utf8.t ..... ok
t/md4-aaa.t .. ok
t/files.t .... ok
All tests successful.
Files=6, Tests=273, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.09 cusr 0.02 csys = 0.16 CPU)
Result: PASS
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /Users/ether/.perlbrew/libs/14.4@std/lib/perl5/darwin-2level/auto/Digest/MD4/MD4.bundle
Installing /Users/ether/.perlbrew/libs/14.4@std/lib/perl5/darwin-2level/Digest/MD4.pm
Installing /Users/ether/.perlbrew/libs/14.4@std/man/man3/Digest::MD4.0
Appending installation info to /Users/ether/.perlbrew/libs/14.4@std/lib/perl5/darwin-2level/perllocal.pod
-> OK
Successfully installed Digest-MD4-1.9
Installing /Users/ether/.perlbrew/libs/14.4@std/lib/perl5/darwin-2level/.meta/Digest-MD4-1.9/MYMETA.json
Installing /Users/ether/.perlbrew/libs/14.4@std/lib/perl5/darwin-2level/.meta/Digest-MD4-1.9/install.json
Subject: | build.log |
Message body not shown because it is not plain text.