zsh-workers
 help / color / mirror / code / Atom feed
* (zsh-4.3.2) Y03 test failure under Slackware 9.0-beta
@ 2006-03-16 19:01 Eric De Mund
  2006-03-17 10:06 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Eric De Mund @ 2006-03-16 19:01 UTC (permalink / raw)
  To: zsh-workers

Folks,

I'm attempting to build zsh-4.3.2 under Slackware 9.0-beta on a
i686-pc-linux-gnu system, and test Y03 is failing. Is this a problem?
Here is the test failure:

    /-----------------------------
    bear:~/tmp/zsh-4.3.2% ./configure --prefix=$HOME/local
    bear:~/tmp/zsh-4.3.2% make
    bear:~/tmp/zsh-4.3.2% make check    # test Y03 failed
    bear:~/tmp/zsh-4.3.2% make TESTNUM=Y03 check
    cd Test ; make check
    /home/ead/tmp/zsh-4.3.2/Test
    make[1]: Entering directory `/home/ead/tmp/zsh-4.3.2/Test'
    if test -n "gcc"; then \
      cd .. && DESTDIR= \
      make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
    fi
    mkdir /home/ead/tmp/zsh-4.3.2/Test/Modules
    mkdir /home/ead/tmp/zsh-4.3.2/Test/Modules/zsh
    mkdir /home/ead/tmp/zsh-4.3.2/Test/Modules/zsh/net
    for f in ./Y03*.ztst; do \
      ZTST_exe=../Src/zsh \
        ../Src/zsh +Z -f ./ztst.zsh $f; \
    done
    ./Y03arguments.ztst: starting.
    *** /tmp/zsh.ztst.out.14401     Thu Mar 16 10:36:45 2006
    --- /tmp/zsh.ztst.tout.14401    Thu Mar 16 10:36:45 2006
    ***************
    *** 2,8 ****
      line: {tst -o +o }{}
      line: {tst -o +o }{}
      MESSAGE:{no arguments}
    ! line: {tst +o }{}
    ! line: {tst +o -o }{}
    ! line: {tst +o -o }{}
      MESSAGE:{no arguments}
    --- 2,10 ----
      line: {tst -o +o }{}
      line: {tst -o +o }{}
      MESSAGE:{no arguments}
    ! line: {tst -+}{}
    ! MESSAGE:{no arguments}
    ! line: {tst -+}{}
    ! MESSAGE:{no arguments}
    ! line: {tst -+}{}
      MESSAGE:{no arguments}
    Test ./Y03arguments.ztst failed: output differs from expected as shown ab\
    ove for:
     tst_arguments -+o
     comptest $'tst -\t\t\t\C-w\C-w+\t\t\t'
    Was testing: option beginning with + and -.
    ./Y03arguments.ztst: test failed.
    make[1]: [check] Error 1 (ignored)
    rm -rf Modules .zcompdump
    make[1]: Leaving directory `/home/ead/tmp/zsh-4.3.2/Test'
    bear:~/tmp/zsh-4.3.2%
    \-----------------------------

This host, bear, is at my ISP, and I connect to it via ssh. I use zsh as
my shell, there, via:

    bear:~% cat ~/.bash_login
    export PATH=$PATH:$HOME/bin:$HOME/local/bin
    exec /home/ead/local/bin/zsh -l
    bear:~% which zsh
    /home/ead/local/bin/zsh

And my build of zsh-4.3.2 is taking place under zsh-4.2.5:

    bear:~% echo $ZSH_VERSION 
    4.2.5
    bear:~%

Regards and thank you,
Eric
--
"The goal of Computer Science is to build something that will last at
least until we've finished building it." --fortune(6) cookie

Eric De Mund              |   Ixian Systems, Inc.   | ............
email: <ead@ixian.com>    | 650 Castro St, #120-210 | ICQ: 811788
http://www.ixian.com/ead/ | Mountain View, CA 94041 | Y!M: ead0002


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (zsh-4.3.2) Y03 test failure under Slackware 9.0-beta
  2006-03-16 19:01 (zsh-4.3.2) Y03 test failure under Slackware 9.0-beta Eric De Mund
@ 2006-03-17 10:06 ` Peter Stephenson
  2006-03-17 11:08   ` Eric De Mund
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Stephenson @ 2006-03-17 10:06 UTC (permalink / raw)
  To: Eric De Mund, Zsh hackers list

Eric De Mund wrote:
> Folks,
> 
> I'm attempting to build zsh-4.3.2 under Slackware 9.0-beta on a
> i686-pc-linux-gnu system, and test Y03 is failing. Is this a problem?

It's certainly not supposed to happen.  Is MULTIBYTE_SUPPORT defined in
config.h?

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (zsh-4.3.2) Y03 test failure under Slackware 9.0-beta
  2006-03-17 10:06 ` Peter Stephenson
@ 2006-03-17 11:08   ` Eric De Mund
  0 siblings, 0 replies; 3+ messages in thread
From: Eric De Mund @ 2006-03-17 11:08 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

Peter,

Eric De Mund <ead@ixian.com>:
> I'm attempting to build zsh-4.3.2 under Slackware 9.0-beta on a
> i686-pc-linux-gnu system, and test Y03 is failing. Is this a problem?

Peter Stephenson <pws@csr.com>:
] It's certainly not supposed to happen. Is MULTIBYTE_SUPPORT defined in
] config.h?

It is. Feel free to take a look at config.h, or anything else for that
matter, in the build directory <http://www.ixian.com/ead/tmp/zsh-4.3.2/>.
Following its creation, that directory has only had the commands noted
on lines 4-6 invoked within it:

1       ead% cd tmp
2       tmp% zcat zsh-4.3.2.tar.gz | tar -xvf -
3       tmp% cd zsh-4.3.2
4       zsh-4.3.2% ./configure --prefix=$HOME/local
5       zsh-4.3.2% make
6       zsh-4.3.2% make check

Regards,
Eric
--
Eric De Mund              |   Ixian Systems, Inc.   | ...........
email: <ead@ixian.com>    | 650 Castro St, #120-210 | ICQ: 811788
http://www.ixian.com/ead/ | Mountain View, CA 94041 | Y!M: ead0002


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-17 11:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-16 19:01 (zsh-4.3.2) Y03 test failure under Slackware 9.0-beta Eric De Mund
2006-03-17 10:06 ` Peter Stephenson
2006-03-17 11:08   ` Eric De Mund

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).