public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Strange make [Error 255] (cygwin bug?)
       [not found] <000b01c382de$67fb2a10$8006fea9@bertigep>
@ 2003-09-24 21:20 ` Igor Pechtchanski
  2003-09-24 22:05   ` Fodor Bertalan
  0 siblings, 1 reply; 24+ messages in thread
From: Igor Pechtchanski @ 2003-09-24 21:20 UTC (permalink / raw)
  To: Fodor Bertalan; +Cc: cygwin

[-- Attachment #1: Type: TEXT/PLAIN, Size: 3273 bytes --]

Bert,

Please keep discussions on the list, so they appear in the archives, where
other people can benefit from them.  Also, please make sure your mailer
honors the Reply-To: field.

More replies below.

On Wed, 24 Sep 2003, Fodor Bertalan wrote:

> Thank you for your advices.
>
> I was not really sure where to put this line, anyway I put it into
> config.make without the '@' as INSTALL = (echo $$SHELL && echo $$PATH) ;
> $(SHELL) $(stepdir)/../bin/install-dot-exe.sh -c
>
> Then the line with the error was executed as:
> ((echo $SHELL && echo $PATH) ; /bin/sh /netrel/src/lilypond-2.0.0-1/stepmake/stepmake/../bin/install-dot-exe.sh -c -d /netrel/inst/lilypond-2.0.0-1/usr/share/lilypond/2.0.0/tex/ || true) ...
>
> Is this correct?

Well, I meant something like

	@(echo $$SHELL && echo $$PATH)
	(/bin/sh /netrel/src/lilypond-2.0.0-1/stepmake/stepmake/../bin/install-dot-exe.sh -c -d /netrel/inst/lilypond-2.0.0-1/usr/share/lilypond/2.0.0/tex/ || true) ...

(you can lose the '@').  This way you'd know if make can run a subshell,
and what the values of the variables in that subshell are.  You could also
try to invoke the subshell as '/bin/sh -c "echo $$SHELL && echo $$PATH"'
(that would make it slighly less dependent on what $SHELL and $MAKE_MODE
are set to).

> But the line was just not run. The next line in the log is:
> make[2]: *** [local-install-outfiles] Error 255

Hmm.  You could try to add a "-x" flag to /bin/sh, to see exactly where it
breaks.  Another possibility is to break up the long line into multiple
lines in the makefile (at each &&, which is implied by the make semantics
anyway) -- perhaps it's some sort of buffer overflow in make.

BTW, does the Makefile have CR/LF line endings?  Is it on a text or binary
mount?

> In previous lines
> The SHELL looked like: /bin/sh
> The PATH looked like: /bin:/usr/local/bin:/netrel/bin:/lib:/bin:/usr/local/lib/qt2/bin:/opt/kde2/bin:/opt/kde2/lib:/usr/local/lib/qt2/bin:/usr/X11R6/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin:/cygdrive/c/imagemagick:/cygdrive/c/prog/perl/bin/:/cygdrive/c/texmf/miktex/bin/:/cygdrive/c/PROG/RATIONAL/RATION~1/NUTCROOT/mksnt:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Prog/Rational/common:/cygdrive/c/Prog/Rational/Rose/TopLink/:/cygdrive/c/Prog/Rational/Rational Test:/cygdrive/c/Program Files/Unisys/RoseXMLTools:/cygdrive/c/prog/ATT/Graphviz/bin:/cygdrive/c/prog/ATT/Graphviz/bin/tools:/cygdrive/c/gs/gs7.00/bin:/cygdrive/c/gs/gs7.00/lib:/cygdrive/c/Program Files/Common Files/Roxio Shared/DLLShared:/cygdrive/c/Program Files/Common Files/GIS/Tools:/cygdrive/c/Prog/ObjectStudio/dllw32:/usr/X11R6/bin

I don't see anything wrong with that (nor with your cygcheck output), but
that's really why these messages should go to the list, where there's more
expertise, and perhaps someone will notice something I missed.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

[-- Attachment #2: Type: APPLICATION/OCTET-STREAM, Size: 30135 bytes --]


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Wed Sep 24 22:08:49 2003

Windows XP Professional Ver 5.1 Build 2600 Szervizcsomag 1

Path:	C:\cygwin\lib
	C:\cygwin\bin
	C:\cygwin\usr\local\lib\qt2\bin
	C:\cygwin\opt\kde2\bin
	C:\cygwin\opt\kde2\lib
	C:\cygwin\usr\local\lib\qt2\bin
	C:\cygwin\usr\X11R6\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\bin
	c:\imagemagick
	c:\prog\perl\bin\
	c:\texmf\miktex\bin\
	c:\PROG\RATIONAL\RATION~1\NUTCROOT\mksnt
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Prog\Rational\common
	c:\Prog\Rational\Rose\TopLink\
	c:\Prog\Rational\Rational Test
	c:\Program Files\Unisys\RoseXMLTools
	c:\prog\ATT\Graphviz\bin
	c:\prog\ATT\Graphviz\bin\tools
	c:\gs\gs7.00\bin
	c:\gs\gs7.00\lib
	c:\Program Files\Common Files\Roxio Shared\DLLShared
	c:\Program Files\Common Files\GIS\Tools
	c:\Prog\ObjectStudio\dllw32
	C:\cygwin\usr\X11R6\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(Berti) GID: 513(Senki)
513(Senki)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(Berti) GID: 513(Senki)
545(Felhasználók)    544(Rendszergazdák)

SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS

HOME = `d:\Munka\Berti'
LD_LIBRARY_PATH = `C:\cygwin\opt\kde2\lib:\opt\kde2\bin:\usr\X11R6\bin'
MAKE_MODE = `unix'
PWD = `/cygdrive/d/Munka/Berti'
USER = `Berti'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\Berti\Application Data'
CLIENTNAME = `Console'
COMMONHOME = `C:\Prog\Rational\common'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `BERTIGEP'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
DISPLAY = `bertigep:0'
HOMEDRIVE = `C:'
HOMEPATH = `\Documents and Settings\Berti'
INCLUDE = `C:\Prog\Microsoft Visual Studio .NET\FrameworkSDK\include\'
JAVA_HOME = `C:\prog\j2sdk_nb\j2sdk1.4.2\bin '
KDEDIR = `/opt/kde2'
KDEHOME = `/cygdrive/d/Munka/Berti/.kde2'
LIB = `C:\Prog\Microsoft Visual Studio .NET\FrameworkSDK\Lib\'
LOGONSERVER = `\\BERTIGEP'
LTDL_LIBRARY_PATH = `/opt/kde2/lib:/opt/kde2/bin:/usr/X11R6/bin'
MANPATH = `:/usr/ssl/man'
NUMBER_OF_PROCESSORS = `1'
NUTCROOT = `C:\PROG\RATIONAL\RATION~1\NUTCROOT'
NUTSUFFIX = `1'
NUT_SUFFIXED_SEARCHING = `1'
OLDPWD = `/usr/bin'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 4 Stepping 2, AuthenticAMD'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0402'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
PS5ROOT = `C:\Program Files\Roxio\Easy CD Creator 6\PhotoSuite\'
QT2DIR = `/usr/local/lib/qt2'
QTDIR = `/usr/local/lib/qt2'
RATL_RTHOME = `C:\Prog\Rational\Rational Test'
RQAHOME = `C:\Prog\Rational\Rational Test\QualityArchitect'
SESSIONNAME = `Console'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\Berti\LOCALS~1\Temp'
TERM = `linux'
TERMCAP = `C:\PROG\RATIONAL\RATION~1\NUTCROOT\etc\termcap'
TERMINFO = `C:\PROG\RATIONAL\RATION~1\NUTCROOT\usr\lib\terminfo'
TEXMF = `{/usr/share/lilypond/1.8.2,/usr/share/texmf}'
TMP = `c:\DOCUME~1\Berti\LOCALS~1\Temp'
TMPDIR = `c:\DOCUME~1\Berti\LOCALS~1\Temp'
USERDOMAIN = `BERTIGEP'
USERNAME = `Berti'
USERPROFILE = `C:\Documents and Settings\Berti'
VSCOMNTOOLS = `"C:\Prog\Microsoft Visual Studio .NET\Common7\Tools\"'
WINDIR = `C:\WINDOWS'
_ = `/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/X11R6/lib/X11/fonts
  (default) = `C:\cygwin\usr\X11R6\lib\X11\fonts'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

a:  fd           N/A    N/A                    
c:  hd  NTFS   24003Mb  95% CP CS UN PA FC     PROGRAMOK
d:  hd  NTFS   15209Mb  89% CP CS UN PA FC     ADATOK
e:  cd           N/A    N/A                    
f:  cd           N/A    N/A                    
h:  cd           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
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: C:\cygwin\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
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

   61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2003/8/9 8:35
   54k 2002/01/27 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz21.0.dll" v0.0 ts=2002/1/27 2:07
   14k 2003/08/10 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2003/8/10 22:57
  849k 2003/08/11 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2003/8/11 10:58
  645k 2003/04/11 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto.dll" v0.0 ts=2003/4/11 12:37
  551k 2003/04/02 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2003/4/2 23:09
   28k 2003/08/11 C:\cygwin\bin\cygcygipc-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcygipc-2.dll" v0.0 ts=2003/8/11 2:54
  380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-3.1.dll" v0.0 ts=2002/7/24 18:24
  487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-3.1.dll" v0.0 ts=2002/7/24 18:25
  132k 2003/07/12 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2003/7/12 13:33
   61k 2003/06/10 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2003/6/10 20:07
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 7:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 11:25
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58
   30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 4:12
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 10:00
   15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 4:13
   69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextlib-0-12-1.dll" v0.0 ts=2003/8/11 0:10
   12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2003/8/11 0:11
  134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextsrc-0-12-1.dll" v0.0 ts=2003/8/11 0:10
  489k 2003/08/09 C:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2003/8/9 16:17
  489k 2003/07/28 C:\cygwin\bin\cygguile-12abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12abi13.dll" v0.0 ts=2003/7/28 20:18
  488k 2002/07/18 C:\cygwin\bin\cygguile-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-14.dll" v0.0 ts=2002/7/18 12:35
   24k 2003/08/09 C:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2003/8/9 16:16
   24k 2003/07/28 C:\cygwin\bin\cygguile-ltdl-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1abi13.dll" v0.0 ts=2003/7/28 19:48
   63k 2002/07/18 C:\cygwin\bin\cygguile-srfi-srfi-13-14-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-1.dll" v0.0 ts=2002/7/18 12:35
   62k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2003/8/9 16:17
   62k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1abi13.dll" v0.0 ts=2003/7/28 20:18
   24k 2002/07/18 C:\cygwin\bin\cygguile-srfi-srfi-4-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-1.dll" v0.0 ts=2002/7/18 12:35
   23k 2003/08/09 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2003/8/9 16:17
   23k 2003/07/28 C:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1abi13.dll" v0.0 ts=2003/7/28 20:18
   14k 2002/07/18 C:\cygwin\bin\cygguilereadline-14.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-14.dll" v0.0 ts=2002/7/18 12:35
   11k 2003/08/09 C:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2003/8/9 16:17
   11k 2003/07/28 C:\cygwin\bin\cygguilereadline-v-12-12abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygguilereadline-v-12-12abi13.dll" v0.0 ts=2003/7/28 20:18
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 1:16
  958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2003/8/10 22:57
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 19:09
   12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygioperm-0.dll" v0.0 ts=2003/2/17 20:58
   48k 2003/08/10 C:\cygwin\bin\cygjbig1.dll - os=4.0 img=1.0 sys=4.0
                  "cygjbig1.dll" v0.0 ts=2003/8/11 1:58
  132k 2003/08/11 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/11 2:37
  119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg6b.dll" v0.0 ts=2002/2/9 6:19
   60k 2003/09/17 C:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2003/9/17 18:37
   60k 2003/07/27 C:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 22:23
   32k 2003/08/18 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2003/8/18 7:35
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 11:25
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 11:24
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 11:24
   67k 2003/09/10 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/9/10 16:25
   63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 10:31
   15k 2003/09/10 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/9/10 16:25
   61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 10:31
 1100k 2003/08/29 C:\cygwin\bin\cygperl5_8_0.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_0.dll" v0.0 ts=2003/8/29 12:20
  168k 2003/08/10 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng10.dll" v0.0 ts=2003/8/11 0:31
  173k 2003/08/10 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/11 0:35
  170k 2002/01/21 C:\cygwin\bin\cygpng2.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng2.dll" v0.0 ts=2002/1/21 2:05
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 1:16
  176k 2003/08/11 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2003/8/11 10:58
  165k 2003/04/11 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl.dll" v0.0 ts=2003/4/11 12:37
  281k 2003/02/24 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff3.dll" v0.0 ts=2003/2/24 5:58
  282k 2003/08/11 C:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/11 4:32
   25k 2002/07/14 C:\cygwin\bin\cygungif-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygungif-4.dll" v0.0 ts=2002/7/14 16:58
 2689k 2002/11/16 C:\cygwin\bin\cygxerces-c21.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c21.dll" v0.0 ts=2002/11/16 5:07
 2984k 2003/02/07 C:\cygwin\bin\cygxerces-c22.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c22.dll" v0.0 ts=2003/2/7 19:50
 3088k 2003/06/11 C:\cygwin\bin\cygxerces-c23.dll - os=4.0 img=1.0 sys=4.0
                  "cygxerces-c23.dll" v0.0 ts=2003/6/12 1:40
  903k 2003/06/09 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2003/6/10 1:49
   50k 2003/08/09 C:\cygwin\bin\cygXpm-noX4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-noX4.dll" v0.0 ts=2003/8/9 9:21
   54k 2003/08/09 C:\cygwin\bin\cygXpm-X4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-X4.dll" v0.0 ts=2003/8/9 9:22
  174k 2003/06/10 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2003/6/10 19:42
   13k 2003/06/10 C:\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxsltbreakpoint-1.dll" v0.0 ts=2003/6/10 20:07
   60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2003/8/9 8:28
  949k 2003/09/20 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2003/9/20 22:31
    Cygwin DLL version info:
        DLL version: 1.5.5
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 94
        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: Sat Sep 20 16:31:15 EDT 2003
        CVS tag: cr-0x9b
        Shared id: cygwin1S3

  673k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2003/9/20 8:37
  184k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2003/9/20 8:37
  176k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2003/9/20 8:38
  340k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygfreetype-9.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-9.dll" v0.0 ts=2003/9/20 8:38
  520k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2003/9/20 8:35
  593k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2003/9/20 8:36
  111k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2003/9/20 8:28
   25k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2003/9/20 8:27
 1511k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2003/9/20 8:35
   41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygPropList-0.dll" v0.0 ts=2002/5/14 5:13
   40k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2003/9/20 8:37
   54k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2003/9/20 8:28
 1073k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2003/9/20 8:27
   68k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2003/9/20 8:39
   84k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2003/9/20 8:28
   99k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/9/20 8:39
  118k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2003/9/20 8:39
   53k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2003/9/20 8:30
   29k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2003/9/20 8:29
   59k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2003/9/20 8:31
   83k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2003/9/20 8:29
   34k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2003/9/20 8:39
   49k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2003/9/20 8:38
  386k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2003/9/20 8:39
   38k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2003/9/20 8:30
   34k 2003/09/20 C:\cygwin\usr\X11R6\bin\cygXv-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXv-1.dll" v0.0 ts=2003/9/20 8:31

Cygwin Package Information
Last downloaded files to: D:\Munka\Berti\Setup\cygwin
Last downloaded files from: http://ftp.univie.ac.at/packages/cygwin

Package                 Version            
_update-info-dir        00219-1            
agetty                  2.1-1              
ash                     20020731-3         
astyle                  1.15.3-3           
autoconf                2.57a-1            
autoconf-devel          2.57-2             
autoconf-stable         2.13-5             
automake                1.7.5a-1           
automake-devel          1.7.6-2            
automake-stable         1.4p5-6            
base-files              2.6-1              
base-passwd             1.1-1              
bash                    2.05b-15           
binutils                20030901-1         
bison                   20030307-1         
bzip2                   1.0.2-5            
chkconfig               1.2.24h-1          
clear                   1.0-1              
compface                1.4-5              
crypt                   1.0-2              
ctags                   5.5-4              
curl                    7.10.4-1           
curl-devel              7.10.4-1           
cvs                     1.11.6-3           
cygipc                  2.01-2             
cygrunsrv               0.96-2             
cygutils                1.2.1-2            
cygwin                  1.5.5-1            
cygwin-doc              1.3-6              
diff                    1.0-1              
diffutils               2.8.4-1            
doxygen                 1.2.18-1           
ed                      0.2-1              
ELFIO                   1.0.0-1            
emacs                   21.2-12            
emacs-el                21.2-12            
emacs-X11               21.2-12            
expat                   1.95.6-2           
fileutils               4.1-2              
findutils               4.1.7-4            
flex                    2.5.31-1           
fvwm                    2.4.7-2            
gawk                    3.1.3-3            
gcc                     3.3.1-1            
gcc-mingw               20030911-2         
gdbm                    1.8.3-7            
gettext                 0.12.1-3           
gettext-devel           0.12.1-3           
ghostscript             7.05-2             
ghostscript-base        7.05-2             
ghostscript-x11         7.05-2             
gnugo                   3.4-1              
grep                    2.5-1              
groff                   1.18.1-2           
gsl                     1.4-1              
guile                   1.6.4-12           
guile-devel             1.6.4-12           
gzip                    1.3.5-1            
inetutils               1.3.2-25           
initscripts             0.9-1              
ioperm                  0.4-1              
irc                     20010101-3         
jbigkit                 1.5-3              
jpeg                    6b-11              
kdelibs_1               1.1.2-b1           
less                    381-1              
libbz2_0                1.0.2-1            
libbz2_1                1.0.2-5            
libcharset1             1.9.1-3            
libdb3.1                3.1.17-2           
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            
libguile14              1.5.6-5            
libiconv                1.9.1-3            
libiconv2               1.9.1-3            
libintl                 0.10.38-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              
libpcre0                4.4-2              
libpng                  1.2.5-4            
libpng10                1.0.15-4           
libpng10-devel          1.0.15-4           
libpng12                1.2.5-4            
libpng12-devel          1.2.5-4            
libpng2                 1.0.12-1           
libpopt0                1.6.4-4            
libPropList             0.10.1-3           
libreadline4            4.1-2              
libreadline5            4.3-5              
libtiff-devel           3.6.0-5            
libtiff3                3.6.0-2            
libtiff4                3.6.0-5            
libungif                4.1.0-2            
libxerces-c21           2.1.0-1            
libxerces-c22           2.2.0-1            
libxerces-c23           2.3.0-2            
libxml2                 2.5.7-1            
libxslt                 1.0.30-2           
lilypond                1.8.2-1            
lilypond-doc            1.8.2-1            
login                   1.9-7              
m4                      1.4-1              
make                    3.80-1             
man                     1.5j-2             
mc                      4.6.0-4            
mingw-runtime           3.1-1              
mktemp                  1.5-3              
nano                    1.2.2-1            
ncftp                   3.1.4-1            
ncurses                 5.3-4              
newlib-man              20020801           
opengl                  1.1.0-6            
openssh                 3.7.1p2-1          
openssl                 0.9.7b-3           
openssl-devel           0.9.7b-3           
openssl096              0.9.6j-1           
pcre                    4.4-2              
pcre-doc                4.4-2              
perl                    5.8.0-5            
popt                    1.6.4-4            
procps                  010801-2           
python                  2.3-2              
qt_1                    1.45-b1            
qt_2                    2.3.1-b2           
readline                4.3-5              
rebase                  2.2-3              
sed                     4.0.7-3            
sh-utils                2.0.15-4           
sunrpc                  4.0-1              
sysvinit                2.84-4             
tar                     1.13.25-3          
tcltk                   20030901-1         
termcap                 20021106-2         
terminfo                5.3_20030726-1     
tetex                   2.0.2-13           
tetex-base              2.0.2-13           
tetex-bin               2.0.2-13           
tetex-devel             2.0.2-13           
tetex-extra             2.0.2-13           
tetex-tiny              2.0.2-13           
tetex-x11               2.0.2-13           
texinfo                 4.2-4              
textutils               2.0.21-1           
tiff                    3.6.0-5            
ucl                     1.01-1             
vim                     6.2.098-1          
w32api                  2.4-1              
wget                    1.8.2-2            
which                   1.5-2              
WindowMaker             0.80.0-2           
xerces-c                2.3.0-2            
XFree86-base            4.3.0-1            
XFree86-bin             4.3.0-4            
XFree86-etc             4.3.0-3            
XFree86-fenc            4.2.0-3            
XFree86-fnts            4.2.0-3            
XFree86-lib             4.3.0-1            
XFree86-lib-compat      4.3.0-1            
XFree86-prog            4.3.0-6            
XFree86-startup-scripts 4.2.0-5            
XFree86-xserv           4.3.0-14           
xpm-nox                 4.2.0-4            
zlib                    1.1.4-4            
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-24 21:20 ` Strange make [Error 255] (cygwin bug?) Igor Pechtchanski
@ 2003-09-24 22:05   ` Fodor Bertalan
  2003-09-24 22:18     ` Igor Pechtchanski
  0 siblings, 1 reply; 24+ messages in thread
From: Fodor Bertalan @ 2003-09-24 22:05 UTC (permalink / raw)
  To: cygwin

Now I'm getting to understand the whole making process. So I could decrease
the number of things that are in that long line, so that it is much shorter.
And it runs O.K.

So now I am sure that it must be a bug with make.

Bert


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-24 22:05   ` Fodor Bertalan
@ 2003-09-24 22:18     ` Igor Pechtchanski
  2003-09-25  7:30       ` Fodor Bertalan
  0 siblings, 1 reply; 24+ messages in thread
From: Igor Pechtchanski @ 2003-09-24 22:18 UTC (permalink / raw)
  To: Fodor Bertalan; +Cc: cygwin

On Wed, 24 Sep 2003, Fodor Bertalan wrote:

> Now I'm getting to understand the whole making process. So I could
> decrease the number of things that are in that long line, so that it is
> much shorter. And it runs O.K.
>
> So now I am sure that it must be a bug with make.
>
> Bert

Most likely.  It's usually a good idea to provide a simple testcase that
reproduces the problem.  Here's one that did it for me (with the output):

$ perl -e 'print "all:;\t\@true && \\\n"; foreach $i (0000..9999) { print "\techo -n $i && \\\n"; } print "\ttrue\n";' | make -f -
make: *** [all] Error 255
$

Hope this helps,
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-24 22:18     ` Igor Pechtchanski
@ 2003-09-25  7:30       ` Fodor Bertalan
  2003-09-25 12:46         ` Igor Pechtchanski
  0 siblings, 1 reply; 24+ messages in thread
From: Fodor Bertalan @ 2003-09-25  7:30 UTC (permalink / raw)
  To: cygwin

> $ perl -e 'print "all:;\t\@true && \\\n"; foreach $i 
> (0000..9999) { print "\techo -n $i && \\\n"; } print 
> "\ttrue\n";' | make -f -
> make: *** [all] Error 255

Yes, that fails from 1990.

Is that a good bug report? Where should it be posted?


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-25  7:30       ` Fodor Bertalan
@ 2003-09-25 12:46         ` Igor Pechtchanski
  2003-09-25 13:12           ` Corinna Vinschen
  0 siblings, 1 reply; 24+ messages in thread
From: Igor Pechtchanski @ 2003-09-25 12:46 UTC (permalink / raw)
  To: Fodor Bertalan; +Cc: cygwin

On Thu, 25 Sep 2003, Fodor Bertalan wrote:

> > $ perl -e 'print "all:;\t\@true && \\\n"; foreach $i
> > (0000..9999) { print "\techo -n $i && \\\n"; } print
> > "\ttrue\n";' | make -f -
> > make: *** [all] Error 255
>
> Yes, that fails from 1990.
>
> Is that a good bug report? Where should it be posted?

Try it on Linux.  If it works there, post it to the Cygwin list (i.e.,
here) with words to that effect.  If it doesn't work on Linux either, post
it to some general make bugs list -- I'm sure there is one; look at the
homepage for GNU make.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-25 12:46         ` Igor Pechtchanski
@ 2003-09-25 13:12           ` Corinna Vinschen
  2003-09-25 13:40             ` Igor Pechtchanski
  2003-09-25 13:44             ` Make error 255 bug Fodor Bertalan
  0 siblings, 2 replies; 24+ messages in thread
From: Corinna Vinschen @ 2003-09-25 13:12 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 25, 2003 at 08:34:25AM -0400, Igor Pechtchanski wrote:
> On Thu, 25 Sep 2003, Fodor Bertalan wrote:
> 
> > > $ perl -e 'print "all:;\t\@true && \\\n"; foreach $i
> > > (0000..9999) { print "\techo -n $i && \\\n"; } print
> > > "\ttrue\n";' | make -f -
> > > make: *** [all] Error 255
> >
> > Yes, that fails from 1990.
> >
> > Is that a good bug report? Where should it be posted?
> 
> Try it on Linux.  If it works there, post it to the Cygwin list (i.e.,
> here) with words to that effect.  If it doesn't work on Linux either, post
> it to some general make bugs list -- I'm sure there is one; look at the
> homepage for GNU make.

"make bug"?  I'm getting this on Linux:

make: execvp: /bin/sh: Argument list too long
make: *** [all] Error 127

Doesn't look like a bug at all to me.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-25 13:12           ` Corinna Vinschen
@ 2003-09-25 13:40             ` Igor Pechtchanski
  2003-09-25 13:41               ` Corinna Vinschen
  2003-09-25 13:44             ` Make error 255 bug Fodor Bertalan
  1 sibling, 1 reply; 24+ messages in thread
From: Igor Pechtchanski @ 2003-09-25 13:40 UTC (permalink / raw)
  To: cygwin

On Thu, 25 Sep 2003, Corinna Vinschen wrote:

> On Thu, Sep 25, 2003 at 08:34:25AM -0400, Igor Pechtchanski wrote:
> > On Thu, 25 Sep 2003, Fodor Bertalan wrote:
> >
> > > > $ perl -e 'print "all:;\t\@true && \\\n"; foreach $i
> > > > (0000..9999) { print "\techo -n $i && \\\n"; } print
> > > > "\ttrue\n";' | make -f -
> > > > make: *** [all] Error 255
> > >
> > > Yes, that fails from 1990.
> > >
> > > Is that a good bug report? Where should it be posted?
> >
> > Try it on Linux.  If it works there, post it to the Cygwin list (i.e.,
> > here) with words to that effect.  If it doesn't work on Linux either, post
> > it to some general make bugs list -- I'm sure there is one; look at the
> > homepage for GNU make.
>
> "make bug"?  I'm getting this on Linux:
>
> make: execvp: /bin/sh: Argument list too long
> make: *** [all] Error 127
>
> Doesn't look like a bug at all to me.
>
> Corinna

Urp.  What I meant was "if it fails in the same way on Linux".  The above
looks like a legitimate error message.  FWIW, I just tried it on a RedHat
7.3 machine, and I'm getting the same error as Corinna.  Now that you
mention it, it could be that Cygwin's /bin/sh is exiting with status 255
on an overlong argument list, and this has nothing to do with make per
se...  Although all of

for sh in /bin/sh /bin/ksh /bin/bash /bin/tcsh; do
  perl -e 'print "all:;\t\@true && echo \$\$SHELL && \\\n"; foreach $i (0000..9999) { print "\techo -n $i && \\\n"; } print "\techo && true\n";' | make -f - SHELL=$sh
done

printed "make: *** [all] Error 255", so I doubt it's a specific shell's
behavior...  This is obviously Cygwin-specific, though.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-25 13:40             ` Igor Pechtchanski
@ 2003-09-25 13:41               ` Corinna Vinschen
  2003-09-25 13:54                 ` Christopher Faylor
  0 siblings, 1 reply; 24+ messages in thread
From: Corinna Vinschen @ 2003-09-25 13:41 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 25, 2003 at 09:14:09AM -0400, Igor Pechtchanski wrote:
> On Thu, 25 Sep 2003, Corinna Vinschen wrote:
> > "make bug"?  I'm getting this on Linux:
> >
> > make: execvp: /bin/sh: Argument list too long
> > make: *** [all] Error 127
> >
> > Doesn't look like a bug at all to me.
> >
> > Corinna
> 
> Urp.  What I meant was "if it fails in the same way on Linux".  The above
> looks like a legitimate error message.  FWIW, I just tried it on a RedHat
> 7.3 machine, and I'm getting the same error as Corinna.  Now that you
> mention it, it could be that Cygwin's /bin/sh is exiting with status 255
> on an overlong argument list, and this has nothing to do with make per
> se...  Although all of
> 
> for sh in /bin/sh /bin/ksh /bin/bash /bin/tcsh; do
>   perl -e 'print "all:;\t\@true && echo \$\$SHELL && \\\n"; foreach $i (0000..9999) { print "\techo -n $i && \\\n"; } print "\techo && true\n";' | make -f - SHELL=$sh
> done
> 
> printed "make: *** [all] Error 255", so I doubt it's a specific shell's
> behavior...  This is obviously Cygwin-specific, though.

Why so complicated?

A simple strace shows that the native Windows call CreateProcess() fails
with error 87.

$ net helpmsg 87
The parameter is incorrect.

Another simple look into MSDN for the CreateProcess call reveals:

  lpCommandLine 
    [in, out] Pointer to a null-terminated string that specifies the
    command line to execute. The maximum length of this string is 32K
    characters.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Make error 255 bug
  2003-09-25 13:12           ` Corinna Vinschen
  2003-09-25 13:40             ` Igor Pechtchanski
@ 2003-09-25 13:44             ` Fodor Bertalan
  1 sibling, 0 replies; 24+ messages in thread
From: Fodor Bertalan @ 2003-09-25 13:44 UTC (permalink / raw)
  To: cygwin

So it looks like a bug either in cygwin or in cygwin make.

* Test command:

$ perl -e 'print "all:;\t\@true && \\\n"; foreach $i (0000..9999) { print
"\techo -n $i && \\\n"; } print "\ttrue\n";' | make -f -

* Cygwin 1.5
Make 3.80
Works only if number is not larger than 1989, otherwise
make: *** [all] Error 255

When long lines get into the way of make, it executes nothing, but stops
with this error.

Other systems:

* Solaris 2.7
GNU Make 3.76.1
...
-n 9999
-n 9999
-n 9999
-n 10000
--> Works correctly even with larger numbers.

* Linux 2.2.19
GNU Make 3.79.1
Works only if number is not larger than 7747
make: execvp: /bin/sh: Argument list too long
make: *** [all] Error 127

Bert


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-25 13:41               ` Corinna Vinschen
@ 2003-09-25 13:54                 ` Christopher Faylor
  2003-09-25 15:50                   ` Bertalan Fodor
  2003-09-26  8:38                   ` Jan Nieuwenhuizen
  0 siblings, 2 replies; 24+ messages in thread
From: Christopher Faylor @ 2003-09-25 13:54 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 25, 2003 at 03:40:36PM +0200, Corinna Vinschen wrote:
>On Thu, Sep 25, 2003 at 09:14:09AM -0400, Igor Pechtchanski wrote:
>> On Thu, 25 Sep 2003, Corinna Vinschen wrote:
>> > "make bug"?  I'm getting this on Linux:
>> >
>> > make: execvp: /bin/sh: Argument list too long
>> > make: *** [all] Error 127
>> >
>> > Doesn't look like a bug at all to me.
>> >
>> > Corinna
>> 
>> Urp.  What I meant was "if it fails in the same way on Linux".  The above
>> looks like a legitimate error message.  FWIW, I just tried it on a RedHat
>> 7.3 machine, and I'm getting the same error as Corinna.  Now that you
>> mention it, it could be that Cygwin's /bin/sh is exiting with status 255
>> on an overlong argument list, and this has nothing to do with make per
>> se...  Although all of
>> 
>> for sh in /bin/sh /bin/ksh /bin/bash /bin/tcsh; do
>>   perl -e 'print "all:;\t\@true && echo \$\$SHELL && \\\n"; foreach $i (0000..9999) { print "\techo -n $i && \\\n"; } print "\techo && true\n";' | make -f - SHELL=$sh
>> done
>> 
>> printed "make: *** [all] Error 255", so I doubt it's a specific shell's
>> behavior...  This is obviously Cygwin-specific, though.
>
>Why so complicated?
>
>A simple strace shows that the native Windows call CreateProcess() fails
>with error 87.
>
>$ net helpmsg 87
>The parameter is incorrect.
>
>Another simple look into MSDN for the CreateProcess call reveals:
>
>  lpCommandLine 
>    [in, out] Pointer to a null-terminated string that specifies the
>    command line to execute. The maximum length of this string is 32K
>    characters.

How come cygwin isn't setting an errno appropriately, then?  Shouldn't
it be reflected by make?

In any event, this might help:

mount -f -X c:/cygwin/bin /bin
mount -f -x c:/cygwin/bin/strace.exe /bin/strace.exe
mount -f -x c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe

since telling cygwin that the files are all cygwin-aware should make cygwin
bypass the standard windows command line stuff.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-25 13:54                 ` Christopher Faylor
@ 2003-09-25 15:50                   ` Bertalan Fodor
  2003-09-26  8:54                     ` Corinna Vinschen
  2003-09-26  8:38                   ` Jan Nieuwenhuizen
  1 sibling, 1 reply; 24+ messages in thread
From: Bertalan Fodor @ 2003-09-25 15:50 UTC (permalink / raw)
  To: cygwin

> In any event, this might help:
> mount -f -X c:/cygwin/bin /bin

This has solved the problem, thank you very much.

Bert


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-25 13:54                 ` Christopher Faylor
  2003-09-25 15:50                   ` Bertalan Fodor
@ 2003-09-26  8:38                   ` Jan Nieuwenhuizen
  2003-09-26  8:48                     ` Corinna Vinschen
  1 sibling, 1 reply; 24+ messages in thread
From: Jan Nieuwenhuizen @ 2003-09-26  8:38 UTC (permalink / raw)
  To: cygwin

Christopher Faylor writes:

> In any event, this might help:
>
> mount -f -X c:/cygwin/bin /bin
> mount -f -x c:/cygwin/bin/strace.exe /bin/strace.exe
> mount -f -x c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe

Why can this not be the default, are there any other executables that
need to mounted '-x'?

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-26  8:38                   ` Jan Nieuwenhuizen
@ 2003-09-26  8:48                     ` Corinna Vinschen
  2003-09-26 15:27                       ` Christopher Faylor
  0 siblings, 1 reply; 24+ messages in thread
From: Corinna Vinschen @ 2003-09-26  8:48 UTC (permalink / raw)
  To: cygwin

On Fri, Sep 26, 2003 at 09:36:28AM +0200, Jan Nieuwenhuizen wrote:
> Christopher Faylor writes:
> 
> > In any event, this might help:
> >
> > mount -f -X c:/cygwin/bin /bin
> > mount -f -x c:/cygwin/bin/strace.exe /bin/strace.exe
> > mount -f -x c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe
> 
> Why can this not be the default, are there any other executables that
> need to mounted '-x'?

mount -X is a bit of a workaround.  While it speeds up starting
apps from that directory, it disallows correct argument passing
for non-Cygwin applications in the same directory.  Therefore
the two additional mount -x for strace and cygcheck, bot mingw
apps.

I don't think that's a good idea to default /bin to -X.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-25 15:50                   ` Bertalan Fodor
@ 2003-09-26  8:54                     ` Corinna Vinschen
  2003-09-26 15:28                       ` Christopher Faylor
  0 siblings, 1 reply; 24+ messages in thread
From: Corinna Vinschen @ 2003-09-26  8:54 UTC (permalink / raw)
  To: cygwin

On Thu, Sep 25, 2003 at 05:45:33PM +0200, Bertalan Fodor wrote:
> > In any event, this might help:
> > mount -f -X c:/cygwin/bin /bin
> 
> This has solved the problem, thank you very much.

The next Cygwin developers snapshot contains a patch which should make
this workaround unnecessary.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-26  8:48                     ` Corinna Vinschen
@ 2003-09-26 15:27                       ` Christopher Faylor
  0 siblings, 0 replies; 24+ messages in thread
From: Christopher Faylor @ 2003-09-26 15:27 UTC (permalink / raw)
  To: cygwin

On Fri, Sep 26, 2003 at 10:38:07AM +0200, Corinna Vinschen wrote:
>On Fri, Sep 26, 2003 at 09:36:28AM +0200, Jan Nieuwenhuizen wrote:
>> Christopher Faylor writes:
>> 
>> > In any event, this might help:
>> >
>> > mount -f -X c:/cygwin/bin /bin
>> > mount -f -x c:/cygwin/bin/strace.exe /bin/strace.exe
>> > mount -f -x c:/cygwin/bin/cygcheck.exe /bin/cygcheck.exe
>> 
>> Why can this not be the default, are there any other executables that
>> need to mounted '-x'?
>
>mount -X is a bit of a workaround.  While it speeds up starting
>apps from that directory, it disallows correct argument passing
>for non-Cygwin applications in the same directory.  Therefore
>the two additional mount -x for strace and cygcheck, bot mingw
>apps.
>
>I don't think that's a good idea to default /bin to -X.

Right.  It could be an option in setup.exe, I suppose but making
it the default could open up a Pandora's box of other issues.

-X should be faster than -x, and -x is faster than nothing.  Basically,
any make option which gives a hint to cygwin on the executability of the
file should speed things up slightly.  So, if you know that a file or
directory is not executable, mounting it as -E helps also.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-26  8:54                     ` Corinna Vinschen
@ 2003-09-26 15:28                       ` Christopher Faylor
  2003-09-26 18:02                         ` Corinna Vinschen
  0 siblings, 1 reply; 24+ messages in thread
From: Christopher Faylor @ 2003-09-26 15:28 UTC (permalink / raw)
  To: cygwin

On Fri, Sep 26, 2003 at 10:48:24AM +0200, Corinna Vinschen wrote:
>On Thu, Sep 25, 2003 at 05:45:33PM +0200, Bertalan Fodor wrote:
>> > In any event, this might help:
>> > mount -f -X c:/cygwin/bin /bin
>> 
>> This has solved the problem, thank you very much.
>
>The next Cygwin developers snapshot contains a patch which should make
>this workaround unnecessary.

How does it make it unnecessary?  Won't it still cause make to return
an error as opposed to actually getting make working?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-26 15:28                       ` Christopher Faylor
@ 2003-09-26 18:02                         ` Corinna Vinschen
  2003-09-27 14:05                           ` Jan Nieuwenhuizen
  0 siblings, 1 reply; 24+ messages in thread
From: Corinna Vinschen @ 2003-09-26 18:02 UTC (permalink / raw)
  To: cygwin

On Fri, Sep 26, 2003 at 11:27:05AM -0400, Christopher Faylor wrote:
> On Fri, Sep 26, 2003 at 10:48:24AM +0200, Corinna Vinschen wrote:
> >On Thu, Sep 25, 2003 at 05:45:33PM +0200, Bertalan Fodor wrote:
> >> > In any event, this might help:
> >> > mount -f -X c:/cygwin/bin /bin
> >> 
> >> This has solved the problem, thank you very much.
> >
> >The next Cygwin developers snapshot contains a patch which should make
> >this workaround unnecessary.
> 
> How does it make it unnecessary?  Won't it still cause make to return
> an error as opposed to actually getting make working?

Yes, but it returns a correct, useful error message.  Obviously there
is a system imposed upper limit of command line length on all systems,
even if it's 256MB or whatever.  So relying on these overlong command
lines is highly non-portable anyway and at least Cygwin now returns
the correct message if it comes to that.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-26 18:02                         ` Corinna Vinschen
@ 2003-09-27 14:05                           ` Jan Nieuwenhuizen
  2003-09-27 16:11                             ` Christopher Faylor
  0 siblings, 1 reply; 24+ messages in thread
From: Jan Nieuwenhuizen @ 2003-09-27 14:05 UTC (permalink / raw)
  To: cygwin

Corinna Vinschen writes:

>> How does it make it unnecessary?  Won't it still cause make to return
>> an error as opposed to actually getting make working?
>
> Yes, but it returns a correct, useful error message.  Obviously there
> is a system imposed upper limit of command line length on all systems,
> even if it's 256MB or whatever.  So relying on these overlong command
> lines is highly non-portable anyway and at least Cygwin now returns
> the correct message if it comes to that.

Hmm, maybe you're right and we should fix the installation process,
but this is the first problem we heard of.  If it's really that highly
non-portable, then Cygwin is the least obscure UNIX system that
doesn't grok this :-)

Jan.

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-27 14:05                           ` Jan Nieuwenhuizen
@ 2003-09-27 16:11                             ` Christopher Faylor
  0 siblings, 0 replies; 24+ messages in thread
From: Christopher Faylor @ 2003-09-27 16:11 UTC (permalink / raw)
  To: cygwin

On Sat, Sep 27, 2003 at 04:01:34PM +0200, Jan Nieuwenhuizen wrote:
>Corinna Vinschen writes:
>>>How does it make it unnecessary?  Won't it still cause make to return
>>>an error as opposed to actually getting make working?
>>
>>Yes, but it returns a correct, useful error message.  Obviously there
>>is a system imposed upper limit of command line length on all systems,
>>even if it's 256MB or whatever.  So relying on these overlong command
>>lines is highly non-portable anyway and at least Cygwin now returns the
>>correct message if it comes to that.
>
>Hmm, maybe you're right and we should fix the installation process, but
>this is the first problem we heard of.  If it's really that highly
>non-portable, then Cygwin is the least obscure UNIX system that doesn't
>grok this :-)

There have certainly been other "UNIXes" out there which had small
command line length limits.  Early AT&T System V releases come to mind.
Probably 32K is not a common limit anymore, though.

One of the reasons I went to the considerable work of implementing the
-X option was to bypass arbitrary limits like this and to bypass the
command line parsing that Windows enforces.  Binaries mounted with -X
pass arguments around in an argv list, just like UNIX.  So, while the
limits still exist, they should be much larger than what Windows uses.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-24 18:10   ` Fodor Bertalan
  2003-09-24 18:12     ` Fodor Bertalan
@ 2003-09-24 19:47     ` Igor Pechtchanski
  1 sibling, 0 replies; 24+ messages in thread
From: Igor Pechtchanski @ 2003-09-24 19:47 UTC (permalink / raw)
  To: Fodor Bertalan; +Cc: cygwin

On Wed, 24 Sep 2003, Fodor Bertalan wrote:

> > It's possible your $SHELL or $PATH is set to something weird in make.
> > Error 255 usually means that a command was not found.
>
> I don't think so. This long line is not the first command. The others work
> perfectly.
> $SHELL is set to /bin/sh -- you can see it.
> $PATH is also set to a normal value
>
> Bert

I meant the values of $PATH and $SHELL *inside* make.

Try inserting the following before that command:

	@(echo $$SHELL && echo $$PATH)

and see what it prints.

Also, what is MAKE_MODE set to in your environment?  What version of make
are you using?  What version of Cygwin?  Please attach (as an uncompressed
text *attachment*) the output of "cygcheck -svr" to your message, as
suggested in <http://cygwin.com/problems.html> -- it will contain all the
above information.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Re: Strange make [Error 255] (cygwin bug?)
  2003-09-24  9:45 Strange make [Error 255] (cygwin bug?) Fodor Bertalan
@ 2003-09-24 18:27 ` Igor Pechtchanski
  2003-09-24 18:10   ` Fodor Bertalan
  0 siblings, 1 reply; 24+ messages in thread
From: Igor Pechtchanski @ 2003-09-24 18:27 UTC (permalink / raw)
  To: Fodor Bertalan; +Cc: cygwin

On Wed, 24 Sep 2003, Fodor Bertalan wrote:

> I'm compiling lilypond for cygwin. When running this very very long line it
> stops with an Error 255. This is strange, because if I run this very very
> long line alone, i.e. directly from shell, it runs perfectly. It can be run
> either from command line or from a script.
>
> Is it a cygwin bug?

It's possible your $SHELL or $PATH is set to something weird in make.
Error 255 usually means that a command was not found.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-24 18:10   ` Fodor Bertalan
@ 2003-09-24 18:12     ` Fodor Bertalan
  2003-09-24 19:47     ` Igor Pechtchanski
  1 sibling, 0 replies; 24+ messages in thread
From: Fodor Bertalan @ 2003-09-24 18:12 UTC (permalink / raw)
  To: cygwin

> It's possible your $SHELL or $PATH is set to something weird in make.
> Error 255 usually means that a command was not found.

I don't think so. This long line is not the first command. The others work
perfectly.
$SHELL is set to /bin/sh -- you can see it.
$PATH is also set to a normal value

Bert



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* RE: Strange make [Error 255] (cygwin bug?)
  2003-09-24 18:27 ` Igor Pechtchanski
@ 2003-09-24 18:10   ` Fodor Bertalan
  2003-09-24 18:12     ` Fodor Bertalan
  2003-09-24 19:47     ` Igor Pechtchanski
  0 siblings, 2 replies; 24+ messages in thread
From: Fodor Bertalan @ 2003-09-24 18:10 UTC (permalink / raw)
  To: cygwin

> It's possible your $SHELL or $PATH is set to something weird in make.
> Error 255 usually means that a command was not found.

I don't think so. This long line is not the first command. The others work
perfectly.
$SHELL is set to /bin/sh -- you can see it.
$PATH is also set to a normal value

Bert



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

* Strange make [Error 255] (cygwin bug?)
@ 2003-09-24  9:45 Fodor Bertalan
  2003-09-24 18:27 ` Igor Pechtchanski
  0 siblings, 1 reply; 24+ messages in thread
From: Fodor Bertalan @ 2003-09-24  9:45 UTC (permalink / raw)
  To: cygwin

I'm compiling lilypond for cygwin. When running this very very long line it
stops with an Error 255. This is strange, because if I run this very very
long line alone, i.e. directly from shell, it runs perfectly. It can be run
either from command line or from a script.

Is it a cygwin bug?

(/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-d /netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ || true) &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta11.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta13.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta16.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta19.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta20.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta23.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta26.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces00.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces10.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces20.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces30.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces40.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces50.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces60.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces70.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-braces80.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din10.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din11.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din12.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din13.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din14.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din17.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din19.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din4.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din5.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din6.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din7.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din8.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-din9.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer10.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer11.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer12.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer13.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer16.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer20.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer23.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer26.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer4.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer5.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer6.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer7.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer8.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan11.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan13.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan16.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan19.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan20.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan23.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&   /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/parmesan26.tex
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/tex/ &&  true &&
(/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-d /netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ ||
true) &&  /bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -m 644
/netrel/build/lilypond-1.9.9-1//mf/out/feta11.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta13.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta16.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta19.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta20.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta23.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta26.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces00.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces10.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces20.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces30.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces40.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces50.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces60.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces70.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces80.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din10.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din11.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din12.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din13.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din14.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din17.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din19.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din4.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din5.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din6.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din7.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din8.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din9.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer10.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer11.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer12.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer13.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer16.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer20.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer23.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer26.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer4.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer5.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer6.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer7.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer8.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan11.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan13.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan16.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan19.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan20.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan23.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan26.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as-braces5.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as-braces9.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as-dummy.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as-dummy1.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as-number1.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as-number4.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as5.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/as9.afm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/afm/ &&  true
&&   (/bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -d
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ || true)
&&  /bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh
-c -m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta11.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta13.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta16.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta19.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta20.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta23.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta26.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces00.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces10.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces20.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces30.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces40.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces50.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces60.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces70.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces80.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din10.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din11.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din12.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din13.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din14.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din17.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din19.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din4.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din5.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din6.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din7.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din8.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din9.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer10.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer11.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer12.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer13.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer16.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer20.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer23.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer26.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer4.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer5.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer6.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer7.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer8.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan11.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan13.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan16.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan19.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan20.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan23.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan26.tfm
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/tfm/ &&  true
&&   (/bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -d
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ || true)
&&  /bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh
-c -m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta11.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta13.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta16.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta19.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta20.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta23.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta26.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces00.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces10.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces20.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces30.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces40.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces50.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces60.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces70.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-braces80.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din10.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din11.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din12.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din13.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din14.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din17.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din19.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din4.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din5.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din6.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din7.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din8.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-din9.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer10.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer11.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer12.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer13.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer16.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer20.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer23.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer26.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer4.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer5.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer6.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer7.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/feta-nummer8.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan11.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan13.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan16.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan19.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan20.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan23.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/parmesan26.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbxti7.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbxti8.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbxti12.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbxti14.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmcsc7.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmcsc12.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmtt17.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbx14.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbx17.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmtt6.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbx6.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbx5.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmbxti5.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmti6.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmti5.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmss5.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmss6.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/cmss7.pfa
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/fonts.scale
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/fonts/type1/ &&  true
&&   (/bin/sh
/netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c -d
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/dvips// || true) &&
/bin/sh /netrel/src/lilypond-1.9.9-1/stepmake/stepmake/../bin/install-sh -c
-m 644 /netrel/build/lilypond-1.9.9-1//mf/out/lilypond.map
/netrel/inst/lilypond-1.9.9-1/usr/share/lilypond/1.9.9/dvips// &&  true &&
true

make[2]: *** [local-install-outfiles] Error 255


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2003-09-27 16:09 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000b01c382de$67fb2a10$8006fea9@bertigep>
2003-09-24 21:20 ` Strange make [Error 255] (cygwin bug?) Igor Pechtchanski
2003-09-24 22:05   ` Fodor Bertalan
2003-09-24 22:18     ` Igor Pechtchanski
2003-09-25  7:30       ` Fodor Bertalan
2003-09-25 12:46         ` Igor Pechtchanski
2003-09-25 13:12           ` Corinna Vinschen
2003-09-25 13:40             ` Igor Pechtchanski
2003-09-25 13:41               ` Corinna Vinschen
2003-09-25 13:54                 ` Christopher Faylor
2003-09-25 15:50                   ` Bertalan Fodor
2003-09-26  8:54                     ` Corinna Vinschen
2003-09-26 15:28                       ` Christopher Faylor
2003-09-26 18:02                         ` Corinna Vinschen
2003-09-27 14:05                           ` Jan Nieuwenhuizen
2003-09-27 16:11                             ` Christopher Faylor
2003-09-26  8:38                   ` Jan Nieuwenhuizen
2003-09-26  8:48                     ` Corinna Vinschen
2003-09-26 15:27                       ` Christopher Faylor
2003-09-25 13:44             ` Make error 255 bug Fodor Bertalan
2003-09-24  9:45 Strange make [Error 255] (cygwin bug?) Fodor Bertalan
2003-09-24 18:27 ` Igor Pechtchanski
2003-09-24 18:10   ` Fodor Bertalan
2003-09-24 18:12     ` Fodor Bertalan
2003-09-24 19:47     ` Igor Pechtchanski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).