Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 80320

Summary: viewcvs busted, enscript faling
Product: Gentoo Infrastructure Reporter: Elfyn McBratney (beu) (RETIRED) <beu>
Component: Web Node IssuesAssignee: Gentoo Infrastructure <infra-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://.gentoo.org/cgi-bin/viewcvs.cgi/portage/ChangeLog?rev=1.908&root=gentoo-src&content-type=text/vnd.viewcvs-markup
Whiteboard:
Package list:
Runtime testing required: ---

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 ***