diff options
author | Dan Dedrick <ddedrick@lexmark.com> | 2017-10-12 21:49:39 -0400 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2018-11-14 11:44:46 +0000 |
commit | bb6e76f0bf2e379480796380f1dc705e6cfffbff (patch) | |
tree | b1cb8752c2cfd1deed94d54be85d5f901d7870e6 /AUTHORS | |
parent | 8e0c32f43cbc5d9f577b2602ba2159b9cd123197 (diff) | |
download | perl-bb6e76f0bf2e379480796380f1dc705e6cfffbff.tar.gz |
Fix missing build dependency for pods
When building perl with highly parallel options (e.g. -j 32) on a machine
with many cores (e.g. 32) ocassionaly it fails with the following type
of error.
make[1]: Entering directory '.../cpan/podlators'
Can't locate Getopt/Long.pm in @INC (you may need to install the Getopt::Long module) (@INC contains: .../cpan/AutoLoader/lib .../dist/Carp/lib .../dist/PathTools .../dist/PathTools/lib .../cpan/ExtUtils-Install/lib .../cpan/ExtUtils-MakeMaker/lib .../cpan/ExtUtils-Manifest/lib .../cpan/File-Path/lib .../ext/re .../dist/Term-ReadLine/lib .../dist/Exporter/lib .../ext/File-Find/lib .../cpan/Text-Tabs/lib .../dist/constant/lib .../cpan/version/lib .../lib ../../lib .) at .../cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm line 109.
Makefile:445: recipe for target 'manifypods' failed
make[1]: *** [manifypods] Error 2
The scripts pod2man, pod2text, podchecker, podselect, and pod2usage all use
Getopt-Long and since they are all part of nonxs modules this needs to be
added here to prevent these build races.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -278,6 +278,7 @@ Dan Boorstein <dan_boo@bellsouth.net> Dan Brook <dbrook@easyspace.com> Dan Collins <dcollinsn@gmail.com> Dan Dascalescu <bigbang7@gmail.com> +Dan Dedrick <ddedrick@lexmark.com> Dan Hale <danhale@us.ibm.com> Dan Jacobson <jidanni@jidanni.org> Dan Kogai <dankogai@dan.co.jp> |