https://bugzilla.novell.com/show_bug.cgi?id=719382 https://bugzilla.novell.com/show_bug.cgi?id=719382#c1 Frank Sundermeyer <fs@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #1 from Frank Sundermeyer <fs@suse.com> 2012-01-26 16:21:52 UTC --- make always exists with an error if a program exits abnormally. The problem lies with inscape not returning a proper exit code: fs@neo:~/tmp> inkscape -z -w 800 -e foo -f bar ** (inkscape:23998): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(const gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_TEST_EXISTS )' failed ** (inkscape:23998): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(const gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_TEST_EXISTS )' failed ** (inkscape:23998): WARNING **: Specified document bar cannot be opened (does not exist or not a valid SVG file) fs@neo:~/tmp> echo $? 0 I am not going to parse this output, inkscape has to behave properly. -- 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.