Ticket #260 (new bug)
Build error on windows 2008 server
| Reported by: | lucaregini@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | win32 |
Description
The build process doesn't complete on my windows 2008 server machine. I run activastate perl 5.10 and visual studio 2008 team system edition Version 9.0.21022.8 RTM.
I get a crash in the configure step in test_7304 ( determine JIT capability) as it seems that some executbale is being killed by the DEP ( Data Execution Prevention ) facility provided in windows 2008.
Nmake then manages to buid the parrot executable but doesn't complete correctly; I attach hereafter the last lines of the build log:
Creating library dan_ops_switch.lib and object dan_ops_switch.exp
C:\Perl\perlBins\bin\perl.exe -e "chdir shift @ARGV;system 'nmake', '-no
logo', @ARGV; exit $? >> 8;" compilers\pct
..\..\parrot.exe -o ..\..\runtime\parrot\library\PCT.pbc --output-pbc PC
T.pir
..\..\parrot.exe -o ..\..\runtime\parrot\library\PCT\PAST.pbc --output-p
bc src\PAST.pir
..\..\parrot.exe -o ..\..\runtime\parrot\library\PCT\Grammar.pbc --outpu
t-pbc src\PCT\Grammar.pir
..\..\parrot.exe -o ..\..\runtime\parrot\library\PCT\HLLCompiler.pbc --o
utput-pbc src\PCT\HLLCompiler.pir
C:\Perl\perlBins\bin\perl.exe -e "chdir shift @ARGV;system 'nmake', '-no
logo', @ARGV; exit $? >> 8;" compilers\pge
C:\Perl\perlBins\bin\perl.exe -MExtUtils::Command -e rm_f PGE.pbc ..\..\
runtime\parrot\library\PGE.pbc
C:\Perl\perlBins\bin\perl.exe -e "" >PGE\builtins_gen.pir
..\..\parrot.exe -o PGE.pbc --output-pbc PGE.pir
..\..\parrot.exe ..\..\runtime\parrot\library\PGE\Perl6Grammar.pir --ou
tput=PGE\builtins_gen.pir PGE\builtins.pg
NMAKE : fatal error U1077: '..\..\parrot.exe' : return code '0xc0000005'
Stop.
NMAKE : fatal error U1077: 'C:\Perl\perlBins\bin\perl.exe' : return code '0x2'
Stop.
Change History
Note: See
TracTickets for help on using
tickets.
