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


On Wed, Apr 15, 2009 at 11:11:53AM -0400, 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.

This technically is not a SystemTap compilation issue, rather a
SystemTap documentation build issue. If you are looking to build
just SystemTap and not the documentation everytime, try running
'configure' with --disable-docs.

Ananth


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