Hi,

I tried to reproduce the failure on my kfreebsd-amd64 box,
but it build fine (modulo #592484).

Anyway, would you consider the following patch,
stderr should be suitable for logs in all cases.

Petr


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




--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to