Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 13472
Status: rejected
Priority: 0/
Queue: PAR

People
Owner: smueller [...] cpan.org
Requestors: drkjam [...] gmail.com
Cc:
AdminCc:

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



Subject: PAR make on Solaris 2.9 is broken
Attempting to build PAR on Solaris 9 with all dependent modules returns the following error :- gcc -c -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/lib/perl5/5.8.6/sun4-solaris/CORE main.c In file included from mktmpdir.c:1, from main.c:56: mktmpdir.h:72:18: sha1.c: No such file or directory In file included from main.c:56: mktmpdir.c: In function `par_mktmpdir': mktmpdir.c:57: error: `SHA_INFO' undeclared (first use in this function) mktmpdir.c:57: error: (Each undeclared identifier is reported only once mktmpdir.c:57: error: for each function it appears in.) mktmpdir.c:57: error: parse error before "sha_info" mktmpdir.c:141: error: `sha_info' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target `main.o' Current working directory /tmp/cpan/PAR-0.89/myldr *** Error code 1 make: Fatal error: Command failed for target `subdirs' r