<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Folks,<br class=""><br class="">Building the latest binaries on 32 bit Leopard (both PPC and Intel) causes<br class="">a test failure. (The binaries pass all tests on 64 -bit Snow Leopard and higher).<br class=""><br class="">The log for the build failure says<br class=""><br class="">Making check in texlive<br class="">Making check in tl_scripts<br class="">make[4]: Nothing to be done for `check'.<br class="">Making check in linked_scripts<br class="">make[4]: Nothing to be done for `check'.<br class="">make  check-TESTS<br class="">FAIL: tests/updmap-cmdline-test.pl<br class="">============================================================================<br class="">Testsuite summary for TeX Live Scripts 2016<br class="">============================================================================<br class=""># TOTAL: 1<br class=""># PASS:  0<br class=""># SKIP:  0<br class=""># XFAIL: 0<br class=""># FAIL:  1<br class=""># XPASS: 0<br class=""># ERROR: 0<br class="">============================================================================<br class="">See ./test-suite.log<br class="">Please report to <a href="mailto:tex-k@tug.org" class="">tex-k@tug.org</a><br class=""><br class=""><br class="">The test-suite.log says<br class=""><br class="">=============================================<br class="">  TeX Live Scripts 2016: ./test-suite.log<br class="">=============================================<br class=""><br class=""># TOTAL: 1<br class=""># PASS:  0<br class=""># SKIP:  0<br class=""># XFAIL: 0<br class=""># FAIL:  1<br class=""># XPASS: 0<br class=""># ERROR: 0<br class=""><br class="">.. contents:: :depth: 2<br class=""><br class="">FAIL: tests/updmap-cmdline-test<br class="">===============================<br class=""><br class="">../../../texk/texlive/tests/updmap-cmdline-test.pl: running ../../../texk/texlive/linked_scripts/texlive/updmap.pl --version<br class="">Can't locate Digest/SHA.pm in @INC (@INC contains: /Users/koch/texlive2016dev/source/Work/tlpkg /Users/koch/texlive2016dev/source/texk/tests /Library/Perl/Updates/5.8.8 /System/Library/Perl/5.8.8/darwin-thread-multi-2level /System/Library/Perl/5.8.8 /Library/Perl/5.8.8/darwin-thread-multi-2level /Library/Perl/5.8.8 /Library/Perl /Network/Library/Perl/5.8.8/darwin-thread-multi-2level /Network/Library/Perl/5.8.8 /Network/Library/Perl /System/Library/Perl/Extras/5.8.8/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.8 /Library/Perl/5.8.6 /Library/Perl/5.8.1 .) at /Users/koch/texlive2016dev/source/texk/tests/TeXLive/TLUtils.pm line 209.<br class="">BEGIN failed--compilation aborted at /Users/koch/texlive2016dev/source/texk/tests/TeXLive/TLUtils.pm line 209.<br class="">Compilation failed in require at ../../../texk/texlive/linked_scripts/texlive/updmap.pl line 41.<br class="">BEGIN failed--compilation aborted at ../../../texk/texlive/linked_scripts/texlive/updmap.pl line 41.<br class="">FAIL tests/updmap-cmdline-test.pl (exit status: 1)<br class=""><br class=""><br class="">This makes it clear that the problem was a request for<br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">    </span>Digest/SHA.pm<br class=""><br class=""><br class="">Indeed, TLUtils.pm lines 207 - 211 read<br class=""><br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>use Cwd; <br class=""><span class="Apple-tab-span" style="white-space: pre;">       </span>use Digest::MD5; <br class=""><span class="Apple-tab-span" style="white-space: pre;">       </span>use Digest::SHA; <br class=""><span class="Apple-tab-span" style="white-space: pre;">       </span>use Getopt::Long; <br class=""><span class="Apple-tab-span" style="white-space: pre;">      </span>use File::Temp;<br class=""><br class="">I also looked at updmap.pl, but it looks like line 41 referenced in the error report just calls TLUtils.pm<br class=""><br class=""><br class="">I don’t know anything about Perl. Help! What changed recently in TLUtils.pm and why?<br class=""><br class="">Dick Koch</body></html>