zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: zsh-workers@math.gatech.edu (zsh-workers)
Subject: BUGS file
Date: Tue, 7 Nov 1995 22:33:15 +0100 (MET)	[thread overview]
Message-ID: <199511072133.WAA19058@bolyai.cs.elte.hu> (raw)

The BUGS file says that there are problems on ULTRIX with gcc.  The problem is
really in nawk.  As I remember, the latest BUGS file did not contain this.

The patch below also removes the multi-io bug/feature description since Zefram
fixed it by addin NO_MULTI_IOS option (which is not yet part of the baseline).

The MACHINES file contains the note about SunOS 4.1.3 (which is referenced
from the BUGS file).

Cheers,

   Zoltan

*** Etc/BUGS	1995/11/07 18:15:16	1.1
--- Etc/BUGS	1995/11/07 18:15:30
***************
*** 1,15 ****
  -*- text -*-
  ------------------------------------------------------------------------
- % ( echo foo ; echo bar 1>& 2 ) 2>&1 1>/dev/null | cat
- bar
- foo
- % ksh
- $ ( echo foo ; echo bar 1>& 2 ) 2>&1 1>/dev/null | cat
- bar
- 
- This is not exactly a bug, but an effect of the multiple IO
- redirection.  It is a (k)sh incompatibility, though.
- ------------------------------------------------------------------------
  Completion has a habit of doing the wrong thing after a
  backslash/newline.
  ------------------------------------------------------------------------
--- 1,5 ----
***************
*** 60,70 ****
  and ksh and may be removed in the future. A good fix would be to keep
  such patterns unchanged if they do not match regardless of the state of
  the nonomatch and nullglob options.
- ------------------------------------------------------------------------
- On ULTRIX 4.2, if NOTIFY is unset, zsh gets SEGV each time a background
- job terminates if compiled with gcc-2.6.3 or c89. It does not happen
- with cc (non-ANSI compiler, ansi2knr is used). Terminal suspension
- does not seem work regardless of the compiler.
  ------------------------------------------------------------------------
  On some systems nawk is broken and produces incorrect signames.h file.
  This make the signals code unusable. This often happens on Ultrix, HP-UX,
--- 50,55 ----
*** Etc/MACHINES	1995/09/20 10:53:32	1.1
--- Etc/MACHINES	1995/11/07 18:22:41
***************
*** 39,46 ****
  
  Sony:	NWS with NEWS-OS 3.3
  
! SUN:	SunOS 4.1.1, 4.1.3
  		Builds ok with native cc and gcc 2.5.8.
  	Solaris 2.1, 2.2, 2.3, 2.4
  		Builds ok with both gcc 2.5.8, and SPARCompiler 3.01.
  		When building zsh on Solaris, you should unset your
--- 39,56 ----
  
  Sony:	NWS with NEWS-OS 3.3
  
! SUN:	SunOS 4.1.1, 4.1.2, 4.1.3
  		Builds ok with native cc and gcc 2.5.8.
+ 		Under 4.1.3 if yellow pages is used, username completion
+ 		may cause segmentation violaton.  This is a bug in the
+ 		shared library not in zsh.  Some libc.so.1.9.x has this
+ 		bug (it fails in yp_all).  Statically linked binaries will
+ 		work if linked with libc.so.1.8.1 (which means that if
+ 		you can get a statically linked binary compiled under 4.1.2
+ 		that it will probably work).
+ 		An altermative but untested solution may be to undefine
+ 		HAVE_NIS in config.h.  This may work, but the first username
+ 		completion will be _very_ solw (as slow as in tcsh).
  	Solaris 2.1, 2.2, 2.3, 2.4
  		Builds ok with both gcc 2.5.8, and SPARCompiler 3.01.
  		When building zsh on Solaris, you should unset your


             reply	other threads:[~1995-11-07 21:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-07 21:33 Zoltan Hidvegi [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-10-10 21:42 Zoltan Hidvegi
1995-10-12 20:40 ` Dave Sainty

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=199511072133.WAA19058@bolyai.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=zsh-workers@math.gatech.edu \
    /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).