[Flightgear-devel] CVS log browser broken

2002-07-02 Thread julianfoad
The result of trying to view viewmgr.cxx (web page http://cvs.flightgear.org/cgi-bin/viewcvs/viewcvs.cgi/FlightGear/src/Main/viewmgr.cxx?rev=1.18cvsroot=FlightGear-0.7content-type=text/vnd.viewcvs-markup) is the following error: Failure during use of an external program: enscript --color -W

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Curtis L. Olson
It looks like enscript is breaking on viewmgr.cxx It also looks like the behavior of enscript doesn't conform well to it's man page. :-( Does this happen with any other source files or is it just viewmgr.cxx? I don't see anything in viewmgr.cxx that looks particularly different from any other

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread julianfoad
Curtis L. Olson wrote: It looks like enscript is breaking on viewmgr.cxx Is it enscript that is breaking, or the other end of its pipe? The error message says Broken pipe in enscript.write(chunk). Maybe just that the disk is full? Does this happen with any other source files or is it

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Curtis L. Olson
[EMAIL PROTECTED] writes: Is it enscript that is breaking, or the other end of its pipe? The error message says Broken pipe in enscript.write(chunk). Maybe just that the disk is full? By my reading of the error message, python is reporting that enscript died unexpectedly. There is plenty

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread julianfoad
Curtis L. Olson wrote: [EMAIL PROTECTED] writes: Is it enscript that is breaking, or the other end of its pipe? The error message says Broken pipe in enscript.write(chunk). Maybe just that the disk is full? By my reading of the error message, python is reporting that enscript died

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Curtis L. Olson
[EMAIL PROTECTED] writes: Curtis L. Olson wrote: [EMAIL PROTECTED] writes: Is it enscript that is breaking, or the other end of its pipe? The error message says Broken pipe in enscript.write(chunk). Maybe just that the disk is full? By my reading of the error message,

Re: [Flightgear-devel] CVS log browser broken

2002-07-02 Thread Julian Foad
Curtis L. Olson wrote: I'm not a python expert and do not claim to have any knowledge on the subject. But tcl will give very similar errors when a sub program dies. It builds a pipe to the IO of the other process and if it dies it reports a 'broken pipe.' So my best guess is still that