Re: Building Perl6 on Windows (7) -- gmake finds ...... empty

2010-12-15 Thread Ronald Blaschke
On 2010-12-11 20:17, Peter Schwenn wrote: [snip] > .\miniparrot.exe -Iruntime/parrot/include config_lib.pir > > runtime/parrot/include/config.fpmc > gmake: *** [runtime/parrot/include/config.fpmc] Error -1073741819 That's bad, because -1073741819 == 0xC005 == ACCESS_VIOLATION. [snip] Ron

[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2009-12-07 Thread Ronald Blaschke via RT
I think I can reproduce the issue. For a reason I haven't found yet, an installed parrot's pbc_to_exe runs the following. mt.exe -nologo -manifest perl6.exe.manifest -outputresource:perl6.exe.manifest;1 The correct command would be as follows. mt.exe -nologo -manifest perl6.exe.manifest -output

[perl #54414] [BUG] t\benchmark\benchmarks.t failure (r27624)

2008-09-06 Thread Ronald Blaschke via RT
On Fri Sep 05 14:05:11 2008, cotto wrote: > On Mon May 19 03:55:46 2008, [EMAIL PROTECTED] wrote: > > On Sun May 18 17:02:30 2008, ajr wrote: > > > t\benchmark\benchmarks..28/37 > > > # Failed test 'examples/benchmarks/primes2.pasm' > > > # at t\benchmark\benchmarks.t line 219. > > > # Exit

[perl #47153] [PATCH][RFC] Proposed change from PMC_IS_NULL to PMC_is_null

2008-07-10 Thread Ronald Blaschke via RT
Applied with r29249. Thanks for your comments, chromatic++. Ron

[perl #43438] [PATCH][Win32] Update Win32 stat

2008-07-10 Thread Ronald Blaschke via RT
Reworked and committed with r29255. $ prove -v t\pmc\io.t t\pmc\io 1..45 not ok 1 - IO on some invalid types # TODO IO on some invalid types # Failed (TODO) test 'IO on some invalid types' # at t\pmc\io.t line 38. # Exited with error code: 1 # Received: # Undef ok 1 # Undef ok 2 # UndefCa

[perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)

2008-04-13 Thread Ronald Blaschke via RT
On Mon Apr 07 21:54:27 2008, coke wrote: > On Tue Apr 24 03:05:33 2007, rblasch wrote: > The version of parrot this ticket was opened is 11 months old. Can we > get another test run > with svn-latest or the latest snapshot from CPAN? Here's the result of r26955. Failed Test Stat Wstat

[perl #43234] [BUG][WIN32] Assertion failed: (PTR2UINTVAL(mmd_table[i].func_ptr) & 3) == 0

2008-03-17 Thread Ronald Blaschke via RT
Fixed by guarding the assertion with PARROT_HAS_ALIGNED_FUNCPTR at r22453.

[perl #43515] Parrot will not build on Win32/MinGW

2008-03-17 Thread Ronald Blaschke via RT
Seems like there was a symbol missing. src\io\io_win32.c: At top level: src\io\io_win32.c:389: warning: no previous prototype for 'PIO_win32_isatty' src\io\io_win32.c:389: error: conflicting types for 'PIO_win32_isatty' src\io\io_win32.c:341: error: previous implicit declaration of 'PIO_win32_isat

[perl #43507] [BUG] yet another gc bug exposed by perl6 on windows

2008-03-17 Thread Ronald Blaschke via RT
I don't see this with Windows XP, VC++ 8.0, VC++ 9.0 or MinGW GCC 3.4.2, using Parrot r26446. All three nmake/mingw32-make test in languages/perl6 report: All tests successful. Files=27, Tests=223, 37 wallclock secs ( 0.13 usr + 0.00 sys = 0.13 CPU) Result: PASS The GC bug is either solved or

[perl #37301] [BUG] 9262: env tests failing on win32

2008-03-09 Thread Ronald Blaschke via RT
All tests pass at r26264 on VC++ 9.0 and MinGW 3.4.2. This was fixed with commit r19068. Closing this ticket. $ prove -v t\pmc\env.t t\pmc\env.. 1..13 ok 1 - all Envs are ident ok 2 - getenv ok 3 - setenv/getenv ok 4 - envs are all the same ok 5 - gone/delete ok 6 - iterate ok 7 - exists/del

Re: [perl #31897] [PATCH] Win32 stat

2004-10-08 Thread Ronald Blaschke
Please forget the last platform patch. This one should follow style. Sorry, guess I need some time to warm up on my patches... platforms-win32-tests-fail.patch Description: Attached file: platforms-win32-tests-fail.patch

Re: [perl #31897] [PATCH] Win32 stat

2004-10-08 Thread Ronald Blaschke
On Fri, 8 Oct 2004 18:13:36 +0200, Leopold Toetsch wrote: > Ron Blaschke <[EMAIL PROTECTED]> wrote: > Does it compile, run, and test now? Can you provide an update patch to > PLATFORMS, thanks. The following applies to win32-ms-cl_13.10.3077. It now compiles ok, but some tests fail. I've attache

Re: [perl #31884] Compile fails on Win32 b/c of "stat"

2004-10-08 Thread Ronald Blaschke
On Fri, 8 Oct 2004 10:08:13 -0400, Dan Sugalski wrote: > At 3:59 PM +0200 10/8/04, Ronald Blaschke wrote: >> > This there a Win32 API stat()-like function that makes it worth to write >>> win32/stat.c? >> >>Not one that I have found. And: >>perl return

Re: Residual files on native win32 build

2004-10-08 Thread Ronald Blaschke
On Fri, 8 Oct 2004 16:56:54 +0200, Leopold Toetsch wrote: > Ronald Blaschke <[EMAIL PROTECTED]> wrote: >> Any other thoughts on that one, or cleaning up platform dependent >> collateral files in general? > > "rm -rf non-existent" doesn't care if the

Residual files on native win32 build

2004-10-08 Thread Ronald Blaschke
Here's something silly... I guess. After Configure.pl nmake nmake clean or realclean there are several collateral files left: ? parrot.ilk ? parrot.pdb ? vc70.pdb ? runtime/parrot/dynext/libnci.exp ? runtime/parrot/dynext/libnci.ilk ? runtime/parrot/dynext/libnci.lib ? runtime/parrot/dynext/libnci

Re: [perl #31884] Compile fails on Win32 b/c of "stat"

2004-10-08 Thread Ronald Blaschke
> This there a Win32 API stat()-like function that makes it worth to write > win32/stat.c? Not one that I have found. And: perl returns no value for block size and blocks on Activestate Perl 5.8.4 (on win32). C:\temp>echo "Hello World!" >hello C:\temp>perl -e "my $i=0; print map { $i++.\"\t$_\n