Opened 12 months ago
Last modified 12 months ago
#68751 new defect
xfig @3.2.9: fig2dev invoked through xfig->Export does not find gs
Reported by: | Zippyzip | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | sonoma | Cc: | |
Port: | xfig |
Description
Using Export (to pdftex) from xfig results in error:
Error message from spawned process: sh: gs: command not found Error in ghostcript command, gs -q -dSAFER -dAutoRotatePages=/None -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -o '-' -: Undefined error: 0 [etc]
ghostscript is installed via macports; fig2dev from command line works fine. Tried closing and restarting X11, launching xfig from fresh terminal window: no change.
On MacOs Sonoma 14.1.1 ; macports version 2.8.1 ; xfig @3.2.9
Change History (2)
comment:1 Changed 12 months ago by jmroot (Joshua Root)
Keywords: | sonoma added |
---|---|
Port: | xfig added |
Summary: | [Sonoma] fig2dev invoked through xfig->Export does not find gs → xfig @3.2.9: fig2dev invoked through xfig->Export does not find gs |
comment:2 Changed 12 months ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
Probably best to patch this so that it runs
/opt/local/bin/gs
instead ofgs
.