Re: PERL: patch for glibc 2.1

1998-10-07 Thread Darren/Torin/Who Ever...
-BEGIN PGP SIGNED MESSAGE-

Matt McLean, in an immanent manifestation of deity, wrote:
It's no longer needed. 5.00502 now has a configure test for union semun.

Cool.  I thought I had seen that but I figured that I'd leave it for
people that track that much closer.

I know what's going on with IPC, and I'm guessing the DBM test is failing
because of a bug in the libc.

So, what's going on with IPC?

Darren
- -- 
[EMAIL PROTECTED] http://www.daft.com/~torin [EMAIL PROTECTED] [EMAIL 
PROTECTED]
Darren Stalder/2608 Second Ave, @282/Seattle, WA 98121-1212/USA/+1-800-921-4996
@ Sysadmin, webweaver, postmaster for hire. C/Perl/CGI/Pilot programmer/tutor @
@Make a little hot-tub in your soul.  @

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBNhsnoY4wrq++1Ls5AQEiUwQAmmmHl+IcJIBpouHZkbctimIHSvbMD+/s
bSyIvhtPsSTYNQ7DeTjGO6M6H+aGMhoV16mbEsqsgV2mnXYhgDXIihrZxWYtSdq1
hlg4LhAFhhF9EHYHNXL3n+kCUptzY+74upAdB1CQ50Ujkerfj7Sa7nbyMq4SvOmi
o2IF1zSjUQY=
=N1HO
-END PGP SIGNATURE-



Re: PERL: patch for glibc 2.1

1998-10-07 Thread Dan Jacobowitz
On Wed, Oct 07, 1998 at 01:34:42AM -0700, Darren/Torin/Who Ever... wrote:
 I know what's going on with IPC, and I'm guessing the DBM test is failing
 because of a bug in the libc.
 
 So, what's going on with IPC?

IPC until very recently was completely hosed on powerpc.  We have hopes
that a new set of compiler and libc will resolve the issue - expect
progress reports in the next few days :)

Dan



Re: PERL: patch for glibc 2.1

1998-10-06 Thread Darren Stalder
-BEGIN PGP SIGNED MESSAGE-

Matt McLean, in an immanent manifestation of deity, wrote:
this is necessary since the semun union is no longer in the libc. its been
awhile since your last perl upload, and newer versions have come out.. are
you still alive? :-)

I thought I'd be able to have access to a PPC Linux box today, but
that's not going to happen.  The semun union patch didn't make it into
this version of Perl since doio.c has changed quite a bit.  Can you
please check it to make sure it's still needed and get me a new patch if 
it is?

Thanks,
  Darren
- -- 
[EMAIL PROTECTED] http://www.daft.com/~torin [EMAIL PROTECTED] [EMAIL 
PROTECTED]
Darren Stalder/2608 Second Ave, @282/Seattle, WA 98121-1212/USA/+1-800-921-4996
@ Sysadmin, webweaver, postmaster for hire. C/Perl/CGI/Pilot programmer/tutor @
@Make a little hot-tub in your soul.  @

-BEGIN PGP SIGNATURE-
Version: 2.6.3a
Charset: noconv
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBNhliJbQuaHP6LBjxAQGaTQP/aP+4GEKTaMN6ykmt+WErJ6eNc52uS9YD
8wIoInrrJbi8mb945bf2X7Ehh5bTA/+yJE6z5EihZJCtE8rwhaYWIhsEKZLuq2kK
67xmROugsg2fvZAOsFRPmYe2b2JLeW5uZZMNEcaJeJZnbWAkFDMfrw17DewaeIqB
1YOeoVRPlpk=
=/u6p
-END PGP SIGNATURE-



Re: PERL: patch for glibc 2.1

1998-10-06 Thread Matt McLean
On 5 Oct 1998, Darren Stalder wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 Matt McLean, in an immanent manifestation of deity, wrote:
 this is necessary since the semun union is no longer in the libc. its been
 awhile since your last perl upload, and newer versions have come out.. are
 you still alive? :-)
 
 I thought I'd be able to have access to a PPC Linux box today, but
 that's not going to happen.  The semun union patch didn't make it into
 this version of Perl since doio.c has changed quite a bit.  Can you
 please check it to make sure it's still needed and get me a new patch if 
 it is?

It's no longer needed. 5.00502 now has a configure test for union semun.

I just did an out-of-box compile and these were the test results:

Failed Test  Status Wstat Total Fail  Failed  List of failed
---
lib/anydbm.t 121   8.33%  12
lib/ipc_sysv.t011??   ??   %  ??
2 tests skipped, plus 14 subtests skipped.
Failed 2/186 test scripts, 98.92% okay. 1/6495 subtests failed, 99.98%
okay.
zsh: exit 29./perl harness

I know what's going on with IPC, and I'm guessing the DBM test is failing
because of a bug in the libc.

m.



Re: PERL: patch for glibc 2.1

1998-10-06 Thread Dan Jacobowitz
On Mon, Oct 05, 1998 at 05:19:51PM -0700, Darren Stalder wrote:
 Matt McLean, in an immanent manifestation of deity, wrote:
 this is necessary since the semun union is no longer in the libc. its been
 awhile since your last perl upload, and newer versions have come out.. are
 you still alive? :-)
 
 I thought I'd be able to have access to a PPC Linux box today, but
 that's not going to happen.  The semun union patch didn't make it into
 this version of Perl since doio.c has changed quite a bit.  Can you
 please check it to make sure it's still needed and get me a new patch if 
 it is?
 

As a general aside, if you want an account to test something, tervola
(powerpc.debian.org) is already available, and my machine here at CMU
will be providing developer accounts in a few days (soon as my nine gig
drive gets here and I have room for the lot of you :)

Dan