Skip Menu |

This queue is for tickets about the Digest-MD6 CPAN distribution.

Report information
The Basics
Id: 48862
Status: open
Priority: 0/
Queue: Digest-MD6

People
Owner: Nobody in particular
Requestors: james2vegas [...] aim.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.10
Fixed in: (no value)



Subject: Makefile generated by Makefile.PL reauires gmake not make
Script started on Wed Aug 19 23:31:32 2009 # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Digest::MD6/src Writing Makefile for Digest::MD6 # make cp MD6.pm blib/lib/Digest/MD6.pm /usr/bin/perl /usr/libdata/perl5/ExtUtils/xsubpp -typemap /usr/libdata/perl5/ExtUtils/typemap -typemap typemap MD6.xs > MD6.xsc && mv MD6.xsc MD6.c cc -c -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fPIC "-I/usr/libdata/perl5/i386-openbsd/5.10.0/CORE" MD6.c Running Mkbootstrap for Digest::MD6 () chmod 644 MD6.bs rm -f blib/arch/auto/Digest/MD6/MD6.so cc -shared -fPIC MD6.o src/*.o -o blib/arch/auto/Digest/MD6/MD6.so cc: src/*.o: No such file or directory *** Error code 1 Stop in /usr/obj/ports/p5-Digest-MD6-0.10/Digest-MD6-0.10 (line 464 of Makefile). # exit Script done on Wed Aug 19 23:31:45 2009 Script started on Wed Aug 19 23:32:14 2009 # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Digest::MD6/src Writing Makefile for Digest::MD6 # gmake cp MD6.pm blib/lib/Digest/MD6.pm cc -c -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fPIC "-I/usr/libdata/perl5/i386-openbsd/5.10.0/CORE" md6_compress.c cc -c -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fPIC "-I/usr/libdata/perl5/i386-openbsd/5.10.0/CORE" md6_mode.c cc -c -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fPIC "-I/usr/libdata/perl5/i386-openbsd/5.10.0/CORE" md6_nist.c /usr/bin/perl /usr/libdata/perl5/ExtUtils/xsubpp -typemap /usr/libdata/perl5/ExtUtils/typemap -typemap typemap MD6.xs > MD6.xsc && mv MD6.xsc MD6.c cc -c -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fPIC "-I/usr/libdata/perl5/i386-openbsd/5.10.0/CORE" MD6.c Running Mkbootstrap for Digest::MD6 () chmod 644 MD6.bs rm -f blib/arch/auto/Digest/MD6/MD6.so cc -shared -fPIC MD6.o src/*.o -o blib/arch/auto/Digest/MD6/MD6.so \ \ chmod 755 blib/arch/auto/Digest/MD6/MD6.so cp MD6.bs blib/arch/auto/Digest/MD6/MD6.bs chmod 644 blib/arch/auto/Digest/MD6/MD6.bs Manifying blib/man3/Digest::MD6.3p # exit Script done on Wed Aug 19 23:32:26 2009
I've modified the Makefile generation so it doesn't rely on wildcards - hopefully that will fix the problem. Release 0.11 is on it's way to the CPAN now. I'd be most grateful if you could check it and let me know if the Makefile problem is fixed.
Still not, different error though:

cc: src/md6_compress.o: No such file or directory
cc: src/md6_mode.o: No such file or directory
cc: src/md6_nist.o: No such file or directory
*** Error code 1