[tex-live] dvipdfmx on CentOS 5.6 (glibc 2.5)
Karen Ellrick
osakawebbie at gmail.com
Sun Apr 15 09:54:18 CEST 2012
Looking over the messages again, I realized that I should have tried
Karl's simpler suggestion first:
> 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.
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.
> You can use nohup to avoid the disconnection from stopping the build:
> nohup Build --disable-pdfopen >& build.out &
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:
[root at vps-1011517-5697 source]# nohup ./Build --disable-pdfopen >&
build.out &
[1] 9950
[root at vps-1011517-5697 source]# ps -p 9950
PID TTY TIME CMD
9950 pts/1 00:00:00 Build
[root at vps-1011517-5697 source]# ps -p 9950
PID TTY TIME CMD
[1]+ Exit 2 nohup ./Build --disable-pdfopen >&build.out
[root at vps-1011517-5697 source]# tail -30 build.out
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
Making all in xpdfopen
make[3]: Entering directory
`/root/texlive/Build/source/Work/utils/xpdfopen'
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=\"tex-k at tug.org\"
-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
mv -f .deps/pdfopen.Tpo .deps/pdfopen.Po
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=\"tex-k at tug.org\"
-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
mv -f .deps/sendx.Tpo .deps/sendx.Po
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=\"tex-k at tug.org\"
-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
mv -f .deps/utils.Tpo .deps/utils.Po
gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement
-Wno-unknown-pragmas -g -O2 -o pdfopen pdfopen.o sendx.o utils.o
-lX11 -lXmu
/usr/bin/ld: cannot find -lXmu
collect2: ld returned 1 exit status
make[3]: *** [pdfopen] Error 1
make[3]: Leaving directory
`/root/texlive/Build/source/Work/utils/xpdfopen'
make[2]: *** [subutils] Error 1
make[2]: Leaving directory `/root/texlive/Build/source/Work/utils'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/texlive/Build/source/Work/utils'
make: *** [all-recursive] Error 1
real 24m37.773s
user 5m27.417s
sys 1m18.793s
+ echo 2
done (exit status 2) Sun Apr 15 16:36:58 JST 2012
It looks like it still tried to build pdfopen! I'm definitely clueless...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-live/attachments/20120415/62aec63f/attachment-0001.html>
More information about the tex-live
mailing list