Re: Coreutils-5.0 make check failed on Solaris

2004-10-15 Thread Alexandre Peshansky
At 04:30 PM 10/14/2004, Paul Eggert wrote: >Alexandre Peshansky <[EMAIL PROTECTED]> writes: > >> Tried (applied patch) - didn't help. > >At this point I'm at a bit of a loss. > >Have you tried using an OpenSSH client, from a Linux box? That seems >to be the only difference between your host and mi

Re: Coreutils-5.0 make check failed on Solaris

2004-10-14 Thread Paul Eggert
Alexandre Peshansky <[EMAIL PROTECTED]> writes: > Tried (applied patch) - didn't help. At this point I'm at a bit of a loss. Have you tried using an OpenSSH client, from a Linux box? That seems to be the only difference between your host and mine. If you still have a problem with OpenSSH, then

Re: Coreutils-5.0 make check failed on Solaris

2004-10-14 Thread Alexandre Peshansky
At 07:08 PM 10/13/2004, Paul Eggert wrote: >Alexandre Peshansky <[EMAIL PROTECTED]> writes: > >> As a P.S.: after I added symlink to >/usr/lib/locale/en_US.UTF-8/LC_CTYPE/ldterm.dat in >/usr/lib/locale/C/LC_CTYPE/, I re-run make check and it worked! > >I don't think that's a good idea, because it

Re: Coreutils-5.0 make check failed on Solaris

2004-10-13 Thread Paul Eggert
Alexandre Peshansky <[EMAIL PROTECTED]> writes: > As a P.S.: after I added symlink to /usr/lib/locale/en_US.UTF-8/LC_CTYPE/ldterm.dat > in /usr/lib/locale/C/LC_CTYPE/, I re-run make check and it worked! I don't think that's a good idea, because it could well break other programs. How about this

Re: Coreutils-5.0 make check failed on Solaris

2004-10-13 Thread Alexandre Peshansky
At 04:52 PM 10/13/2004, Paul Eggert wrote: >Alexandre Peshansky <[EMAIL PROTECTED]> writes: > >> From the above it looks like ioctl cannot find ldterm.dat where it >> looks for it (/usr/lib/locale/C/LC_CTYPE/ldterm.dat). On my system >> I found it in /usr/lib/locale/en_US.UTF-8/LC_CTYPE/ldterm.da

Re: Coreutils-5.0 make check failed on Solaris

2004-10-13 Thread Alexandre Peshansky
At 12:38 PM 10/13/2004, Paul Eggert wrote: >Alexandre Peshansky <[EMAIL PROTECTED]> writes: > >> bash-2.03$ ssh -V >> ssh: SSH Secure Shell 3.2.0 (non-commercial version) on >sparc-sun-solaris2.8 >> ... >> bash-2.03$ src/stty rows 0 columns 0 >> bash-2.03$ truss -v ioctl src/stty size >> ... >> io

Re: Coreutils-5.0 make check failed on Solaris

2004-10-13 Thread Paul Eggert
Alexandre Peshansky <[EMAIL PROTECTED]> writes: > From the above it looks like ioctl cannot find ldterm.dat where it > looks for it (/usr/lib/locale/C/LC_CTYPE/ldterm.dat). On my system > I found it in /usr/lib/locale/en_US.UTF-8/LC_CTYPE/ldterm.dat I > created symlink to it in /usr/lib/locale/C

Re: Coreutils-5.0 make check failed on Solaris

2004-10-13 Thread Paul Eggert
Alexandre Peshansky <[EMAIL PROTECTED]> writes: > bash-2.03$ ssh -V > ssh: SSH Secure Shell 3.2.0 (non-commercial version) on sparc-sun-solaris2.8 > ... > bash-2.03$ src/stty rows 0 columns 0 > bash-2.03$ truss -v ioctl src/stty size > ... > ioctl(0, TCGETS, 0xFFBEFA80)= 0 >

Re: Coreutils-5.0 make check failed on Solaris

2004-10-13 Thread Alexandre Peshansky
At 07:28 PM 10/12/2004, you wrote: >Alexandre Peshansky <[EMAIL PROTECTED]> writes: > >> I am running it from SSH terminal emulator (http://www.ssh.com, >> version: 3.2.3 (Build 279); Product code: 27010-32X00) on MS >> Windows 2000. No redirections. > >OK, then I'm afraid you'll have to help me

Re: Coreutils-5.0 make check failed on Solaris

2004-10-12 Thread Paul Eggert
Alexandre Peshansky <[EMAIL PROTECTED]> writes: > I am running it from SSH terminal emulator (http://www.ssh.com, > version: 3.2.3 (Build 279); Product code: 27010-32X00) on MS Windows > 2000. No redirections. OK, then I'm afraid you'll have to help me debug this, as I don't have access to such

Re: Coreutils-5.0 make check failed on Solaris

2004-10-12 Thread Paul Eggert
OK, apparently the test is failing whenever "stty rows 0 columns 0" is run. How are you running the test? I.e., are you running it from an xterm, from Emacs, or what? Are you redirecting stdin, stdout, or stderr? What happens when you run these commands, on a fresh terminal, without any I/O red

Re: Coreutils-5.0 make check failed on Solaris

2004-10-12 Thread Alexandre Peshansky
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

Re: Coreutils-5.0 make check failed on Solaris

2004-10-11 Thread Paul Eggert
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

Re: Coreutils-5.0 make check failed on Solaris

2004-10-09 Thread Paul Eggert
Alexandre Peshansky <[EMAIL PROTECTED]> writes: > This is a report of the test failed when doing 'make check' for > coreutils-5.0 on Sun Solaris. I suspect that bug is fixed in the current coreutils version, here: ftp://ftp.gnu.org/gnu/coreutils/coreutils-5.2.1.tar.gz _