Dear Lilypond bug hunters:

I successfully installed LilyPond for Windows on one computer, which had Windows XP 
Professional, but it fails on Windows 2000 Professional. I installed the Cygwin 
components (into a directory that now has 500 mb of space consumed). But when I run 
LilyPond against the test.ly file, it fails with the following message in the test.log 
file:

lilypond (GNU LilyPond) 2.0.1
C:\cygwin\bin\python2.3.exe (1656): *** couldn't release memory 0xC94000(1032192) for 
'C:\cygwin\bin\cygiconv-2.dll' alignment, Win32 error 487

      5 [main] python2.3 2092 sync_with_child: child 1656(0x2BC) died before 
initialization with status code 0x1
  90984 [main] python2.3 2092 sync_with_child: *** child state child loading dlls
Traceback (most recent call last):
  File "/usr/bin/lilypond", line 793, in ?
    ly.lilypond_version_check (lilypond_binary, '2.0.1')
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 216, in 
lilypond_version_check
    v = lilypond_version (binary)
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 203, in lilypond_version
    p = read_pipe ('%s --version ' % binary)
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 254, in read_pipe
    pipe = os.popen (cmd + redirect, mode)
OSError: [Errno 11] Resource temporarily unavailable

Attached is the result of 
  sh -x /usr/bin/bug-lilypond-cygwin >& bug.txt


Prent Rodgers
Mercer Island, WA
http://prodgers13.home.comcast.net - web site and info on the music
http://www.soundclick.com/PrentRodgers - the music in MP3 format
http://www.xanga.com/music1024 -  music composition in process - a weblog
+ 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-2.0.1-1
+ [ ! -d /usr/share/doc/lilypond-2.0.1-1 ]
+ docdir=/usr/doc/lilypond-2.0.1-1
+ [ ! -d /usr/doc/lilypond-2.0.1-1 ]
+ echo /usr/share/doc/lilypond-[.-0-9]*
+ docdir=/usr/share/doc/lilypond-[.-0-9]*
+ [ ! -d /usr/share/doc/lilypond-[.-0-9]* ]
+ echo /usr/doc/lilypond-[.-0-9]*
+ docdir=/usr/doc/lilypond-[.-0-9]*
+ echo

+ echo Availability of executables
Availability of executables
+ echo ===========================
===========================
+ type -p tex
-p not found
tex is /usr/bin/tex
+ type -p latex
-p not found
latex is /usr/bin/latex
+ type -p kpsewhich
-p not found
kpsewhich is /usr/bin/kpsewhich
+ type -p lilypond-bin
-p not found
lilypond-bin is /usr/bin/lilypond-bin
+ type -p python
-p not found
python is /usr/bin/python
+ type -p lilypond
-p not found
lilypond is /usr/bin/lilypond
+ type -p tex.exe
-p not found
tex.exe is /usr/bin/tex.exe
+ type -p latex.exe
-p not found
latex.exe is /usr/bin/latex.exe
+ type -p kpsewhich.exe
-p not found
kpsewhich.exe is /usr/bin/kpsewhich.exe
+ type -p lilypond-bin.exe
-p not found
lilypond-bin.exe is /usr/bin/lilypond-bin.exe
+ type -p python.exe
-p not found
python.exe is /usr/bin/python.exe
+ lilypond-bin --version
GNU LilyPond 2.0.1
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 <[EMAIL PROTECTED]>
  Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+ python -V
Python 2.3.3
+ lilypond --version
lilypond (GNU LilyPond) 2.0.1
+ echo

+ echo Test runs
Test runs
+ echo =========
=========
+ mkdir -p /tmp/lily
+ cd /tmp/lily
+ rm -f example-1.* sample2e.*
+ ls -l
total 0
+ latex \nonstopmode \input sample2e
This is TeXk, Version 3.14159 (Web2C 7.4.5)
 %&-line parsing enabled.
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.

(/usr/share/texmf/tex/latex/base/sample2e.tex
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
No file sample2e.aux.
(/usr/share/texmf/tex/latex/base/omscmr.fd) [1] [2] [3] (./sample2e.aux) )
Output written on sample2e.dvi (3 pages, 7256 bytes).
Transcript written on sample2e.log.
+ kpsewhich feta20.mf
/usr/share/lilypond/2.0.1/fonts/source/feta20.mf
+ kpsewhich feta20.pk
+ cp /usr/doc/lilypond-[.-0-9]*/input/example-1.ly .
cp: cannot stat `/usr/doc/lilypond-[.-0-9]*/input/example-1.ly': No such file or 
directory
+ cp /usr/doc/lilypond-[.-0-9]*/input/example-2.ly .
cp: cannot stat `/usr/doc/lilypond-[.-0-9]*/input/example-2.ly': No such file or 
directory
+ lilypond example-1.ly
lilypond (GNU LilyPond) 2.0.1
C:\cygwin\bin\python2.3.exe (1744): *** couldn't release memory 0xC94000(1032192) for 
'C:\cygwin\bin\cygiconv-2.dll' alignment, Win32 error 487

      5 [main] python2.3 1708 sync_with_child: child 1744(0x2B8) died before 
initialization with status code 0x1
  53894 [main] python2.3 1708 sync_with_child: *** child state child loading dlls
Traceback (most recent call last):
  File "/usr/bin/lilypond", line 793, in ?
    ly.lilypond_version_check (lilypond_binary, '2.0.1')
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 216, in 
lilypond_version_check
    v = lilypond_version (binary)
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 203, in lilypond_version
    p = read_pipe ('%s --version ' % binary)
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 254, in read_pipe
    pipe = os.popen (cmd + redirect, mode)
OSError: [Errno 11] Resource temporarily unavailable
+ latex \nonstopmode \input example-1.tex
This is TeXk, Version 3.14159 (Web2C 7.4.5)
 %&-line parsing enabled.
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.

! I can't find file `example-1.tex'.
<*> \nonstopmode \input example-1.tex
                                     
Please type another input file name
! Emergency stop.
<*> \nonstopmode \input example-1.tex
                                     
No pages of output.
Transcript written on texput.log.
+ dvips -o example-1.ps example-1.dvi
This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com)
dvips: ! DVI file can't be opened.
+ ls -l
total 13
-rw-r--r--    1 prodgers None          159 Mar 17 07:52 sample2e.aux
-rw-r--r--    1 prodgers None         7256 Mar 17 07:52 sample2e.dvi
-rw-r--r--    1 prodgers None         2741 Mar 17 07:52 sample2e.log
-rw-r--r--    1 prodgers None          679 Mar 17  2004 texput.log
+ lilypond --verbose example-2
lilypond (GNU LilyPond) 2.0.1
Opening pipe `/usr/bin/lilypond-bin --version 'C:\cygwin\bin\python2.3.exe (2020): *** 
couldn't release memory 0xC94000(1032192) for 'C:\cygwin\bin\cygiconv-2.dll' 
alignment, Win32 error 487

      5 [main] python2.3 1716 sync_with_child: child 2020(0x2BC) died before 
initialization with status code 0x1
  21542 [main] python2.3 1716 sync_with_child: *** child state child loading dlls
Traceback (most recent call last):
  File "/usr/bin/lilypond", line 793, in ?
    ly.lilypond_version_check (lilypond_binary, '2.0.1')
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 216, in 
lilypond_version_check
    v = lilypond_version (binary)
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 203, in lilypond_version
    p = read_pipe ('%s --version ' % binary)
  File "/usr/share/lilypond/2.0.1/python/lilylib.py", line 254, in read_pipe
    pipe = os.popen (cmd + redirect, mode)
OSError: [Errno 11] Resource temporarily unavailable
+ ls -l
total 13
-rw-r--r--    1 prodgers None          159 Mar 17 07:52 sample2e.aux
-rw-r--r--    1 prodgers None         7256 Mar 17 07:52 sample2e.dvi
-rw-r--r--    1 prodgers None         2741 Mar 17 07:52 sample2e.log
-rw-r--r--    1 prodgers None          679 Mar 17 07:52 texput.log
+ echo

+ echo Environment settings
Environment settings
+ echo ====================
====================
+ echo HOME=</home/prodgers>
HOME=</home/prodgers>
+ echo SHELL=<>
SHELL=<>
+ echo LILYPONDPREFIX=<>
LILYPONDPREFIX=<>
+ echo TEXMF=<{/usr/share/lilypond/2.0.1,/usr/share/texmf}>
TEXMF=<{/usr/share/lilypond/2.0.1,/usr/share/texmf}>
+ echo MFINPUTS=<>
MFINPUTS=<>
+ echo TFMFONTS=<>
TFMFONTS=<>
+ echo TEXINPUTS=<>
TEXINPUTS=<>
+ echo

+ echo Registry settings
Registry settings
+ echo =================
=================
+ regtool get /root/.ly/
LilyPond
+ regtool get /root/LilyPond/
LilyPond source
+ regtool get /root/LilyPond/shell/open/command/
C:\cygwin\bin\bash.exe --login -c '/usr/bin/lily-wins "%1"'
+ regtool get /root/.pdf/
Error (2): The system cannot find the file specified.

+ regtool get /root/.pdf/
Error (2): The system cannot find the file specified.

+ pdfname=
+ regtool get /root//shell/open/command/
Error (2): The system cannot find the file specified.

+ regtool get /root/AcroExch.Document/shell/open/command/
Error (2): The system cannot find the file specified.

+ echo

+ echo System information
System information
+ echo ==================
==================
+ uname -a
CYGWIN_NT-5.0 prodgerslaptop 1.5.7(0.109/3/2) 2004-01-30 19:32 i686 unknown unknown 
Cygwin
+ cygcheck -s

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Wed Mar 17 07:52:02 2004

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   C:\cygwin\usr\local\bin
        C:\cygwin\bin
        C:\cygwin\bin
        C:\cygwin\usr\X11R6\bin
        c:\WINNT\system32
        c:\WINNT
        c:\WINNT\System32\Wbem
        c:\Program Files\ATI Technologies\ATI Control Panel
        bin
        c:\econfig\cfgViews
        c:\econfig\Lib

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1000(prodgers) GID: 513(None)
513(None)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1000(prodgers) GID: 513(None)
0(root)              513(None)            
544(Administrators)  545(Users)

SysDir: C:\WINNT\system32
WinDir: C:\WINNT

HOME = `C:\cygwin\home\prodgers'
MAKE_MODE = `unix'
PWD = `/home/prodgers'
USER = `prodgers'

Use `-r' to scan registry

a:  fd           N/A    N/A                    
c:  hd  FAT32  38145Mb  38% CP    UN           DRIVE_C
d:  cd           N/A    N/A                    
e:  fd           N/A    N/A                    

C:\cygwin                          /                         system  binmode
C:\cygwin/bin                      /usr/bin                  system  binmode
C:\cygwin/lib                      /usr/lib                  system  binmode
C:\cygwin\usr\X11R6\lib\X11\fonts  /usr/X11R6/lib/X11/fonts  system  binmode
.                                  /cygdrive                 system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
Found: C:\cygwin\bin\mv.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe

    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll
  155k 2004/01/07 C:\cygwin\bin\cygexpat-0.dll
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll
  831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll
 1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll
  489k 2003/08/09 C:\cygwin\bin\cygguile-12.dll
   24k 2003/08/09 C:\cygwin\bin\cygguile-ltdl-1.dll
   11k 2003/08/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll
   62k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll
   23k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll
  489k 2003/07/28 C:\cygwin\bin\cygguile-12abi13.dll
   24k 2003/07/28 C:\cygwin\bin\cygguile-ltdl-1abi13.dll
   11k 2003/07/28 C:\cygwin\bin\cygguilereadline-v-12-12abi13.dll
   62k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll
   23k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll
   60k 2003/09/17 C:\cygwin\bin\cygkpathsea-3.dll
   60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll
   32k 2003/08/18 C:\cygwin\bin\cygltdl-3.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll
  173k 2003/08/10 C:\cygwin\bin\cygpng12.dll
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll
  842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll
  171k 2003/09/30 C:\cygwin\bin\cygssl-0.9.7.dll
 1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll
   61k 2003/12/04 C:\cygwin\bin\cygz.dll
 1083k 2004/01/31 C:\cygwin\bin\cygwin1.dll
    Cygwin DLL version info:
        DLL version: 1.5.7
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 109
        Shared data: 3
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Fri Jan 30 19:32:04 EST 2004
        CVS tag: cr-0x9e
        Shared id: cygwin1S3


Cygwin Package Information
Package              Version            
_update-info-dir     00227-1            
ash                  20040127-1         
base-files           2.6-1              
base-passwd          1.1-1              
bash                 2.05b-16           
bzip2                1.0.2-5            
clear                1.0-1              
crypt                1.1-1              
cygutils             1.2.5-1            
cygwin               1.5.7-1            
diffutils            2.8.4-1            
ed                   0.2-1              
editrights           1.01-1             
expat                1.95.7-1           
fileutils            4.1-2              
findutils            4.1.7-4            
gawk                 3.1.3-4            
gdbm                 1.8.3-7            
ghostscript          7.05-2             
ghostscript-base     7.05-2             
grep                 2.5-1              
groff                1.18.1-2           
gzip                 1.3.5-1            
less                 381-1              
libdb3.1             3.1.17-2           
libdb4.1             4.1.25-1           
libgdbm              1.8.0-5            
libgdbm-devel        1.8.3-7            
libgdbm3             1.8.3-3            
libgdbm4             1.8.3-7            
libgettextpo0        0.12.1-3           
libguile12           1.6.4-12           
libguile12abi13      1.6.4-2            
libiconv2            1.9.1-3            
libintl1             0.10.40-1          
libintl2             0.12.1-3           
libjpeg62            6b-11              
libjpeg6b            6b-8               
libkpathsea3         2.0.2-13           
libkpathsea3abi13    2.0.2-2            
libltdl3             1.5-3              
libncurses5          5.2-1              
libncurses6          5.2-8              
libncurses7          5.3-4              
libpcre              4.1-1              
libpng12             1.2.5-4            
libpopt0             1.6.4-4            
libreadline4         4.1-2              
libreadline5         4.3-5              
libtiff3             3.6.0-2            
libtiff4             3.6.0-5            
lilypond             2.0.1-1            
login                1.9-7              
man                  1.5k-2             
mktemp               1.5-3              
ncurses              5.3-4              
openssl              0.9.7c-1           
perl                 5.8.2-1            
python               2.3.3-1            
readline             4.3-5              
sed                  4.0.8-1            
sh-utils             2.0.15-4           
tar                  1.13.25-5          
tcltk                20030901-1         
termcap              20021106-2         
terminfo             5.3_20030726-1     
tetex-bin            2.0.2-13           
tetex-tiny           2.0.2-13           
texinfo              4.2-4              
textutils            2.0.21-1           
which                1.5-2              
zlib                 1.2.1-1            
Use -h to see help about each section
+ false
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to