At 06:14 PM 10/11/2004, you wrote:
>Alexandre Peshansky <[EMAIL PROTECTED]> writes:
>
>>>ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.gz 
>>
>> Nope, same error:
>> make[3]: Entering directory 
>`/home/aproot/coreutils-5.2.1/tests/stty'
>> FAIL: row-col-1
>
>I don't observe these symptoms on my Solaris 8 host.  Here is some of
>my system information:
>
>   $ uname -a
>   SunOS lindbrook 5.8 Generic_117350-08 sun4u sparc 
>SUNW,Sun-Fire-V440
>   $ gcc -v
>   Reading specs from 
>/usr/local/gcc-3.3.4/lib/gcc-lib/sparc-sun-solaris2.8/3.3.4/specs
>   Configured with: ../gcc-3.3.4/configure 
>--prefix=/usr/local/gcc-3.3.4 --with-as=/usr/ccs/bin/as 
>--with-ld=/usr/ccs/bin/ld 
>--with-libiconv-prefix=/usr/local/libiconv-1.9.2 --disable-nls
>   Thread model: posix
>   gcc version 3.3.4
>
>My system is a bit more up-to-date than yours, but I doubt whether
>this makes a difference to stty.
>
>What is the output of these commands on your host?
>
>cd tests/stty
>VERBOSE=yes make check 

Attached (I guess you need formatting preserved, right?)
Thank you,

-- 
Alexandre Peshansky, Systems Manager, RUH, NY
bash-2.03$ cd tests/stty
bash-2.03$ VERBOSE=yes make check 
make  check-TESTS
make[1]: Entering directory `/home/amp/coreutils-5.2.1/tests/stty'
+ stty --version 
stty (GNU coreutils) 5.2.1
Written by David MacKenzie.

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
COLUMNS=80
+ export COLUMNS 
+ . ./../input-tty 
+ tty -s 
+ test -t 1 
+ test  = no 
tests=
1 rows_40_columns_80 40_80
2 rows_0_columns_0 0_0
3 rows_40_columns_80 40_80
4 rows_0 0_80
5 columns_0 0_0
6 rows_40 40_0
7 rows_0 0_0
8 columns_80 0_80
9 rows_30 30_80
NA LAST NA

+ set - 1 rows_40_columns_80 40_80 2 rows_0_columns_0 0_0 3 rows_40_columns_80 40_80 4 
rows_0 0_80 5 columns_0 0_0 6 rows_40 40_0 7 rows_0 0_0 8 columns_80 0_80 9 rows_30 
30_80 NA LAST NA 
test 1... ok
test 2... FAIL
test 3... ok
test 4... ok
test 5... FAIL
test 6... ok
test 7... FAIL
test 8... ok
test 9... ok
FAIL: row-col-1
+ stty --version 
stty (GNU coreutils) 5.2.1
Written by David MacKenzie.

Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ . ./../input-tty 
+ tty -s 
+ test -t 1 
+ test  = no 
REV_cread=1 REV_cstopb=1 REV_hup=1 REV_hupcl=1 REV_parodd=1 REV_parenb=1
REV_ignpar=1 REV_brkint=1 REV_ignbrk=1 REV_crtscts=1 REV_clocal=1
REV_icrnl=1 REV_igncr=1 REV_inlcr=1 REV_istrip=1 REV_inpck=1 REV_parmrk=1
REV_imaxbel=1 REV_ixany=1 REV_iuclc=1 REV_tandem=1 REV_ixoff=1 REV_ixon=1
REV_onlret=1 REV_onocr=1 REV_onlcr=1 REV_ocrnl=1 REV_olcuc=1 REV_opost=1
REV_echo=1 REV_iexten=1 REV_icanon=1 REV_isig=1 REV_ofdel=1 REV_ofill=1
REV_noflsh=1 REV_echonl=1 REV_echok=1 REV_crterase=1 REV_echoe=1
REV_echoctl=1 REV_prterase=1 REV_echoprt=1 REV_tostop=1 REV_xcase=1
REV_parity=1 REV_evenp=1 REV_crtkill=1 REV_echoke=1 REV_ctlecho=1
REV_litout=1 REV_pass8=1 REV_raw=1 REV_cooked=1 REV_nl=1 REV_oddp=1
REV_LCASE=1 REV_lcase=1 REV_tabs=1 REV_decctlq=1 REV_cbreak=1
fail=0
saved_state=.saved-state
+ stty --save 
+ cat .saved-state 
+ stty 2522:1805:bd:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16:0:0:0 
+ stty erase - 
+ stty -a 
+ tail -n +2 
+ tr ; \n 
+ sed / = /d;s/^ //;s/-//g 
options=


parenb parodd cs8 hupcl cstopb cread clocal crtscts
ignbrk brkint ignpar parmrk inpck istrip inlcr igncr icrnl ixon ixoff
iuclc ixany imaxbel
opost olcuc ocrnl onlcr onocr onlret ofill ofdel nl0 cr0 tab3 bs0 vt0 ff0
isig icanon iexten echo echoe echok echonl noflsh xcase tostop echoprt
echoctl echoke
+ test parenb = parenb 
+ continue 
+ test parodd = parenb 
+ stty parodd 
+ test parodd = cread 
+ eval echo $REV_parodd 
+ echo 1 
rev=1
+ test -n 1 
+ stty -parodd 
+ test cs8 = parenb 
+ stty cs8 
+ test cs8 = cread 
+ eval echo $REV_cs8 
+ echo 
rev=
+ test -n  
+ test hupcl = parenb 
+ stty hupcl 
+ test hupcl = cread 
+ eval echo $REV_hupcl 
+ echo 1 
rev=1
+ test -n 1 
+ stty -hupcl 
+ test cstopb = parenb 
+ stty cstopb 
+ test cstopb = cread 
+ eval echo $REV_cstopb 
+ echo 1 
rev=1
+ test -n 1 
+ stty -cstopb 
+ test cread = parenb 
+ stty cread 
+ test cread = cread 
+ continue 
+ test clocal = parenb 
+ stty clocal 
+ test clocal = cread 
+ eval echo $REV_clocal 
+ echo 1 
rev=1
+ test -n 1 
+ stty -clocal 
+ test crtscts = parenb 
+ stty crtscts 
+ test crtscts = cread 
+ eval echo $REV_crtscts 
+ echo 1 
rev=1
+ test -n 1 
+ stty -crtscts 
+ test ignbrk = parenb 
+ stty ignbrk 
+ test ignbrk = cread 
+ eval echo $REV_ignbrk 
+ echo 1 
rev=1
+ test -n 1 
+ stty -ignbrk 
+ test brkint = parenb 
+ stty brkint 
+ test brkint = cread 
+ eval echo $REV_brkint 
+ echo 1 
rev=1
+ test -n 1 
+ stty -brkint 
+ test ignpar = parenb 
+ stty ignpar 
+ test ignpar = cread 
+ eval echo $REV_ignpar 
+ echo 1 
rev=1
+ test -n 1 
+ stty -ignpar 
+ test parmrk = parenb 
+ stty parmrk 
+ test parmrk = cread 
+ eval echo $REV_parmrk 
+ echo 1 
rev=1
+ test -n 1 
+ stty -parmrk 
+ test inpck = parenb 
+ stty inpck 
+ test inpck = cread 
+ eval echo $REV_inpck 
+ echo 1 
rev=1
+ test -n 1 
+ stty -inpck 
+ test istrip = parenb 
+ stty istrip 
+ test istrip = cread 
+ eval echo $REV_istrip 
+ echo 1 
rev=1
+ test -n 1 
+ stty -istrip 
+ test inlcr = parenb 
+ stty inlcr 
+ test inlcr = cread 
+ eval echo $REV_inlcr 
+ echo 1 
rev=1
+ test -n 1 
+ stty -inlcr 
+ test igncr = parenb 
+ stty igncr 
+ test igncr = cread 
+ eval echo $REV_igncr 
+ echo 1 
rev=1
+ test -n 1 
+ stty -igncr 
+ test icrnl = parenb 
+ stty icrnl 
+ test icrnl = cread 
+ eval echo $REV_icrnl 
+ echo 1 
rev=1
+ test -n 1 
+ stty -icrnl 
+ test ixon = parenb 
+ stty ixon 
+ test ixon = cread 
+ eval echo $REV_ixon 
+ echo 1 
rev=1
+ test -n 1 
+ stty -ixon 
+ test ixoff = parenb 
+ stty ixoff 
+ test ixoff = cread 
+ eval echo $REV_ixoff 
+ echo 1 
rev=1
+ test -n 1 
+ stty -ixoff 
+ test iuclc = parenb 
+ stty iuclc 
+ test iuclc = cread 
+ eval echo $REV_iuclc 
+ echo 1 
rev=1
+ test -n 1 
+ stty -iuclc 
+ test ixany = parenb 
+ stty ixany 
+ test ixany = cread 
+ eval echo $REV_ixany 
+ echo 1 
rev=1
+ test -n 1 
+ stty -ixany 
+ test imaxbel = parenb 
+ stty imaxbel 
+ test imaxbel = cread 
+ eval echo $REV_imaxbel 
+ echo 1 
rev=1
+ test -n 1 
+ stty -imaxbel 
+ test opost = parenb 
+ stty opost 
+ test opost = cread 
+ eval echo $REV_opost 
+ echo 1 
rev=1
+ test -n 1 
+ stty -opost 
+ test olcuc = parenb 
                      + stty olcuc 
                                   + test olcuc = cread 
                                                        + eval echo $REV_olcuc 
                                                                               + echo 
1 
        rev=1
             + test -n 1 
                         + stty -olcuc 
                                       + test ocrnl = parenb 
                                                             + stty ocrnl 
                                                                          + test ocrnl 
= cread 
               + eval echo $REV_ocrnl 
                                      + echo 1 
                                               rev=1
                                                    + test -n 1 
                                                                + stty -ocrnl 
                                                                              + test 
onlcr = parenb 
                    + stty onlcr 
                                 + test onlcr = cread 
                                                      + eval echo $REV_onlcr 
                                                                             + echo 1 
      rev=1
           + test -n 1 
                       + stty -onlcr 
                                     + test onocr = parenb 
                                                           + stty onocr 
                                                                        + test onocr = 
cread 
             + eval echo $REV_onocr 
                                    + echo 1 
                                             rev=1
                                                  + test -n 1 
                                                              + stty -onocr 
                                                                            + test 
onlret = parenb 
                   + stty onlret 
                                 + test onlret = cread 
                                                       + eval echo $REV_onlret 
                                                                               + echo 
1 
        rev=1
             + test -n 1 
                         + stty -onlret 
                                        + test ofill = parenb 
                                                              + stty ofill 
                                                                           + test 
ofill = cread 
                + eval echo $REV_ofill 
                                       + echo 1 
                                                rev=1
                                                     + test -n 1 
                                                                 + stty -ofill 
                                                                               + test 
ofdel = parenb 
                     + stty ofdel 
                                  + test ofdel = cread 
                                                       + eval echo $REV_ofdel 
                                                                              + echo 1 
       rev=1
            + test -n 1 
                        + stty -ofdel 
                                      + test nl0 = parenb 
                                                          + stty nl0 
                                                                     + test nl0 = 
cread 
        + eval echo $REV_nl0 
                             + echo 
                                    rev=
                                        + test -n  
                                                   + test cr0 = parenb 
                                                                       + stty cr0 
  + test cr0 = cread 
                     + eval echo $REV_cr0 
                                          + echo 
                                                 rev=
                                                     + test -n  
                                                                + test tab3 = parenb 
     + stty tab3 
                 + test tab3 = cread 
                                     + eval echo $REV_tab3 
                                                           + echo 
                                                                  rev=
                                                                      + test -n  
 + test bs0 = parenb 
                     + stty bs0 
                                + test bs0 = cread 
                                                   + eval echo $REV_bs0 
                                                                        + echo 
                                                                               rev=
   + test -n  
              + test vt0 = parenb 
                                  + stty vt0 
                                             + test vt0 = cread 
                                                                + eval echo $REV_vt0 
     + echo 
            rev=
                + test -n  
                           + test ff0 = parenb 
                                               + stty ff0 
                                                          + test ff0 = cread 
                                                                             + eval 
echo $REV_ff0 
                  + echo 
                         rev=
                             + test -n  
                                        + test isig = parenb 
                                                             + stty isig 
                                                                         + test isig = 
cread 
             + eval echo $REV_isig 
                                   + echo 1 
                                            rev=1
                                                 + test -n 1 
                                                             + stty -isig 
                                                                          + test 
icanon = parenb 
                 + stty icanon 
                               + test icanon = cread 
                                                     + eval echo $REV_icanon 
                                                                             + echo 1 
      rev=1
           + test -n 1 
                       + stty -icanon 
                                      + test iexten = parenb 
                                                             + stty iexten 
                                                                           + test 
iexten = cread 
                 + eval echo $REV_iexten 
                                         + echo 1 
                                                  rev=1
                                                       + test -n 1 
                                                                   + stty -iexten 
  + test echo = parenb 
                       + stty echo 
                                   + test echo = cread 
                                                       + eval echo $REV_echo 
                                                                             + echo 1 
      rev=1
           + test -n 1 
                       + stty -echo 
                                    + test echoe = parenb 
                                                          + stty echoe 
                                                                       + test echoe = 
cread 
            + eval echo $REV_echoe 
                                   + echo 1 
                                            rev=1
                                                 + test -n 1 
                                                             + stty -echoe 
                                                                           + test 
echok = parenb 
                 + stty echok 
                              + test echok = cread 
                                                   + eval echo $REV_echok 
                                                                          + echo 1 
   rev=1
        + test -n 1 
                    + stty -echok 
                                  + test echonl = parenb 
                                                         + stty echonl 
                                                                       + test echonl = 
cread 
             + eval echo $REV_echonl 
                                     + echo 1 
                                              rev=1
                                                   + test -n 1 
                                                               + stty -echonl 
                                                                              + test 
noflsh = parenb 
                     + stty noflsh 
                                   + test noflsh = cread 
                                                         + eval echo $REV_noflsh 
 + echo 1 
          rev=1
               + test -n 1 
                           + stty -noflsh 
                                          + test xcase = parenb 
                                                                + stty xcase 
                                                                             + test 
xcase = cread 
                  + eval echo $REV_xcase 
                                         + echo 1 
                                                  rev=1
                                                       + test -n 1 
                                                                   + stty -xcase 
 + test tostop = parenb 
                        + stty tostop 
                                      + test tostop = cread 
                                                            + eval echo $REV_tostop 
    + echo 1 
             rev=1
                  + test -n 1 
                              + stty -tostop 
                                             + test echoprt = parenb 
                                                                     + stty echoprt 
    + test echoprt = cread 
                           + eval echo $REV_echoprt 
                                                    + echo 1 
                                                             rev=1
                                                                  + test -n 1 
                                                                              + stty 
-echoprt 
              + test echoctl = parenb 
                                      + stty echoctl 
                                                     + test echoctl = cread 
                                                                            + eval 
echo $REV_echoctl 
                     + echo 1 
                              rev=1
                                   + test -n 1 
                                               + stty -echoctl 
                                                               + test echoke = parenb 
      + stty echoke 
                    + test echoke = cread 
                                          + eval echo $REV_echoke 
                                                                  + echo 1 
                                                                           rev=1
                                                                               + test 
-n 1 
           + stty -echoke 
                          + test -n  
                                     + cat .saved-state 
                                                        + stty 
2522:1805:bd:8a3b:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16:0:0:0 
                                                 + rm -f .saved-state 
+ exit 0 
PASS: basic-1
======================================
1 of 2 tests failed
Please report to [EMAIL PROTECTED]
======================================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory `/home/amp/coreutils-5.2.1/tests/stty'
make: *** [check-am] Error 2
bash-2.03$ 
_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to