bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1028 in lilypond: Test failure when built without a controllin


From: lilypond
Subject: Re: Issue 1028 in lilypond: Test failure when built without a controlling tty
Date: Mon, 25 Oct 2010 07:14:20 +0000

Updates:
        Status: Started
        Owner: pnorcks

Comment #2 on issue 1028 by pnorcks: Test failure when built without a controlling tty
http://code.google.com/p/lilypond/issues/detail?id=1028

Debian decided to use the following patch.  I will test it soon.

--- scm/lily.scm
+++ scm/lily.scm
@@ -673,9 +673,7 @@
          (if separate-logs
              (open-file (if (string-or-symbol? (ly:get-option 'log-file))
                             (format "~a.log" (ly:get-option 'log-file))
-                            (if (access? "/dev/tty" W_OK)
-                                "/dev/tty"
-                                "/dev/null")) "a") #f))
+                                "/dev/stderr") "a") #f))
         (do-measurements (ly:get-option 'dump-profile))
         (handler (lambda (key failed-file)
                    (set! failed (append (list failed-file) failed)))))





reply via email to

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