Skip Menu |

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

Report information
The Basics
Id: 19685
Status: rejected
Priority: 0/
Queue: Digest-SHA

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Fails to build on Windows Vista beta 2
This might not be your fault, but since I can't diagnose it, reporting here to start things off. ---------------------------------- CPAN.pm: Going to build M/MS/MSHELOR/Digest-SHA-5.40.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Digest::SHA Terminal does not support GetHistory. Lockfile removed. cp SHA.pm blib\lib\Digest\SHA.pm C:\vanilla-perl\perl\bin\perl.exe C:\vanilla- perl\perl\lib\ExtUtils\xsubpp -typ emap C:\vanilla-perl\perl\lib\ExtUtils\typemap -typemap typemap SHA.xs > SHA.xs c && C:\vanilla-perl\perl\bin\perl.exe -MExtUtils::Command -e mv SHA.xsc SHA.c gcc -c -I. -s -O2 -DWIN32 -DHAVE_DES_FCRYPT - DPERL_IMPLICIT_CONTEXT -DPERL_ IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX -s -O2 - DVERSION=\"5. 40\" -DXS_VERSION=\"5.40\" "-IC:\vanilla-perl\perl\lib\CORE" - DSHA_PERL_MOD ULE SHA.c gcc: installation problem, cannot exec `cc1': No such file or directory dmake.EXE: Error code 129, while making 'SHA.o' C:\vanilla-perl\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Failed during this command: MSHELOR/Digest-SHA-5.40.tar.gz : make NO
On Sun Jun 04 00:33:34 2006, ADAMK wrote: Show quoted text
> This might not be your fault, but since I can't diagnose it, reporting > here to start things off. > > ---------------------------------- > > CPAN.pm: Going to build M/MS/MSHELOR/Digest-SHA-5.40.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for Digest::SHA > Terminal does not support GetHistory. > Lockfile removed. > cp SHA.pm blib\lib\Digest\SHA.pm > C:\vanilla-perl\perl\bin\perl.exe C:\vanilla- > perl\perl\lib\ExtUtils\xsubpp -typ > emap C:\vanilla-perl\perl\lib\ExtUtils\typemap -typemap typemap > SHA.xs > SHA.xs > c && C:\vanilla-perl\perl\bin\perl.exe -MExtUtils::Command -e mv > SHA.xsc SHA.c > gcc -c -I. -s -O2 -DWIN32 -DHAVE_DES_FCRYPT - > DPERL_IMPLICIT_CONTEXT -DPERL_ > IMPLICIT_SYS -fno-strict-aliasing -DPERL_MSVCRT_READFIX -s -O2 - > DVERSION=\"5. > 40\" -DXS_VERSION=\"5.40\" "-IC:\vanilla-perl\perl\lib\CORE" - > DSHA_PERL_MOD > ULE SHA.c > gcc: installation problem, cannot exec `cc1': No such file or directory > dmake.EXE: Error code 129, while making 'SHA.o' > C:\vanilla-perl\bin\dmake.EXE -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Failed during this command: > MSHELOR/Digest-SHA-5.40.tar.gz : make NO
Per the error message above (ref. "gcc: installation problem, cannot exec `cc1': No such file or directory"), the problem you're experiencing isn't specific to Digest::SHA. Rather, it's an issue with your compiler installation. Also, the current version of Digest::SHA is 5.41. I'd strongly recommend testing with that one. Regards, Mark