From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22622 invoked from network); 4 Oct 2000 15:30:09 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Oct 2000 15:30:09 -0000 Received: (qmail 14323 invoked by alias); 4 Oct 2000 15:29:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12888 Received: (qmail 14316 invoked from network); 4 Oct 2000 15:29:56 -0000 To: zsh-workers@sunsite.auc.dk Subject: Failures on SunOS From: Vin Shelton Date: 04 Oct 2000 11:32:51 -0400 Message-ID: <5453dicfwpo.fsf@icd.teradyne.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii When trying to build from the latest CVS sources on: SunOS ise4 5.5.1 Generic sun4m sparc using 'gcc version 2.95.2 19991024 (release)", I get the following errors from "make check": cd Test ; make check make[1]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Test' if test -n "gcc"; then \ cd .. && \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi mkdir /u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Test/Modules mkdir /u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Test/Modules/zsh for f in /u/shelton/new/src/zsh-2000-10-04-1005-GMT/Test/*.ztst; do \ ../Src/zsh -f /u/shelton/new/src/zsh-2000-10-04-1005-GMT/Test/ztst.zsh $f; \ done /u/shelton/new/src/zsh-2000-10-04-1005-GMT/Test/ztst.zsh:36: failed to load module: zsh/parameter /u/shelton/new/src/zsh-2000-10-04-1005-GMT/Test/ztst.zsh:41: failed to load module: zsh/parameter /u/shelton/new/src/zsh-2000-10-04-1005-GMT/Test/ztst.zsh:49: failed to load module: zsh/parameter ZTST_execchunk:1: failed to load module: zsh/parameter ZTST_execchunk:1: failed to load module: zsh/parameter ZTST_execchunk:5: failed to load module: zsh/parameter ZTST_execchunk:6: failed to load module: zsh/parameter ZTST_execchunk:6: failed to load module: zsh/parameter *** /tmp/zsh.ztst.err.23519 Wed Oct 4 06:26:01 2000 --- /tmp/zsh.ztst.terr.23519 Wed Oct 4 06:26:03 2000 *************** *** 0 **** --- 1,5 ---- + ZTST_execchunk:1: failed to load module: zsh/parameter + ZTST_execchunk:1: failed to load module: zsh/parameter + ZTST_execchunk:5: failed to load module: zsh/parameter + ZTST_execchunk:6: failed to load module: zsh/parameter + ZTST_execchunk:6: failed to load module: zsh/parameter ... I then get the following errors from "make install": make[1]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src' Linking with the standard modules. make[2]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src' make[3]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Builtins' make[3]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Builtins' make[3]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Modules' make[4]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Zle' make[4]: `complete.mdh' is up to date. make[4]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Zle' make[3]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Modules' make[3]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Zle' make[3]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Zle' make[2]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src' rm -f stamp-modobjs.tmp make[2]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src' echo '' builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o init.o input.o jobs.o lex.o linklist.o loop.o math.o mem.o module.o options.o params.o parse.o pattern.o prompt.o signals.o signames.o string.o subst.o text.o utils.o watch.o >> ../Src/stamp-modobjs.tmp make[3]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Builtins' make[3]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Builtins' make[3]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Modules' make[3]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Modules' make[3]: Entering directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Zle' make[3]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src/Zle' make[2]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src' `stamp-modobjs' is up to date. /u/shelton/new/src/zsh-2000-10-04-1005-GMT/mkinstalldirs /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin mkdir /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT mkdir /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin /u/shelton/new/SunOS-5.5/bin/install -c zsh /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh-3.1.9-dev-6 if test -f /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh; then \ rm -f /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh.old; \ ln /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh.old; \ else :; fi rm -f /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh.new ln /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh-3.1.9-dev-6 /u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh.new ln: accessing `/u/shelton/new/SunOS-5.5/zsh-2000-10-04-1005-GMT/bin/zsh-3.1.9-dev-6': No such file or directory make[1]: *** [install.bin-here] Error 1 make[1]: Leaving directory `/u/shelton/new/build/SunOS-5.5/zsh-2000-10-04-1005-GMT/Src' make: *** [install.bin] Error 2