Updates:
Labels: -Backport Fixed_2_16_1
Comment #22 on issue 2759 by [email protected]: Patch: Don't use /dev/stderr
which is only defined on some systems
http://code.google.com/p/lilypond/issues/detail?id=2759
Pushed to stable/2.16 as
commit dbec1f388833bc7dfc8fc91d730018782062bdcc
Author: David Kastrup <[email protected]>
Date: Tue Sep 11 17:47:40 2012 +0200
Issue 2759: Don't use /dev/stderr which is only defined on some systems
Instead, the port associated with file descriptor 2 is being used
which should be equivalent.