bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Bison 3.6.90] testsuite: 173 174 175 176 177 178 179 180 181 18


From: Kiyoshi KANAZAWA
Subject: Re: [GNU Bison 3.6.90] testsuite: 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 196 220 221 228 244 245 246 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 549 555 562 567 577 failed
Date: Mon, 6 Jul 2020 15:51:11 +0900 (JST)

Hi, Akim.

Checked again.
coreutilsbin is the path to coreutils-8.32.

$ locale
LANG=C
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=

$ $coreutilsbin/printf --version
printf (GNU coreutils) 8.32
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David MacKenzie.


with /usr/xpg4/bin/sh:
$ $coreutilsbin/printf '\u2022\n'
?

with /bin/sh (ksh93):
$ $coreutilsbin/printf '\u2022\n'
?

with /bin/bash:
$ $coreutilsbin/printf '\u2022\n'
?

with /usr/bin/csh:
% $coreutilsbin/printf '\u2022\n'
?

On the other hand,
with /usr/xpg4/bin/sh:
$ /usr/bin/printf '\u2022\n'
\u2022

with /bin/sh (ksh93):
$ /usr/bin/printf '\u2022\n' 
\u2022

with /bin/bash:
$ /usr/bin/printf '\u2022\n'
\u2022

with /usr/bin/csh:
% /usr/bin/printf '\u2022\n'
\u2022


I have probles with coreutils's cp, mv and ln, so they are disabed such as
$ /usr/xpg4/bin/mv $coreutilsbin/cp $coreutilsbin/cp-
$ /usr/xpg4/bin/mv $coreutilsbin/mv $coreutilsbin/mv-
$ /usr/xpg4/bin/mv $coreutilsbin/ln $coreutilsbin/ln-

Doing the same thing to coreutils's printf such as
$ /usr/xpg4/bin/mv $coreutilsbin/printf $coreutilsbin/printf-
now, /usr/bin/printf comes to the default printf.

With this condition, tried bison-3.6.90 again, but have the same failure 
numbers.
$ ./configure --prefix=/opt/local SHELL=/opt/local/bin/bash --disable-nls 
--without-libtextstyle-prefix --with-libreadline-prefix=/opt/local CC=gcc

$ make

$ make -k check
   :
## -------------------------- ##
## testsuite.log was created. ##
## -------------------------- ##

Please send `tests/testsuite.log' and all information you think might help:

   To: <bug-bison@gnu.org>
   Subject: [GNU Bison 3.6.90] testsuite: 173 174 175 176 177 178 179 180 181 
182 183 184 185 186 187 188 189 190 191 192 193 196 220 221 228 244 245 246 249 
250 251 252 253 254 255 256 257 258 259 260 261 262 263 549 555 562 567 577 
failed


The new testsuite.log is attached.


Regards,

--- Kiyoshi

Attachment: testsuite.log.lz
Description: application/lzip


reply via email to

[Prev in Thread] Current Thread [Next in Thread]