<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="">To Whom It May Concern, <div class=""><br class=""></div><div class="">     So it turns out that if, on OS X/macOS (I’m on v10.11.6 ‘El Capitan,’ if that helps any,) you set up a 50-GiB sparse ‘HFS+ (Extended, Journaled, Case-Sensitive) disk image named ‘Development,’ mount it, and then run:  </div><div class=""><br class=""></div><div class=""><font face="Menlo" class="">cd /Volumes/Development</font></div><div class=""><font face="Menlo" class="">mkdir -p ./Repositories/texlive</font></div><div class=""><font face="Menlo" class="">cd ./Repositories/texlive/</font></div><div class=""><font face="Menlo" class="">svn checkout —depth=empty —config-option config:miscellany:use-commit-times=yes </font><a href="svn://tug.org/texlive" style="font-family: Menlo;" class="">svn://tug.org/texlive</a><font face="Menlo" class=""> ./ # All on one line if it doesn’t show up that way.  </font></div><div class=""><font face="Menlo" class="">svn update —parents —depth=infinity --config-option config:miscellany:use-commit-times=yes ./branches/branch2017/ # Also similarly all on one line.  </font></div><div class=""><font face="Menlo" class="">cd ./branches/branch2017/Build/source/</font></div><div class=""><font face="Menlo" class="">mkdir -v ./Work</font></div><div class=""><font face="Menlo" class="">cd ./Work</font></div><div class=""><font face="Menlo" class="">CC=clang CXX=“clang++” ../Build TL_CONFIGURE_ARGS=“-C —disable-all-pigs —enable-web2c”</font></div><div class=""><font face="Menlo" class=""><br class=""></font></div><div class="">you eventually get to a point where:  </div><div class=""><br class=""></div><div class=""><font face="Menlo" class="">⋮</font></div><div class=""><font face="Menlo" class="">cd texk/texlive/tl_scripts && make  run-texlinks<br class="">/bin/sh: line 0: cd: texk/texlive/tl_scripts: No such file or directory<br class="">make: *** [world] Error 1<br class="">+ echo 2<br class=""></font><span style="font-family: Menlo;" class="">⋮</span></div><div class=""><span style="font-family: Menlo;" class=""><br class=""></span></div><div class="">occurs.  (I’ve also seen this when attempting to build other pieces of TeX Live, such as bibtex-x, as well, for what it’s worth.)  I recall that, when initially cloning the TeX Live repository by running:  </div><div class=""><br class=""></div><div class=""><span style="font-family: Menlo;" class=""># Set up filesystem scaffolding like it was before any repository cloning…  </span></div><div class=""><font face="Menlo" class="">#</font></div><div class=""><font face="Menlo" class=""># You should then be inside `/Volumes/Development/Repositories/texlive/` for this.  </font></div><div class=""><span style="font-family: Menlo;" class="">⋮</span></div><div class=""><span style="font-family: Menlo;" class="">mkdir -p ./branches/branch2017</span></div><div class=""><span style="font-family: Menlo;" class="">cd ./branches/branch2017/</span></div><div class=""><font face="Menlo" class="">svn checkout --depth=infinity --config-option config:miscellany:use-commit-times=yes </font><a href="svn://tug.org/texlive/branches/branch2017/" style="font-family: Menlo;" class="">svn://tug.org/texlive/branches/branch2017/</a><font face="Menlo" class=""> ./ # Again, all on one line for this command.  </font></div><div class=""><span style="font-family: Menlo;" class="">⋮</span></div><div class=""><br class=""></div><div class="">and then going to build something, everything works fine (though I’ve only done things that way once.)  I wouldn’t be surprised if this working example could be reduced to just changing the Subversion command invocation(s) involved yet still reproduce what I’m seeing without doing everything inside a case-sensitive sparse disk image like I have set up, but I left the relevant context in just in case.  Maybe this has already been fixed in the upcoming TeX Live 2018…?  </div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Both intrigued and somewhat perplexed, </div><div class="">     Bryce Glover</div><div class="">     <a href="mailto:RandomDSdevel@gmail.com" class="">RandomDSdevel@gmail.com</a></div></div></div></div></div></body></html>