On Mon, Oct 24, 2016 at 08:24:54AM -0700, James E Keenan via RT wrote: > I'm attaching a different instance of what I suspect is the same kind > of build failure Yes, this looks like the same problem to me. > --- MANIFEST.srt --- > Can't locate Cwd.pm in @INC (you may need to install the Cwd module) (@INC contains: lib /usr/local/lib/perl5/site_perl/5.25.7/amd64-freebsd-thread-multi /usr/local/lib/perl5/site_perl/5.25.7 /usr/local/lib/perl5/5.25.7/amd64-freebsd-thread-multi /usr/local/lib/perl5/5.25.7 .) at lib/File/Find.pm line 8. > Compilation failed in require at Porting/pod_lib.pl line 4. > BEGIN failed--compilation aborted at Porting/pod_lib.pl line 4. > Compilation failed in require at Porting/manisort line 17. > WARNING: re-sorting MANIFEST The MANIFEST.srt make target fails to find Cwd.pm. The original patch I sent for this ticket made the MANIFEST.srt target depend on the presence of this file. TomThread Next