public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* dvips: ! unexpected eof on DVI file
@ 2009-03-09 15:57 Peter Teoh
  2009-03-09 20:09 ` David Smith
  2009-03-09 20:31 ` Mark Wielaard
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Teoh @ 2009-03-09 15:57 UTC (permalink / raw)
  To: SystemTAP

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

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

* Re: dvips: ! unexpected eof on DVI file
  2009-03-09 15:57 dvips: ! unexpected eof on DVI file Peter Teoh
@ 2009-03-09 20:09 ` David Smith
  2009-03-09 20:31 ` Mark Wielaard
  1 sibling, 0 replies; 4+ messages in thread
From: David Smith @ 2009-03-09 20:09 UTC (permalink / raw)
  To: Peter Teoh; +Cc: SystemTAP

Peter Teoh wrote:
> 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?):

Here's a workaround.  Use the '--disable-docs' option to configure and
it shouldn't try to build the failing documentation.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)

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

* Re: dvips: ! unexpected eof on DVI file
  2009-03-09 15:57 dvips: ! unexpected eof on DVI file Peter Teoh
  2009-03-09 20:09 ` David Smith
@ 2009-03-09 20:31 ` Mark Wielaard
  2009-03-09 20:38   ` Peter Teoh
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Wielaard @ 2009-03-09 20:31 UTC (permalink / raw)
  To: Peter Teoh; +Cc: SystemTAP

Hi Peter,

On Mon, 2009-03-09 at 11:43 -0400, Peter Teoh wrote:
> 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?):
> [...]
> 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

I don't immediately know what the real problem is.
But you can ./configure --disable-docs to work around it for now.

Cheers,

Mark

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

* Re: dvips: ! unexpected eof on DVI file
  2009-03-09 20:31 ` Mark Wielaard
@ 2009-03-09 20:38   ` Peter Teoh
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Teoh @ 2009-03-09 20:38 UTC (permalink / raw)
  To: Mark Wielaard, David Smith; +Cc: SystemTAP

thanks for the answer!!!!

On Mon, Mar 9, 2009 at 11:59 AM, Mark Wielaard <mjw@redhat.com> wrote:
> Hi Peter,
>
> On Mon, 2009-03-09 at 11:43 -0400, Peter Teoh wrote:
>> 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?):
>> [...]
>> 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
>



-- 
Regards,
Peter Teoh

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

end of thread, other threads:[~2009-03-09 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-09 15:57 dvips: ! unexpected eof on DVI file Peter Teoh
2009-03-09 20:09 ` David Smith
2009-03-09 20:31 ` Mark Wielaard
2009-03-09 20:38   ` Peter Teoh

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).