[Bug 646093] New: Ghostscript 9.00 fails when building lilypond documentation
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c0 Summary: Ghostscript 9.00 fails when building lilypond documentation Classification: openSUSE Product: openSUSE 11.4 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Printing AssignedTo: jsmeix@novell.com ReportedBy: davejplater@gmail.com QAContact: jsmeix@novell.com CC: werner@novell.com Found By: --- Blocker: --- Created an attachment (id=394667) --> (http://bugzilla.novell.com/attachment.cgi?id=394667) File to reproduce the bug gs fails when converting ps to pdf :- gs -dEPSCrop -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -dNOPAUSE -sDEVICE=png16m -sOutputFile="./d6/lily-50e2bfee.png" -r202 "./d6/lily-50e2bfee.eps" -c quit GPL Ghostscript 9.00 (2010-09-14) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file COPYING for details. Can't handle format 12 Error: /typecheck in --@0x7f798cd8f830-- Operand stack: 1.951 0.0 0.0 uni306B 1.951 0.0 0.0 uni306F 1.951 0.0 0.0 uni308D 1.951 77.7211 -24.8756 --dict:15/17(ro)(L)-- uni3044 uni3044 --nostringval-- Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop --nostringval-- 1893 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 3 --nostringval-- %repeat_continue --nostringval-- %finish_show --nostringval-- --nostringval-- 6 3 15 --nostringval-- (gs_show_enum) %op_show_continue Dictionary stack: --dict:1177/3371(ro)(G)-- --dict:0/20(G)-- --dict:121/200(L)-- Current allocation mode is local Last OS error: 2 Current file position is 18922 GPL Ghostscript 9.00: Unrecoverable error, exit code 1 For complete build logs with three "Can't handle format 12" failures only the last one faults :- https://build.opensuse.org/stage/package/show?package=lilypond&project=openSUSE%3AFactory I'll attach the offending file to enable reproduction -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsmeix@novell.com AssignedTo|jsmeix@novell.com |werner@novell.com OS/Version|Other |SuSE Other -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgajdos@novell.com AssignedTo|werner@novell.com |pgajdos@novell.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2010-10-13 12:28:34 UTC --- IMHO this is a bug of lilypond as shown by the error message. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c2 --- Comment #2 from Dave Plater <davejplater@gmail.com> 2010-10-13 13:30:19 UTC --- Lilypond hasn't changed and still works with gs 8 This is what I get if I use the command line to reproduce the fault from the attached file :- gs -dEPSCrop -dGraphicsAlphaBits=4 -dTextAlphaBits=4 -dNOPAUSE -sDEVICE=png16m -sOutputFile="lily-50e2bfee.png" -r202 "lily-50e2bfee.eps" -c quit GPL Ghostscript 9.00 (2010-09-14) Copyright (C) 2010 Artifex Software, Inc. All rights reserved. This software comes with NO WARRANTY: see the file COPYING for details. Can't handle format 12 Error: /typecheck in --@0x7fecb2290830-- Operand stack: 1.951 0.0 0.0 uni306B 1.951 0.0 0.0 uni306F 1.951 0.0 0.0 uni308D 1.951 77.7211 -24.8756 --dict:15/17(ro)(L)-- uni3044 uni3044 --nostringval-- Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1910 1 3 %oparray_pop 1909 1 3 %oparray_pop --nostringval-- 1893 1 3 %oparray_pop 1787 1 3 %oparray_pop --nostringval-- %errorexec_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- 3 --nostringval-- %repeat_continue --nostringval-- %finish_show --nostringval-- --nostringval-- 6 3 15 --nostringval-- (gs_show_enum) %op_show_continue Dictionary stack: --dict:1177/3371(ro)(G)-- --dict:0/20(G)-- --dict:121/200(L)-- Current allocation mode is local Last OS error: 2 Current file position is 18922 GPL Ghostscript 9.00: Unrecoverable error, exit code 1 I haven't yet investigated the method lilypond uses to create lily-50e2bfee.eps yet, the build service has just stopped working but gs shouldn't give such an error. It looks like an upstream bug in ghostscript to me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c3 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janneke@gnu.org --- Comment #3 from Dave Plater <davejplater@gmail.com> 2010-10-13 15:15:40 UTC --- Added Jan to cc list, maybe he can look at this bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c4 Petr Gajdos <pgajdos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pgajdos@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #4 from Petr Gajdos <pgajdos@novell.com> 2010-10-14 07:20:24 UTC --- No idea why this is assigned to me. I would help with it, but I do not have time for that currently. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c5 --- Comment #5 from Dr. Werner Fink <werner@novell.com> 2010-10-14 08:06:39 UTC --- (In reply to comment #4) /suse/werner> maintainer lilypond PGajdos@novell.com (In reply to comment #2) IMHO the type of @0x7fecb2290830 could be not a string. That is that ghostscript 9.00 is more nitpicking. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c6 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |pgajdos@novell.com |ovo.novell.com | --- Comment #6 from Dr. Werner Fink <werner@novell.com> 2010-10-14 08:09:42 UTC --- Sorry Petr, reassign to maintainer of lilypond. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c7 --- Comment #7 from Dave Plater <davejplater@gmail.com> 2010-10-14 09:48:41 UTC --- I'm maintainer of lilypond and with a little bit of collaboration this problem can be resolved. Lilypond won't build for factory due to this bug. Can somebody please explain what I need to either say to upstream lilypond or ghostscript. Or am I supposed to do this myself. I must point out that I'm a community maintainer and my time is donated to openSUSE. Is ghostscript supposed to choke on files like this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c8 --- Comment #8 from Dr. Werner Fink <werner@novell.com> 2010-10-14 11:12:05 UTC --- See http://bugs.ghostscript.com/show_bug.cgi?id=691063#c14 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c9 --- Comment #9 from Dr. Werner Fink <werner@novell.com> 2010-10-14 11:26:54 UTC --- Compare ttf2afm -u /usr/share/fonts/truetype/DejaVuSans.ttf with ttf2afm -u /usr/share/fonts/truetype/DroidSansFallback.ttf .. maybe the font DroidSansFallback of the package droid-fonts is simply broken. If I replace DroidSansFallback with DroidSans it seems to work. The question is what is the differenece between DroidSans and DroidSansFallback? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c10 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |abockover@novell.com InfoProvider| |abockover@novell.com --- Comment #10 from Dr. Werner Fink <werner@novell.com> 2010-10-14 11:30:10 UTC --- For me this looks like the font /usr/share/fonts/truetype/DroidSansFallback.ttf is broken. Aaron? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c11 --- Comment #11 from Dave Plater <davejplater@gmail.com> 2010-10-14 13:22:46 UTC --- AFAIR Droid fonts were involved in the open bug when I took over maintenance of lilypond, they weren’t pulled in. Thanks for the cc for the upstream bug. While you wait for a reply to comment #10 I will see if I can narrow the search for a solution. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c12 --- Comment #12 from Dave Plater <davejplater@gmail.com> 2010-10-14 15:34:04 UTC --- Update : so far it looks like droid-fonts, I've removed the build requirement and lilypond builds in my home:plater with gs 9. I've submitted it to multimedia:apps lilypond and when it builds for factory with gs 9 and doesn't fail with gs 8 (I build against gs 9 in home:plater) I will consider my problem fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c13 --- Comment #13 from Dave Plater <davejplater@gmail.com> 2010-10-14 18:46:43 UTC --- The removal of droid-fonts has fixed the lilypond factory build. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c14 Petr Gajdos <pgajdos@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pgajdos@novell.com |davejplater@gmail.com --- Comment #14 from Petr Gajdos <pgajdos@novell.com> 2010-10-18 08:02:31 UTC --- Reassigning to maintainer. Thanks to Dave for taking care of lilypond. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c15 Dave Plater <davejplater@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|abockover@novell.com | Resolution| |WORKSFORME --- Comment #15 from Dave Plater <davejplater@gmail.com> 2010-11-06 19:13:44 UTC --- Works for me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=646093 https://bugzilla.novell.com/show_bug.cgi?id=646093#c16 --- Comment #16 from Swamp Workflow Management <swamp@suse.de> 2014-01-16 10:05:17 UTC --- openSUSE-RU-2014:0079-1: An update that has 5 recommended fixes can now be installed. Category: recommended (moderate) Bug References: 466437,568280,646093,733730,851999 CVE References: Sources used: openSUSE 13.1 (src): lilypond-2.18.0-2.4.1, lilypond-doc-2.18.0-2.4.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com