Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 16075
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: siracusa [...] mindspring.com
Cc:
AdminCc:

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



Subject: PAR 0.89 doesn't build in Mac OS X 10.4.x
This is from Mac OS X 10.4.3 % make cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm cp lib/PAR.pm blib/lib/PAR.pm cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm cp lib/PAR/Tutorial.pod blib/lib/PAR/Tutorial.pod cp lib/PAR/FAQ.pod blib/lib/PAR/FAQ.pod cp lib/PAR/Heavy.pm blib/lib/PAR/Heavy.pm cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm perl -e1 cc -c -mcpu=970 -mtune=970 -mpowerpc64 -mpowerpc-gpopt -I/usr/local/lib/perl5/5.8.4/darwin-2level/CORE main.c In file included from mktmpdir.c:1, from main.c:56: mktmpdir.h:72:18: error: 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) make[1]: *** [main.o] Error 1 make: *** [subdirs] Error 2
[JSIRACUSA - Wed Nov 23 20:50:45 2005]: Show quoted text
> This is from Mac OS X 10.4.3
Strange -- the Makefile in myldr/ should generate sha1.c by running sha1.c.PL; can you look at how Makefile was generated and see if that rule is called? I can test this tonight after I get access to a Mac. Thanks, /Autrijus/
Can you check out the trunk version with Subversion and see if it now builds for you? http://svn.openfoundry.org/par/trunk/ If it works, I can roll out a 0.90 release. I have also sent a committer bit invitation email to you. Thanks! /Autrijus/
From: MAHEX
[AUTRIJUS - Thu Nov 24 07:35:07 2005]: Show quoted text
> Can you check out the trunk version with Subversion and see if it now > builds for you? > > http://svn.openfoundry.org/par/trunk/ > > If it works, I can roll out a 0.90 release.
I'm not on OSX, but I ran into the same problem. The latest SVN built for me.
I'm having no problem with PAR 0.91 on OSX 10.4.6. Perhaps this bug should be closed?