Re: TS

[email protected] (Abe Timmerman) Fri, 22 Aug 2003 16:13:15 +0200
Newsgroups perl.daily-build
Message-ID <[email protected]>
Op een niet al te zonnige zomerdag (Friday 22 August 2003 15:02), schreef 
H.Merijn Brand:

> On Thu 21 Aug 2003 13:45, Abe Timmerman <[email protected]> wrote:
> > Op een zonnige zomerdag (Thursday 21 August 2003 12:48), schreef H.Merijn
> >
> > Brand:
<snip>
> > Ja, dat kostte me ook een half jaar om te realiseren dat het niet
> > verstandig is om de cwd weg te gooien (Solaris had het zelfde probleem),
> > dank je voor de melding.

1.18.04 rsyncable (and as a snapshot on http://ztreet.xs4all.nl/perl/)

> HP-UX heeft een ander, minstens net zo leuk, probleem(pje) :)))
>
> t/get_cpus.........ok 2/3get_ncpu: unknown operationg system at
> t/get_cpus.t lin e 12
> t/get_cpus.........ok
>         1/3 skipped: OS does not seem to be supported (hpux)

Did $^O change for this version?
Does the command for finding #cpus work? Then I only have to adjust the regex.

        /hp-ux/i && do {
            my @output = grep /^processor/ => `ioscan -fnkC processor`;
            $cpus = scalar @output;
            last OS_CHECK;
        };

Otherwise could you supply an alternative (that doesn't need superuser 
rights)?

> t/patcher..........ok 14/32#     Failed test (t/patcher.t at line 64)
> t/patcher..........NOK 15#                   'This file just is here to be
> patch ed!
> # After a patch a line with the new version should be appended.
> # VERSION == 19000
> # VERSION == 20000
> # '
> #     doesn't match '/^VERSION == 20001$/m'
> t/patcher..........ok 18/32#     Failed test (t/patcher.t at line 83)

<snip>

> 'patch' is een *HP* commando, en wee je gebeente als je GNU patch eerder in
> je PATH zet. GNU patch heb *ik* geïnstalleerd als 'npatch', maar ik weet
> niet hoe anderen daarme omgaan ...

<translation brevity="high">
patch is a HP command. don't put gnu-patch (named as patch) in you path before 
it. I installed gnu-patch as 'npatch', dunno how others handle this.
</translation>

On the NetBSD-box I have 'gpatch', and I believe there is also something with 
patch on IRIX, but it's still too hot for the Indy to be switched back on, so 
I cannot check.

I can create a configsmoke.pl question about patch for HPUX, but that won't 
help the test-suite. I'll have to not search for 'patch' on HPUX and put in 
an extra search for 'npatch'.

You'll need to be able to set a valid 'patch' (in s58_config) if you decide to 
use the patchtree function for your DOR patch on 5.8.x.

good luck,

Abe
-- 
Amsterdam Perl Mongers http://amsterdam.pm.org
perl -wle '%_=qw(Just Just another Perl Perl another hacker hacker); print 
join" ",map$_{$_}=>sort keys%_'