+ set -x + basename /usr/bin/bug-lilypond-cygwin + name=bug-lilypond-cygwin + [ bug-lilypond-cygwin = bug-lilypond-cygwin ] + cat Please source this script, ie do: . /usr/bin/bug-lilypond-cygwin > bug.txt + docdir=/usr/share/doc/lilypond-1.8.2-1 + [ ! -d /usr/share/doc/lilypond-1.8.2-1 ] + [ ! -d /usr/share/doc/lilypond-1.8.2-1 ] + [ ! -d /usr/share/doc/lilypond-1.8.2-1 ] + echo + echo Availability of executables Availability of executables + echo =========================== =========================== + type -p tex -p not found tex is ./tex + type -p latex -p not found latex is ./latex + type -p kpsewhich -p not found kpsewhich is ./kpsewhich + type -p lilypond -p not found lilypond is ./lilypond + type -p python -p not found python is ./python + type -p ly2dvi -p not found ly2dvi is ./ly2dvi + type -p tex.exe -p not found tex.exe is ./tex.exe + type -p latex.exe -p not found latex.exe is ./latex.exe + type -p kpsewhich.exe -p not found kpsewhich.exe is ./kpsewhich.exe + type -p lilypond.exe -p not found lilypond.exe is ./lilypond.exe + type -p python.exe -p not found python.exe is ./python.exe + lilypond --version GNU LilyPond 1.8.2 This is free software. It is covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Invoke as `lilypond --warranty' for more information. Copyright (c) 1996--2003 by Han-Wen Nienhuys Jan Nieuwenhuizen + python -V Python 2.3.2 + ly2dvi --version ly2dvi (GNU LilyPond) 1.8.2 + echo + echo Test runs Test runs + echo ========= ========= + mkdir -p /tmp/lily + cd /tmp/lily + rm -f example-1.* sample2e.* rm: not found + ls -l ls: not found + latex \nonstopmode \input sample2e + kpsewhich feta20.mf + kpsewhich feta20.pk + cp /usr/share/doc/lilypond-1.8.2-1/input/example-1.ly . cp: not found + cp /usr/share/doc/lilypond-1.8.2-1/input/example-2.ly . cp: not found + lilypond example-1.ly + latex \nonstopmode \input example-1.tex + dvips -o example-1.ps example-1.dvi dvips: not found + ls -l ls: not found + ly2dvi --verbose example-2 + ls -l ls: not found + echo + echo Environment settings Environment settings + echo ==================== ==================== + echo HOME= HOME= + echo SHELL=<> SHELL=<> + echo LILYPONDPREFIX=<> LILYPONDPREFIX=<> + echo TEXMF=<> TEXMF=<> + echo MFINPUTS=<> MFINPUTS=<> + echo TFMFONTS=<> TFMFONTS=<> + echo TEXINPUTS=<> TEXINPUTS=<> + echo + echo System information System information + echo ================== ================== + uname -a uname: not found + cygcheck -s cygcheck: not found + false