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)))))



_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to