Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80320 - viewcvs busted, enscript faling
Summary: viewcvs busted, enscript faling
Status: RESOLVED DUPLICATE of bug 79479
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Web Node Issues (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Infrastructure
URL: http://.gentoo.org/cgi-bin/viewcvs.cg...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-01 04:34 UTC by Elfyn McBratney (beu) (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elfyn McBratney (beu) (RETIRED) gentoo-dev 2005-02-01 04:34:01 UTC
I'm getting the following pretty much everytime I hit viewcvs:

Failure during use of an external program:
The command line was:

enscript --color --language=html --pretty-print=changelog -o - -

Please look at the error log of your webserver for more info.
An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
  File "/var/www/localhost/viewcvs/lib/viewcvs.py", line 3044, in main
    run_viewcvs(server)
  File "/var/www/localhost/viewcvs/lib/viewcvs.py", line 3020, in run_viewcvs
    view_checkout(request)
  File "/var/www/localhost/viewcvs/lib/viewcvs.py", line 2175, in view_checkout
    markup_stream(request, fp, revision, request.mime_type)
  File "/var/www/localhost/viewcvs/lib/viewcvs.py", line 864, in markup_stream
    markup_stream_enscript(lang, fp)
  File "/var/www/localhost/viewcvs/lib/viewcvs.py", line 655, in markup_stream_enscript
    enscript.write(chunk)
IOError: [Errno 32] Broken pipe

The references URL reproduces it for me everytime..

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lance Albertson (RETIRED) gentoo-dev 2005-02-01 05:16:30 UTC
I took off enscript on our servers because of a serious security bug in enscript (See bug 77408). I'll be putting it back on there since a patched version has been finally added to portage.

*** This bug has been marked as a duplicate of 79479 ***