Subject: | Problem installing Digest::MD5 2.53 |
Date: | Wed, 3 Jul 2013 17:50:04 -0400 |
To: | bug-Digest-MD5 [...] rt.cpan.org |
From: | Nick Jensen <jensen.nick [...] gmail.com> |
Good evening! Please find details below. Short description is that I'm
experiencing the following error during the make command:
rm -f blib/arch/auto/Digest/MD5/MD5.bundle
WARNING: blib/arch/auto/Digest/MD5/MD5.bundle: No such file or directory!
FATAL: No files to remove!
make: *** [blib/arch/auto/Digest/MD5/MD5.bundle] Error 2
$ perl -v
This is perl 5, version 18, subversion 0 (v5.18.0) built for darwin-2level
Copyright 1987-2013, Larry Wall
Perl may be copied only under the terms of either the Artistic License or
the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
$ uname -a
Darwin box.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12
PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
$ wget
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz
--2013-07-03 17:30:49--
http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz
Resolving search.cpan.org... 199.15.176.161
Connecting to search.cpan.org|199.15.176.161|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz[following]
--2013-07-03 17:30:50--
http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-2.53.tar.gz
Resolving www.cpan.org... 207.171.7.177, 199.15.176.140,
2620:101:d000:8::140:1, ...
Connecting to www.cpan.org|207.171.7.177|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 47476 (46K) [application/octet-stream]
Saving to: ‘Digest-MD5-2.53.tar.gz’
100%[============================================>] 47,476 91.7KB/s
in 0.5s
2013-07-03 17:30:51 (91.7 KB/s) - ‘Digest-MD5-2.53.tar.gz’ saved
[47476/47476]
$ tar xzf Digest-MD5-2.53.tar.gz
$ cd Digest-MD5-2.53
$ perl Makefile.PL
Perl's config says that U32 access must be aligned.
Checking if your kit is complete...
Looks good
Writing Makefile for Digest::MD5
Writing MYMETA.yml and MYMETA.json
$ make
cp MD5.pm blib/lib/Digest/MD5.pm
/Users/user/perl5/perlbrew/perls/perl-5.18.0/bin/perl
/Users/user/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0/ExtUtils/xsubpp
-typemap
/Users/user/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0/ExtUtils/typemap
-typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c
cc -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include -O3 -DVERSION=\"2.53\"
-DXS_VERSION=\"2.53\"
"-I/Users/user/perl5/perlbrew/perls/perl-5.18.0/lib/5.18.0/darwin-2level/CORE"
-DU32_ALIGNMENT_REQUIRED MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f blib/arch/auto/Digest/MD5/MD5.bundle
WARNING: blib/arch/auto/Digest/MD5/MD5.bundle: No such file or directory!
FATAL: No files to remove!
make: *** [blib/arch/auto/Digest/MD5/MD5.bundle] Error 2