bug-lilypond
[Top][All Lists]
Advanced

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

Re: lilypond not working when compiled against guile-2.2


From: David Kastrup
Subject: Re: lilypond not working when compiled against guile-2.2
Date: Mon, 04 Jun 2018 01:06:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

edes <address@hidden> writes:

> I'm using lilypond on gentoo linux, compiled using the official gentoo
> ebuild. After updating guile to 2.2.3, lilypond stopped working. The
> following minimal example:
>
> \version "2.19.80"
> \relative c' { c4 d e f }
>
> produces the following output:
>
> GNU LilyPond 2.19.81
> Import (ice-9 threads) to have access to `call-with-new-thread'.
> Import (ice-9 threads) to have access to `current-thread'.
> Processing `minimal.ly'
> Parsing...
> Interpreting music...
> Preprocessing graphical objects...
> Finding the ideal number of pages...
> Fitting music on 1 page...
> Drawing systems...
> Layout output to `/tmp/lilypond-maRSzX'...
> Converting to `minimal.pdf'...
> warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28
> -dDEVICEHEIGHTPOINTS=841.89 -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH
> -r1200 -sDEVICE=pdfwrite -dAutoRotatePages=/None -sOutputFile=minimal.pdf
> -c.setpdfwrite -f/tmp/lilypond-maRSzX)' failed (256)
>
> fatal error: failed files: "minimal.ly"
>
> More complex ly files produce very long lists of errors.
>
> I tried 2.19.80.1, 2.19.81.1 and current git, and all have the same
> problem. Everything works fine if I downgrade to guile-2.0.14.

Sounds like an encoding or other I/O problem with the intermediate
PostScript files.  Can you use -dno-delete-intermediate-files and
compare the resulting intermediate files (named rather randomly so
you'll have to look for them).

-- 
David Kastrup



reply via email to

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