edes <e...@gmx.net> 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

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to