<div dir="ltr">Yup, that patch sort of did the trick (minus the extra '(' at "(my @mans =").<div>At the end of the install:</div><div><div>running package-specific postactions</div><div>Can't modify split in chomp at ~/Desktop/CLFS/armv7l-unknown-linux-gnueabihf/texlive/tlpkg/TeXLive/TLUtils.pm line 2073, near "))"</div><div>BEGIN not safe after errors--compilation aborted at ~/Desktop/CLFS/armv7l-unknown-linux-gnueabihf/texlive/tlpkg/TeXLive/TLUtils.pm line 3943.</div><div>Compilation failed in require at ~/Desktop/CLFS/armv7l-unknown-linux-gnueabihf/texlive/tlpkg/tlpostcode/<a href="http://dvipdfmx.pl">dvipdfmx.pl</a> line 18.</div><div>BEGIN failed--compilation aborted at ~/Desktop/CLFS/armv7l-unknown-linux-gnueabihf/texlive/tlpkg/tlpostcode/<a href="http://dvipdfmx.pl">dvipdfmx.pl</a> line 18.</div><div>./install-tl: calling post action script tlpkg/tlpostcode/<a href="http://dvipdfmx.pl">dvipdfmx.pl</a> did not succeed in ~Desktop/texlive/Master, status 255 at tlpkg/TeXLive/TLUtils.pm line 1796.</div><div>finished with package-specific postactions</div><div><br></div><div>Hehe, ya, I tend to read that sort of sentiment towards perl quite a bit.</div><div><br></div><div>On a side note (shall I create a new thread?), I noticed that during install, when I select "armhf-linux" and deselect "x86_64-linux" under Binaries, it DOES deselect "x86_64-linux" except when returning to the main menu, it shows 2 Binaries selected and entering back into that menu shows it is re-selected.<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 20, 2014 at 5:38 PM, Norbert Preining <span dir="ltr"><<a href="mailto:preining@logic.at" target="_blank">preining@logic.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Does this help:<br>
Index: TLUtils.pm<br>
===================================================================<br>
--- TLUtils.pm  (revision 35400)<br>
+++ TLUtils.pm  (working copy)<br>
@@ -2070,7 +2070,8 @@<br>
   if (-w  $sys_man && -d "$Master/texmf-dist/doc/man") {<br>
     debug("$mode symlinks for man pages in $sys_man\n");<br>
     my $foo = `(cd "$Master/texmf-dist/doc/man" && echo *)`;<br>
-    chomp (my @mans = split (' ', $foo));<br>
+    (my @mans = split (' ', $foo);<br>
+    chomp (@mans);<br>
     foreach my $m (@mans) {<br>
       my $mandir = "$Master/texmf-dist/doc/man/$m";<br>
       next unless -d $mandir;<br>
<br>
<br>
I don't know why perl 5.21 is so stupid about the above code, I don't<br>
see anything wrong, but alas, perl ...<br>
<br>
Norbert<br>
<br>
------------------------------------------------------------------------<br>
PREINING, Norbert                               <a href="http://www.preining.info" target="_blank">http://www.preining.info</a><br>
JAIST, Japan                                 TeX Live & Debian Developer<br>
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13<br>
------------------------------------------------------------------------<br>
</blockquote></div><br></div></div></div></div>