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]

Re: systemtap compilation errors


Peter Teoh wrote:
> After a git pull, I got this during compilation:
> 
> /bin/sh ./git_version.sh -k -s . -o git_version.h
> git_version.sh: Not a git repo, keeping existing 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'
> make[3]: Nothing to be done for `all'.
> 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
> 
> Help?   Thanks a lot.
> 

I was able to build the latest git checkout without problem. You might have
something wrong with the doc/tutorial.dvi. Try "make clean" and then "make" to
clear out the problem .dvi

-Will


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