I ran into this problem a few times building on my system: https://rt.perl.org/rt3//Public/Bug/Dis ... l?id=82194
My workaround was to disable parallel building of perl:
Index: script/perl/perl/Makefile
===================================================================
--- script/perl/perl/Makefile (revision 8786)
+++ script/perl/perl/Makefile (working copy)
@@ -78,6 +78,8 @@
GAR_EXTRA_CONF += kernel-$(mm_KERNEL_VERSION)/linux/package-api.mk
include ../../gar.mk
+PARALLELMFLAGS := -j1
+
CPPFLAGS := $(PERL_CPPFLAGS)
CFLAGS := $(PERL_CFLAGS)
CXXFLAGS := $(PERL_CXXFLAGS)
Race condition in parallel perl build
Moderator: Pablo
Re: Race condition in parallel perl build
Thank you. This has been committed to SVN.
MiniMyth running on an Acer ApireRevo 3610 and a Zotac ZBOX-ID80-U. Find out more at my MythTV page.