Comment 9 for bug 167579

Revision history for this message
Wolfiq (wolfiq) wrote :

OK, tried SVN head from yesterday, got to compile only
today. The error is:
pstoedit: version 3.44 / DLL interface 108 (build Mar 11
2006 - release
build - g++ 4.0.3 20060304 (prerelease) (Debian 4.0.2-10)) :
Copyright
(C) 1993 - 2006 Wolfgang Glunz
Traceback (most recent call last):
  File "/tmp/share/inkscape/extensions/eqtexsvg.py", line
121, in ?
    e.affect()
  File "/tmp/share/inkscape/extensions/inkex.py", line 123,
in affect
    self.effect()
  File "/tmp/share/inkscape/extensions/eqtexsvg.py", line
107, in effect
    svg_open(self, svg_file)
  File "/tmp/share/inkscape/extensions/eqtexsvg.py", line 49, in
svg_open
    svg = open(filename, 'r')
IOError: [Errno 2] No such file or directory:
'/tmp/inkscape-latex.tmp.svg'

So it seems to me that inkscape pstoedit fails to create
inkscape-latex.tmp.svg from the ps-file. The tex-files are
there: inkscape-latex.tmp.{tex,aux,ps,dvi,log}.
This alone looks as security bug to me since I can easily
guess names of temporary files.

Thanks,

Wolfi