Subject: Re: perl build failure on -current
To: Takeshi Shibagaki <ie9t-sbgk@asahi-net.or.jp>
From: =?ISO-8859-1?Q?R=E9mi_Zara?= <remi_zara@mac.com>
List: port-mac68k
Date: 02/06/2002 11:31:08
Hi,

So perl compiled successfully with the fixed libgcc.
But, I ran make test in the perl work dir and two of them have failed:

pragma/locale........# The following locales
#
#       C POSIX cs_CZ.ISO8859-2 de_AT.ISO8859-1 de_CH.ISO8859-1
#       de_DE.ISO8859-1 en_AU.ISO8859-1 en_CA.ISO8859-1 en_GB.ISO8859-1
#       en_US.ISO8859-1 fi_FI.ISO8859-1 hr_HR.ISO8859-2 hu_HU.ISO8859-2
#       it_CH.ISO8859-1 it_IT.ISO8859-1 ja_JP.eucJP lt_LT.ISO8859-4
#       nl_BE.ISO8859-1 nl_NL.ISO8859-1 no_NO.ISO8859-1 pl_PL.ISO8859-2
#       ru_RU.ISO8859-5 ru_RU.KOI8-R sl_SI.ISO8859-2 sv_SE.ISO8859-1
#       zh_CN.eucCN zh_TW.Big5 zh_TW.eucTW
#
# tested okay.
#
# The following locales
#
#       de_AT.ISO8859-15 de_CH.ISO8859-15 de_DE.ISO8859-15
#       en_AU.ISO8859-15 en_CA.ISO8859-15 en_GB.ISO8859-15
#       en_US.ISO8859-15 fi_FI.ISO8859-15 it_CH.ISO8859-15
#       it_IT.ISO8859-15 nl_BE.ISO8859-15 nl_NL.ISO8859-15
#       no_NO.ISO8859-15 sv_SE.ISO8859-15
#
# had problems.
#
FAILED at test 116

and

pragma/warnings......PROG:
# pp_hot.c [pp_print]
use warnings 'io' ;
print STDIN "anc";
print <STDOUT>;
print <STDERR>;
open(FOO, ">&STDOUT") and print <FOO>;
print getc(STDERR);
print getc(FOO);
####################################################################
# The next test is known to fail on some systems (Linux+old glibc, #
# old *BSDs, and NeXT, among others.                               #
# We skip it for now (on the grounds that it is "just" a warning). #
####################################################################
#read(FOO,$_,1);
no warnings 'io' ;
print STDIN "anc";
EXPECTED:
Filehandle STDIN opened only for input at - line 3.
Filehandle STDOUT opened only for output at - line 4.
Filehandle STDERR opened only for output at - line 5.
Filehandle FOO opened only for output at - line 6.
Filehandle STDERR opened only for output at - line 7.
Filehandle FOO opened only for output at - line 8.
GOT:
Filehandle STDIN opened only for input at - line 3.
Filehandle STDOUT opened only for output at - line 4.
Filehandle STDERR opened only for output at - line 5.
Filehandle STDERR opened only for output at - line 7.
FAILED at test 303


Le lundi 4 f=E9vrier 2002, =E0 09:50 , Takeshi Shibagaki a =E9crit :
>
> I placed bugfixed libgcc in the following,
>
> http://www.asahi-net.or.jp/~ie9t-sbgk/NetBSD/libgcc_a.tgz
>
> This binary is applied for ELF environment.
--
R=E9mi Zara
web: http://www.remi-zara.net/