lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fontmap Ghostscript error


From: Nicholas Moe
Subject: Fontmap Ghostscript error
Date: Sun, 20 Oct 2013 15:03:22 -0500

Hello,

I have a fresh install of Lilypond 2.17.28 in my home directory (under ~/local/opt/lilypond-2.17.28) on CentOS release 6.4. I do not have sudo powers. When I try to compile this file, named test.ly:

\version "2.17.28"
{
  c' e' g' e'
}

using lilypond test.ly, I get:

warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./test.pdf -c.setpdfwrite -ftest.ps)' failed (256)

fatal error: failed files: "test.ly"

And if I invoke using lilypond --verbose test.ly, I get, at the end of the output,

GPL Ghostscript 8.70 (2009-07-31)
Copyright (C) 2009 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Fontmap entry for Fontmap.local ends prematurely!  Giving up.
warning: `(gs -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./test.pdf -c.setpdfwrite -ftest.ps)' failed (256)

fatal error: failed files: "test.ly"

But if I invoke gs separately, using

 gs -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./test.pdf -c.setpdfwrite -ftest.ps

I get:

GPL Ghostscript 8.70 (2009-07-31)
Copyright (C) 2009 Artifex Software, Inc.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.

And test.ps is successfully converted to PDF.

Why is this happening?

Nick

reply via email to

[Prev in Thread] Current Thread [Next in Thread]