This queue is for tickets about the File-Unpack CPAN distribution.

Report information
The Basics
Id:
124916
Status:
new
Priority:
Low/Low
Queue:

People
Owner:
Nobody in particular
Requestors:
bitcardbmw [...] lsmod.de
Cc:
AdminCc:

BugTracker
Severity:
Important
Broken in:
0.70
Fixed in:
(no value)



Subject: race in man page creation
When building the perl-File-Unpack package for openSUSE with make -j2 or -j4 sometimes the man page was missing The build log then showed man-page output failing due to a missing directory. Please review/test/merge the attached patch.
Subject: fix-File-Unpack-race.patch
Index: File-Unpack-0.70/Makefile.PL =================================================================== --- File-Unpack-0.70.orig/Makefile.PL +++ File-Unpack-0.70/Makefile.PL @@ -55,6 +55,7 @@ sub MY::postamble return q{ file_unpack: file_unpack.pl Makefile $(CP) file_unpack.pl $@ + mkdir -p $(INST_MAN1DIR) ## wait, so that -M < -M succeeds in ExtUtils/Command/MM.pm (sleep 1; echo .nf; $(PERL) $@ --help) > $(INST_MAN1DIR)/$@.1 || true };


This service runs on Request Tracker, is sponsored by The Perl Foundation, and maintained by Best Practical Solutions.

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.