Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207070 - media-gfx/inkscape-0.45.1-r1 needs media-gfx/pstoedit w/ USE=plotutils
Summary: media-gfx/inkscape-0.45.1-r1 needs media-gfx/pstoedit w/ USE=plotutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-22 19:33 UTC by Oliver Borm
Modified: 2008-01-23 21:16 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 Oliver Borm 2008-01-22 19:33:02 UTC
If the USE-flag postscript is activated in media-gfx/inkscape-0.45.1-r1 the possibility of rendering LaTeX-formulaes in inkscape as described here (http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Effects-Render.html#Effects-Latex) is activated. But for the conversion from ps to svg media-gfx/pstoedit must be compiled against GNU libplot, this is done by the USE-flag plotutils. But this behaviour should be checked by the inkscape ebuild! 

Reproducible: Always

Actual Results:  
pstoedit: version 3.45 / DLL interface 108 (build Jan 22 2008 - release build - g++ 4.1.2 (Gentoo 4.1.2 p1.0.1)) : Copyright (C) 1993 - 2007 Wolfgang Glunz
Traceback (most recent call last):
  File "/usr/share/inkscape/extensions/eqtexsvg.py", line 121, in ?
    e.affect()
  File "/usr/share/inkscape/extensions/inkex.py", line 157, in affect
    self.effect()
  File "/usr/share/inkscape/extensions/eqtexsvg.py", line 116, in effect
    svg_open(self, svg_file)
  File "/usr/share/inkscape/extensions/eqtexsvg.py", line 69, in svg_open
    doc = xml.dom.minidom.parse(filename)
  File "/usr/lib64/python2.4/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse
    return expatbuilder.parse(file)
  File "/usr/lib/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 924, in parse
    fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: '/tmp/inkscape-g4cSWH/eq.svg'


Expected Results:  
pstoedit: version 3.45 / DLL interface 108 (build Jan 22 2008 - release build - g++ 4.1.2 (Gentoo 4.1.2 p1.0.1)) : Copyright (C) 1993 - 2007 Wolfgang Glunz


I've used a slightly modified ebuild to use pstoedit-3.45, because of a bug in version 3.44 (see also bug 199452).
Comment 1 Markus Meier gentoo-dev 2008-01-23 21:16:09 UTC
Check added. Thanks for the report.