public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* systemtap compilation errors
@ 2009-04-15 15:12 Peter Teoh
  2009-04-15 18:05 ` William Cohen
  2009-04-16  3:27 ` Ananth N Mavinakayanahalli
  0 siblings, 2 replies; 7+ messages in thread
From: Peter Teoh @ 2009-04-15 15:12 UTC (permalink / raw)
  To: SystemTAP

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.

-- 
Regards,
Peter Teoh

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: systemtap compilation errors
  2009-04-15 15:12 systemtap compilation errors Peter Teoh
@ 2009-04-15 18:05 ` William Cohen
  2009-04-16  3:27 ` Ananth N Mavinakayanahalli
  1 sibling, 0 replies; 7+ messages in thread
From: William Cohen @ 2009-04-15 18:05 UTC (permalink / raw)
  To: Peter Teoh; +Cc: SystemTAP

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: systemtap compilation errors
  2009-04-15 15:12 systemtap compilation errors Peter Teoh
  2009-04-15 18:05 ` William Cohen
@ 2009-04-16  3:27 ` Ananth N Mavinakayanahalli
  2009-04-16  3:40   ` Peter Teoh
  1 sibling, 1 reply; 7+ messages in thread
From: Ananth N Mavinakayanahalli @ 2009-04-16  3:27 UTC (permalink / raw)
  To: Peter Teoh; +Cc: SystemTAP

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: systemtap compilation errors
  2009-04-16  3:27 ` Ananth N Mavinakayanahalli
@ 2009-04-16  3:40   ` Peter Teoh
  2009-04-16 14:27     ` William Cohen
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Teoh @ 2009-04-16  3:40 UTC (permalink / raw)
  To: ananth, William Cohen; +Cc: SystemTAP

Thank you Ananth and William.     Since documentation is not critical
to successful compilation, but currently is a show-stopper during
compilation, can we shift the making of documentation to the end
during the make process?

On Thu, Apr 16, 2009 at 11:27 AM, Ananth N Mavinakayanahalli
<ananth@in.ibm.com> wrote:
> 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
>



-- 
Regards,
Peter Teoh

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: systemtap compilation errors
  2009-04-16  3:40   ` Peter Teoh
@ 2009-04-16 14:27     ` William Cohen
  2009-04-16 14:53       ` Peter Teoh
  0 siblings, 1 reply; 7+ messages in thread
From: William Cohen @ 2009-04-16 14:27 UTC (permalink / raw)
  To: Peter Teoh; +Cc: ananth, SystemTAP

Peter Teoh wrote:
> Thank you Ananth and William.     Since documentation is not critical
> to successful compilation, but currently is a show-stopper during
> compilation, can we shift the making of documentation to the end
> during the make process?

Hi Peter,

I haven't seen a problem in building the tutorial documentation before. What
distribution are you building systemtap on and what version of latex and related
tools are installed?  Does the tutorial.dvi file look okay? reasonable size?
What does the portion of the build output look like that is in the doc directory
(the section generating tutorial.dvi)?

-Will



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: systemtap compilation errors
  2009-04-16 14:27     ` William Cohen
@ 2009-04-16 14:53       ` Peter Teoh
  2009-04-16 19:29         ` William Cohen
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Teoh @ 2009-04-16 14:53 UTC (permalink / raw)
  To: William Cohen; +Cc: ananth, SystemTAP

On Thu, Apr 16, 2009 at 10:27 AM, William Cohen <wcohen@redhat.com> wrote:
> Peter Teoh wrote:
>> Thank you Ananth and William.     Since documentation is not critical
>> to successful compilation, but currently is a show-stopper during
>> compilation, can we shift the making of documentation to the end
>> during the make process?
>
> Hi Peter,
>
> I haven't seen a problem in building the tutorial documentation before. What
> distribution are you building systemtap on and what version of latex and related
> tools are installed?  Does the tutorial.dvi file look okay? reasonable size?
> What does the portion of the build output look like that is in the doc directory
> (the section generating tutorial.dvi)?
>
> -Will
>
>

Even after make clean i still keep getting the error (FedoraCore10, x86_64):

make=====>
/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


Anyway I have three other machine all having no problem...(2FC10,
1FC9).....I guess it is nothing to do with systemtap.

Will ignore it for the moment.   Thank you for the support!!!!




-- 
Regards,
Peter Teoh

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: systemtap compilation errors
  2009-04-16 14:53       ` Peter Teoh
@ 2009-04-16 19:29         ` William Cohen
  0 siblings, 0 replies; 7+ messages in thread
From: William Cohen @ 2009-04-16 19:29 UTC (permalink / raw)
  To: Peter Teoh; +Cc: ananth, SystemTAP

Peter Teoh wrote:
> On Thu, Apr 16, 2009 at 10:27 AM, William Cohen <wcohen@redhat.com> wrote:
>> Peter Teoh wrote:
>>> Thank you Ananth and William.     Since documentation is not critical
>>> to successful compilation, but currently is a show-stopper during
>>> compilation, can we shift the making of documentation to the end
>>> during the make process?
>> Hi Peter,
>>
>> I haven't seen a problem in building the tutorial documentation before. What
>> distribution are you building systemtap on and what version of latex and related
>> tools are installed?  Does the tutorial.dvi file look okay? reasonable size?
>> What does the portion of the build output look like that is in the doc directory
>> (the section generating tutorial.dvi)?
>>
>> -Will
>>
>>
> 
> Even after make clean i still keep getting the error (FedoraCore10, x86_64):
> 
> make=====>
> /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
> 
> 
> Anyway I have three other machine all having no problem...(2FC10,
> 1FC9).....I guess it is nothing to do with systemtap.
> 
> Will ignore it for the moment.   Thank you for the support!!!!

It is sounding like there is something odd on that F10 machine. I am building
things on a x86_64 F10 machine without problems.  Is that the complete output of
the "make" above? It would be useful to see how the tutorial.dvi is being
created. One thought is that you might try to build the rpm on the machine to
see if there is some rpm package missing. You can get the official f10 srpm from:

http://koji.fedoraproject.org/koji/buildinfo?buildID=95578

-Will

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-16 19:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-15 15:12 systemtap compilation errors Peter Teoh
2009-04-15 18:05 ` William Cohen
2009-04-16  3:27 ` Ananth N Mavinakayanahalli
2009-04-16  3:40   ` Peter Teoh
2009-04-16 14:27     ` William Cohen
2009-04-16 14:53       ` Peter Teoh
2009-04-16 19:29         ` William Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).