This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

dvips: ! unexpected eof on DVI file


After doing a latest git pull, and then configure, and "make clean",
and "make" I got the following errors (and because of this, there is
no way to continue with the make operation, even though this is just a
documentation bug - anyway to put this "make doc" last in the make
process?):

/sdb1/download/systemtap/systemtap>make
/bin/sh ./git_version.sh -k -s . -o git_version.h
git_version.sh: Output is new file, creating git_version.h
make  all-recursive
make[1]: Entering directory `/sdb1/download/systemtap/systemtap'
Making all in doc
/sdb1/download/systemtap/systemtap/doc
make[2]: Entering directory `/sdb1/download/systemtap/systemtap/doc'
Making all in SystemTap_Tapset_Reference
/sdb1/download/systemtap/systemtap/doc/SystemTap_Tapset_Reference
make[3]: Entering directory
`/sdb1/download/systemtap/systemtap/doc/SystemTap_Tapset_Reference'
gcc -DHAVE_CONFIG_H -I. -I../..     -g -O2 -fstack-protector-all
-D_FORTIFY_SOURCE=2 -MT docproc.o -MD -MP -MF .deps/docproc.Tpo -c -o
docproc.o docproc.c
mv -f .deps/docproc.Tpo .deps/docproc.Po
gcc  -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2   -o docproc docproc.o
make[3]: Leaving directory
`/sdb1/download/systemtap/systemtap/doc/SystemTap_Tapset_Reference'
make[3]: Entering directory `/sdb1/download/systemtap/systemtap/doc'
dvips -t letter -o tutorial.ps tutorial.dvi
This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com)
' TeX output 2008.06.26:2126' -> tutorial.ps
dvips: ! unexpected eof on DVI file
make[3]: *** [tutorial.ps] Error 1
make[3]: Leaving directory `/sdb1/download/systemtap/systemtap/doc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/sdb1/download/systemtap/systemtap/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/sdb1/download/systemtap/systemtap'
make: *** [all] Error 2


-- 
Regards,
Peter Teoh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]