On Fri, 24 Nov 2000 12:04:31 +0100, "H.Merijn Brand" <h.m.brand@hccnet.nl> wrote: > On Fri, 24 Nov 2000 09:11:31 GMT, Nick Ing-Simmons <nik@tiuk.ti.com> wrote: > > H . Merijn Brand <h.m.brand@hccnet.nl> writes: > > >This is not posted to perlbug, cause it has already been reported before (much > > >like 20000324.033 and 20000324.023, which are open for a _long_ time already, > > >and nobody seems to be able to fix it, or nobody seems to care since 4.3 > > >doesn't show this failure.) > > > > I care about all USE_PERLIO issues, its just that there are a bunch > > of things to do and I don't have one of those boxes. > > I don't think these relate to perlio (see the dat of the first report, then > perlio had not started). IIRC it has to do with errno 6 (unexpected), not being > recognized, but I don't save _all_ p5p messages. Nailed it down to a failing base function 'getprotobyname': % perl5.00503 -e 'print getprotobyname ("udp"), "\n"'; echo $? udpUDP17 0 % ./perl -e 'print getprotobyname ("udp"), "\n"' ; echo $? 6 % Same for 'getprotobynumber': % perl5.00503 -e 'print getprotobynumber (17), "\n"' ; echo $? udpUDP17 0 % ./perl -e 'print getprotobynumber (17), "\n"' ; echo $? 6 % Now browsing pp_sys.c and iperlsys.h to get deeper ... -- H.Merijn Brand Amsterdam Perl Mongers (http://www.amsterdam.pm.org/) using perl-5.005.03, 5.6.0, 5.7.1 & 620 on HP-UX 10.20 & 11.00, AIX 4.2 & 4.3, DEC OSF/1 4.0 and WinNT 4.0 SP-6a, often with Tk800.022 and/or DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/Thread Previous | Thread Next