develooper Front page | perl.perl5.porters | Postings from February 2001

Re: sync sync sync: have I missed any patches?

Thread Previous | Thread Next
From:
H . Merijn Brand
Date:
February 28, 2001 08:01
Subject:
Re: sync sync sync: have I missed any patches?
Message ID:
20010228165227.5BED.H.M.BRAND@hccnet.nl
On Wed, 28 Feb 2001 08:32:10 -0600, Jarkko Hietaniemi <jhi@iki.fi> wrote:
> On Wed, Feb 28, 2001 at 03:18:36PM +0100, H.Merijn Brand wrote:
> > Patch 8961: Not quite a succesful one, since now *all* 64-bit confs crash at
> >             op/numconvert#15
> 
> Ooops, sorry about that.   Yes, you are allowed to correct my patches, too :-)

Should we catch 'usemorebits' too? It's `converted' to use64bitint +
uselongdouble long after hpux.sh, so at this point we have not seen that
conversion (yet). Possible solution:

--8<--- hints/hpux.sh.diff
*** /i2/pro/3gl/CPAN/perl-5.7.1/hints/hpux.sh   Tue Feb 27 23:55:29 2001
--- hints/hpux.sh       Wed Feb 28 16:55:25 2001
***************
*** 155,160 ****
--- 155,163 ----
  case "$use64bitall" in
  $define|true|[yY]*) use64bitint="$define" ;;
  esac
+ case "$usemorebits" in
+ $define|true|[yY]*) use64bitint="$define" ;;
+ esac
  case "$use64bitint" in
  $define|true|[yY]*)
      if [ "$xxOsRevMajor" -lt 11 ]; then
-->8---

> > --8<--- hints/hpux.sh.diff
> > *** /i2/pro/3gl/CPAN/perl-5.7.1/hints/hpux.sh   Tue Feb 27 23:55:29 2001
> > --- hints/hpux.sh       Wed Feb 28 15:13:43 2001
> > ***************
> > *** 436,439 ****
> >         ccisgcc=''
> > 
> >   # Until we figure out what to be probe for in Configure (ditto for irix_6.sh)
> > ! d_casti32='undef'
> > --- 436,442 ----
> >         ccisgcc=''
> > 
> >   # Until we figure out what to be probe for in Configure (ditto for irix_6.sh)
> > ! case "$use64bitint" in
> > ! $define|true|[yY]*) ;;
> > ! *) d_casti32='undef' ;;
> > ! esac
> > -->8---

-- 
H.Merijn Brand           Amsterdam Perl Mongers (http://www.amsterdam.pm.org/)
using perl-5.005.03, 5.6.0, 5.6.1, 5.7.1 & 623 on HP-UX 10.20 & 11.00, AIX 4.2
   AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.022 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About