Page MenuHomePhabricator

texvc sends dvips output into the webserver error log
Closed, ResolvedPublic

Description

Author: cbm.wikipedia

Description:
On systems where dvips generates output by default, the dvips output that comes from texvc will show up in apache error logs. For example, I checked my log, and it has things like this:

This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software (www.radicaleye.com)
' TeX output 2007.08.13:1013' ->
</usr/share/texmf-texlive/dvips/base/tex.pro>
</usr/share/texmf-texlive/dvips/base/texps.pro>.
</usr/share/texmf-texlive/fonts/type1/bluesky/cm/cmsy10.pfb>[1]

Adding the -q option to dvips in the first line of render.ml should fix this.


Version: 1.11.x
Severity: enhancement

Details

Reference
bz12695

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:05 PM
bzimport set Reference to bz12695.
bzimport added a subscriber: Unknown Object (MLST).

Done in r29964.

dvipng is used preferentially if it's present, and appears to give clean output. Added -q option to dvips when it is used.