<html>
<head>
<meta content="text/html; charset=Shift_JIS"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Looking over the messages again, I realized that I should have tried
Karl's simpler suggestion first:<br>
<br>
<blockquote cite="mid:201204142134.q3ELYe3t019042@freefriends.org"
type="cite">
<pre wrap="">Yeah, unfortunately, there is some known nonsensical problem with
finding Xmu. I can't debug extensively right now, but if you run
Build --disable-pdfopen
(assuming you don't care about it) it should avoid building that program
and hopefully it will finish.</pre>
</blockquote>
Well, I've never heard of pdfopen, but then, I don't know most of
the commands in this new world I'm stepping into. So I'm willing to
assume I don't need it.<br>
<br>
<blockquote cite="mid:201204142134.q3ELYe3t019042@freefriends.org"
type="cite">
<pre wrap="">You can use nohup to avoid the disconnection from stopping the build:
nohup Build --disable-pdfopen >& build.out &
</pre>
</blockquote>
Murphy's law - I tried it once in the foreground and the connection
timed out, but when I ran it in the background my connection stayed
with me! Anyway, here are the key points of what I did and the
results:<br>
<blockquote><tt>[root@vps-1011517-5697 source]# nohup ./Build
--disable-pdfopen >& build.out &<br>
[1] 9950<br>
[root@vps-1011517-5697 source]# ps -p 9950<br>
PID TTY TIME CMD<br>
9950 pts/1 00:00:00 Build<br>
[root@vps-1011517-5697 source]# ps -p 9950<br>
PID TTY TIME CMD<br>
[1]+ Exit 2 nohup ./Build --disable-pdfopen
>&build.out<br>
[root@vps-1011517-5697 source]# tail -30 build.out<br>
checking for remove... yes<br>
checking for shmat... yes<br>
checking for IceConnectionNumber in -lICE... no<br>
configure: creating ./config.status<br>
config.status: creating Makefile<br>
config.status: executing depfiles commands<br>
Making all in xpdfopen<br>
make[3]: Entering directory
`/root/texlive/Build/source/Work/utils/xpdfopen'<br>
gcc -DPACKAGE_NAME=\"xpdfopen\ for\ TeX\ Live\"
-DPACKAGE_TARNAME=\"xpdfopen-for-tex-live\"
-DPACKAGE_VERSION=\"0.83\" -DPACKAGE_STRING=\"xpdfopen\ for\
TeX\ Live\ 0.83\" -DPACKAGE_BUGREPORT=\<a class="moz-txt-link-rfc2396E" href="mailto:tex-k@tug.org\">"tex-k@tug.org\"</a>
-DPACKAGE_URL=\"\" -DPACKAGE=\"xpdfopen-for-tex-live\"
-DVERSION=\"0.83\" -I. -I../../../utils/xpdfopen -Wimplicit
-Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas
-g -O2 -MT pdfopen.o -MD -MP -MF .deps/pdfopen.Tpo -c -o
pdfopen.o ../../../utils/xpdfopen/pdfopen.c<br>
mv -f .deps/pdfopen.Tpo .deps/pdfopen.Po<br>
gcc -DPACKAGE_NAME=\"xpdfopen\ for\ TeX\ Live\"
-DPACKAGE_TARNAME=\"xpdfopen-for-tex-live\"
-DPACKAGE_VERSION=\"0.83\" -DPACKAGE_STRING=\"xpdfopen\ for\
TeX\ Live\ 0.83\" -DPACKAGE_BUGREPORT=\<a class="moz-txt-link-rfc2396E" href="mailto:tex-k@tug.org\">"tex-k@tug.org\"</a>
-DPACKAGE_URL=\"\" -DPACKAGE=\"xpdfopen-for-tex-live\"
-DVERSION=\"0.83\" -I. -I../../../utils/xpdfopen -Wimplicit
-Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas
-g -O2 -MT sendx.o -MD -MP -MF .deps/sendx.Tpo -c -o sendx.o
../../../utils/xpdfopen/sendx.c<br>
mv -f .deps/sendx.Tpo .deps/sendx.Po<br>
gcc -DPACKAGE_NAME=\"xpdfopen\ for\ TeX\ Live\"
-DPACKAGE_TARNAME=\"xpdfopen-for-tex-live\"
-DPACKAGE_VERSION=\"0.83\" -DPACKAGE_STRING=\"xpdfopen\ for\
TeX\ Live\ 0.83\" -DPACKAGE_BUGREPORT=\<a class="moz-txt-link-rfc2396E" href="mailto:tex-k@tug.org\">"tex-k@tug.org\"</a>
-DPACKAGE_URL=\"\" -DPACKAGE=\"xpdfopen-for-tex-live\"
-DVERSION=\"0.83\" -I. -I../../../utils/xpdfopen -Wimplicit
-Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas
-g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o
../../../utils/xpdfopen/utils.c<br>
mv -f .deps/utils.Tpo .deps/utils.Po<br>
gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement
-Wno-unknown-pragmas -g -O2 -o pdfopen pdfopen.o sendx.o
utils.o -lX11 -lXmu<br>
/usr/bin/ld: cannot find -lXmu<br>
collect2: ld returned 1 exit status<br>
make[3]: *** [pdfopen] Error 1<br>
make[3]: Leaving directory
`/root/texlive/Build/source/Work/utils/xpdfopen'<br>
make[2]: *** [subutils] Error 1<br>
make[2]: Leaving directory
`/root/texlive/Build/source/Work/utils'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory
`/root/texlive/Build/source/Work/utils'<br>
make: *** [all-recursive] Error 1<br>
<br>
real 24m37.773s<br>
user 5m27.417s<br>
sys 1m18.793s<br>
+ echo 2<br>
done (exit status 2) Sun Apr 15 16:36:58 JST 2012</tt><br>
</blockquote>
It looks like it still tried to build pdfopen! I'm definitely
clueless...<br>
<br>
</body>
</html>