HP-UX 11.00 status update

2001-11-27 Thread H . Merijn Brand

Since reports were pretty discouraging, just looked into the log again

1. Could you consider *not* throwing away 'mktest.???' on make distclean?
   for the moment, I've changed the mktest.pl to redirect the test output
   to the smoke directory, and changed mkovz.pl to get it there.
   
2. Where has the timestamp gone? rsync gets it, but make distclean throws it away :(
   5488 -rw-r--r--   1 merijn   softwr824 Nov 26 09:00 global_setup.c

3. Warnings

   # perl Configure.pl --default
   :
   cc: "core_ops.c", line 2361: warning 604: Pointers are not assignment-compatible.
   cc: "core_ops.c", line 2370: warning 604: Pointers are not assignment-compatible.
   :

4. And now for the good news :)

   Automated smoke report for patch Nov 27 14:00:02 2001 UTC
 v0.02 on hpux - 11.00 using cc version B.11.11.02
   O = OK
   F = Failure(s), extended report at the bottom
   ? = still running or test results not (yet) available
   Build failures during:   - = unknown
   c = Configure, m = make, t = make test-prep

Configuration
   ---  
   O O  
   O O  nv=double
   O O  iv=int
   O O  iv=int --define nv=double
   O O  iv=long
   O O  iv=long --define nv=double
   | |
   | +- --debugging
   +--- normal

-- 
H.Merijn BrandAmsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.7.2 & 630 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: [EMAIL PROTECTED]
http:[EMAIL PROTECTED]/   [EMAIL PROTECTED]
send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org




Re: [perl6]Darwin Lives!

2001-11-27 Thread Zach Lipton

How goes getting this up on tinderbox? I can help with this as needed.

Zach

On 11/26/01 1:02 PM, "Dan Sugalski" <[EMAIL PROTECTED]> wrote:

> Granted, I need to have the fink install installed to provide dynaloading,
> but with it I get a reasonably clean build, link, and test. Woohoo!
> 
> I'll check in the darwin hints file in a bit.
> 
> Dan
> 
> --"it's like this"---
> Dan Sugalski  even samurai
> [EMAIL PROTECTED] have teddy bears and even
> teddy bears get drunk
> 




Re: [perl6]Darwin Lives!

2001-11-27 Thread Dan Sugalski

At 07:00 AM 11/27/2001 -0800, Zach Lipton wrote:
>How goes getting this up on tinderbox? I can help with this as needed.

Haven't had a chance to do anything. I just dug out the instructions, so 
I'll see about getting it going today.

>On 11/26/01 1:02 PM, "Dan Sugalski" <[EMAIL PROTECTED]> wrote:
>
> > Granted, I need to have the fink install installed to provide dynaloading,
> > but with it I get a reasonably clean build, link, and test. Woohoo!
> >
> > I'll check in the darwin hints file in a bit.
> >
> > Dan
> >
> > --"it's like this"---
> > Dan Sugalski  even samurai
> > [EMAIL PROTECTED] have teddy bears and even
> > teddy bears get drunk
> >


Dan

--"it's like this"---
Dan Sugalski  even samurai
[EMAIL PROTECTED] have teddy bears and even
  teddy bears get drunk




Re: [perl6]Darwin Lives!

2001-11-27 Thread Dan Sugalski

At 07:00 AM 11/27/2001 -0800, Zach Lipton wrote:
>How goes getting this up on tinderbox? I can help with this as needed.

Right, forgot one thing. No sendmail with Darwin.

Dan

--"it's like this"---
Dan Sugalski  even samurai
[EMAIL PROTECTED] have teddy bears and even
  teddy bears get drunk




[PATCH] multimethod ops

2001-11-27 Thread Angel Faus


Simon Cozens:
>* Modify make_vtable_ops.pl to produce variant ops which pass in
>  INTVAL, FLOATVAL and STRING arguments to the multimethods, (Ask
>  me for more details if you want to do this.) so we can have
>
>   add Px, Px, Ix
>  and  add Px, Px, Ic
>  and the like working.

This patch should make it. I have not included STRING arguments, because I
don't know which multimethod should be called (native, unicode or other).

Tests are updated too.

Sincerly,


Angel Faus
[EMAIL PROTECTED]



Vtable.pm
Description: Binary data


make_vtable_ops.pl
Description: Binary data


pmc.t
Description: Binary data