[M3devel] build status on Vista

jay.krell at cornell.edu jay.krell at cornell.edu
Tue Oct 27 09:01:36 CET 2009


I meant cvsup but ok, that too sort of. If "program" lacks capital "p"  
file is only in pkg store. I'll see about the slashes.

  - Jay (phone)

On Oct 27, 2009, at 12:13 AM, "Randy Coleburn" <rcoleburn at scires.com>  
wrote:

> Jay:
>
> The problem is with the following line:
>
> C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src 
> \Calc.t -o CalcTok.i3
>
> Notice the weird path.
>
> The following does work:
>
> C:\cm3\bin\ktok ..\src\Calc.t -o CalcTok.i3
>
> Not sure why it is trying to go down the "pkg" tree to find an EXE  
> since these are all in "bin".
>
> Suspect the bug is in "C:\cm3\pkg\cit_util\src\generics.tmpl".
>
> Here is the verbose compiler output:
>
> C:\cm3\Sandbox\caltech-parser\parserlib\parserlib\test\src>cm3 - 
> verbose
> EVAL ("C:\cm3\bin\cm3.cfg")
> --- building in ..\NT386 ---
>
> cd ..\NT386
> ignoring ..\src\m3overrides
>
> EVAL ("m3make.args")
> rm .M3SHIP
> rm .M3OVERRIDES
> C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src 
> \Calc.t -o CalcTok.i3
> C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src 
> \Calc.t -o CalcTok.i3
> The system cannot find the path specified.
> "C:\cm3\pkg\cit_util\src\generics.tmpl", line 38: quake runtime  
> error: exit 1: C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok 
> \NT386\ktok ..\src\Calc.t -o CalcTok.i3
>
> --procedure--  -line-  -file---
> exec               --  <builtin>
> _exec              38  C:\cm3\pkg\cit_util\src\generics.tmpl
> _xCons             37  C:\cm3\pkg\parserlib\src\parser.tmpl
> _tCons             70  C:\cm3\pkg\parserlib\src\parser.tmpl
> _tConsUn           71  C:\cm3\pkg\parserlib\src\parser.tmpl
> token              73  C:\cm3\pkg\parserlib\src\parser.tmpl
> include_dir         4  C:\cm3\Sandbox\caltech-parser\parserlib 
> \parserlib\test\src\m3makefile
>                     5  C:\cm3\Sandbox\caltech-parser\parserlib 
> \parserlib\test\NT386\m3make.args
>
> Fatal Error: package build failed
>
>  seconds  #times  operation
>     0.01       2  removing temporary files
>     0.01       1  garbage collection
>     0.09          other
> ---------------------------------------------------
>     0.10          TOTAL
>
> rm m3make.args
> cd ..\src
>
> Regards,
> Randy Coleburn
>
>
> >>> <jay.krell at cornell.edu> 10/27/2009 1:21 AM >>>
> m3cc isn't supposed to build for NT, nor probably the others. I  
> tried a simple filtering of m3cc weeks ago but it broke much, oddly.
> That specific error in cvsup not expected. Can you look closer and  
> try to fix it?
>
>  - Jay (phone)
>
> On Oct 26, 2009, at 9:28 PM, "Randy Coleburn" <rcoleburn at scires.com>  
> wrote:
>
>> I discovered that I wasn't getting all the updates via CVS.  Not  
>> sure what when wrong, but I think it had to do with a prior update  
>> pointing to one of the release engineering branches and I couldn't  
>> seem to get it to update from the HEAD anymore.
>>
>> So, I wound up deleting everything and checking out everything  
>> afresh on my Windows Vista platform.
>>
>> I've run a new build against everything (all packages in  
>> PkgInfo.txt).  This is against the HEAD branch (I think).
>>
>> Here are some errors that occur during the build.
>>
>> The last two have failed in the past, but I get different output  
>> now.  The first one is new.
>>
>> C:\cm3\Sandbox\m3-tools\cvsup\suplib>cm3
>> --- building in NT386 ---
>>
>> ignoring ..\src\m3overrides
>>
>> "C:\cm3\Sandbox\m3-tools\cvsup\suplib\NT386\m3make.args", line 4:  
>> quake runtime
>> error: C:\cm3\Sandbox\m3-tools\cvsup\suplib\src\m3makefile, line  
>> 263: syntax err
>> or: "end" or "else" expected after "if"
>>
>> --procedure--  -line-  -file---
>> include_dir        --  <builtin>
>>                     4  C:\cm3\Sandbox\m3-tools\cvsup\suplib 
>> \NT386\m3make.args
>>
>> Fatal Error: package build failed
>>
>> --- --- --- --- ---
>>
>> C:\cm3\Sandbox\m3-sys\m3cc>cm3
>> --- building in NT386 ---
>>
>> ignoring ..\src\m3overrides
>>
>> make --version | findstr.exe /c:"GNU Make"
>> 'make' is not recognized as an internal or external command,
>> operable program or batch file.
>> rejecting make because it does not appear to be GNU make
>> make --version | findstr.exe /c:"GNU Make"
>> 'make' is not recognized as an internal or external command,
>> operable program or batch file.
>> rejecting make because it does not appear to be GNU make
>> gmake --version | findstr.exe /c:"GNU Make"
>> 'gmake' is not recognized as an internal or external command,
>> operable program or batch file.
>> rejecting gmake because it does not appear to be GNU make
>> gnumake --version | findstr.exe /c:"GNU Make"
>> 'gnumake' is not recognized as an internal or external command,
>> operable program or batch file.
>> rejecting gnumake because it does not appear to be GNU make
>> /usr/pkg/bin/gmake --version | findstr.exe /c:"GNU Make"
>> The system cannot find the path specified.
>> rejecting /usr/pkg/bin/gmake because it does not appear to be GNU  
>> make
>> /usr/sfw/bin/gmake --version | findstr.exe /c:"GNU Make"
>> The system cannot find the path specified.
>> rejecting /usr/sfw/bin/gmake because it does not appear to be GNU  
>> make
>> /usr/local/gmake --version | findstr.exe /c:"GNU Make"
>> The system cannot find the path specified.
>> rejecting /usr/local/gmake because it does not appear to be GNU make
>> /usr/local/gnumake --version | findstr.exe /c:"GNU Make"
>> The system cannot find the path specified.
>> rejecting /usr/local/gnumake because it does not appear to be GNU  
>> make
>> make --version | findstr.exe /c:"GNU Make"
>> 'make' is not recognized as an internal or external command,
>> operable program or batch file.
>> rejecting make because it does not appear to be GNU make
>> "C:\cm3\Sandbox\m3-sys\m3cc\src\../../m3cc/src/gnumake.common",  
>> line 71: quake
>> untime error: no GNU make found
>>
>> --procedure--  -line-  -file---
>> error              --  <builtin>
>> ConfigureGNUMake      71  C:\cm3\Sandbox\m3-sys\m3cc\src\../../m3cc/ 
>> src/gnumake
>> common
>> include_dir       338  C:\cm3\Sandbox\m3-sys\m3cc\src\m3makefile
>>                     4  C:\cm3\Sandbox\m3-sys\m3cc\NT386\m3make.args
>>
>> Fatal Error: package build failed
>>
>> --- --- --- --- ---
>>
>> C:\cm3\Sandbox\caltech-parser\parserlib\parserlib\test>cm3
>> --- building in NT386 ---
>>
>> ignoring ..\src\m3overrides
>>
>> C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src 
>> \Calc.t -o Calc
>> Tok.i3
>> C:\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src 
>> \Calc.t -o Calc
>> Tok.i3
>> The system cannot find the path specified.
>> "C:\cm3\pkg\cit_util\src\generics.tmpl", line 38: quake runtime  
>> error: exit 1: C
>> :\cm3\bin/..\pkg\caltech-parser\parserlib\ktok\NT386\ktok ..\src 
>> \Calc.t -o CalcT
>> ok.i3
>>
>> --procedure--  -line-  -file---
>> exec               --  <builtin>
>> _exec              38  C:\cm3\pkg\cit_util\src\generics.tmpl
>> _xCons             37  C:\cm3\pkg\parserlib\src\parser.tmpl
>> _tCons             70  C:\cm3\pkg\parserlib\src\parser.tmpl
>> _tConsUn           71  C:\cm3\pkg\parserlib\src\parser.tmpl
>> token              73  C:\cm3\pkg\parserlib\src\parser.tmpl
>> include_dir         4  C:\cm3\Sandbox\caltech-parser\parserlib 
>> \parserlib\test\sr
>> c\m3makefile
>>                     4  C:\cm3\Sandbox\caltech-parser\parserlib 
>> \parserlib\test\NT
>> 386\m3make.args
>>
>> Fatal Error: package build failed
>>
>> Regards,
>> Randy Coleburn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20091027/a86f6a8c/attachment-0002.html>


More information about the M3devel mailing list