Your message dated Sat, 21 Apr 2007 01:40:32 +0100
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: lilypond
Version: 1.4.13-1
Severity: minor
Tags: upstream
Here's a trivial example, where /tmp/foo is not even a ly file:
torrent:~/stuff/music/piece-cmin-1> ly2dvi /tmp/foo && echo true || echo false
Running LilyPond...
[snip]
ERROR: In expression !/bin/bash:
ERROR: Unbound variable: !/bin/bash
error: lilypond: command exited with value 512
Traceback (most recent call last):
File "/usr/bin/ly2dvi", line 847, in ?
run_lilypond (files, outbase, dep_prefix)
File "/usr/bin/ly2dvi", line 445, in run_lilypond
system ('lilypond %s %s ' % (opts, fs))
File "/usr/bin/ly2dvi", line 247, in system
error (msg)
File "/usr/bin/ly2dvi", line 145, in error
raise _ ("Exiting ... ")
Exiting ...
true
Daniel
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux torrent 2.4.18 #1 Mon Feb 25 16:10:17 EST 2002 i686
Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set)
Versions of packages lilypond depends on:
ii guile1.4 [guile] 1:1.4-24 The GNU extension language and Sch
ii libc6 2.2.5-6 GNU C Library: Shared libraries an
ii libguile9 1:1.4-24 libraries for Guile1.4 (guile, gui
ii libkpathsea3 1.0.7+20011202-7 shared libkpathsea for teTeX
ii libstdc++2.10-glibc2.2 1:2.95.4-9 The GNU stdc++ library
ii python 2.1.3-3 An interactive object-oriented scr
ii tetex-bin 1.0.7+20011202-7 teTeX binary files
-- no debconf information
--
/-------------------- Daniel Burrows <[EMAIL PROTECTED]> -------------------\
| He had a terrible memory. He remembered everything. |
\-Evil Overlord, Inc: planning your future today. http://www.eviloverlord.com-/
--- End Message ---
--- Begin Message ---
ly2dvi was deprecated for the Lilypond 2 series.
The current status is:
$ touch test.ly
$ lilypond test.ly && echo true || echo false
<snip>
true
All music in the file was processed, there just wasn't any.
$ echo deliberate_mistake > test.ly
$ lilypond test.ly && echo true || echo false
<snip>
false
This looks correct, so closing bug.
Regards,
--
Chris Lamb, Leamington Spa, UK GPG: 0x634F9A20
signature.asc
Description: PGP signature
--- End Message ---