Wed Sep 23 07:00:01 2009: Request 49900 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR-Packer
Subject: [PATCH] build problems
Broken in: (no value)
Severity: Normal
Owner: RSCHUPP
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=49900 >
On Tue Sep 22 04:29:06 2009, [email protected] wrote:
> These patches are not 100% all right but it solved our (Fedora) problem
> with RPM_OPT_FLAGS which weren't applied.
>
> The first problem was missed OPTIMIZE in Makefile.PL
> (perl-PAR-Packer-cflags.patch). The second problem was missing third
> parametr in open.
Both applied in SVN, should be in the next PAR::Packer release.
> Also this module can't be build parallel because this build is not
> parallel safe. We need to use PAR_GLOBAL_TEMP for it.
I bet no Perl module build is parallel safe. Or do you object to
files created in /tmp/par-BUILDUSER/... during the build
(which might have the same name in every invocation of build process,
so may collide if several processes are running at the same time)?
Thanx, Roderich