zsh-workers
 help / color / mirror / code / Atom feed
From: Vin Shelton <shelton@ICD.Teradyne.COM>
To: zsh-workers@sunsite.auc.dk
Subject: Failures on SunOS
Date: 04 Oct 2000 11:32:51 -0400	[thread overview]
Message-ID: <5453dicfwpo.fsf@icd.teradyne.com> (raw)

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


                 reply	other threads:[~2000-10-04 15:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5453dicfwpo.fsf@icd.teradyne.com \
    --to=shelton@icd.teradyne.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).