Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Revised MACHINES



This seems to be a summary of where we are.

Index: Etc/MACHINES
===================================================================
RCS file: /cvsroot/zsh/zsh/Etc/MACHINES,v
retrieving revision 1.22
diff -u -r1.22 MACHINES
--- Etc/MACHINES	14 Mar 2004 11:39:49 -0000	1.22
+++ Etc/MACHINES	17 Mar 2004 14:16:41 -0000
@@ -29,6 +29,10 @@
 	It can be downloaded from:
 	    http://sourceforge.net/project/showfiles.php?group_id=17203
 
+	The zsh/zpty library is not working on 10.1 and 10.2, but is on
+	10.3.  This causes the tests starting `Y' in the Test directory to
+	fail, even though the features to be tested are working.
+
 Red Hat Inc.: Cygwin
 	Should build `out-of-the-box'.  The compilation directory should
 	be on a file system mounted as binary (the mount command shows
@@ -75,10 +79,7 @@
 	does not work, but it does with 3.x and 4.x.
 
 HP: HP-UX 9, 10.20, 11.x (PA-RISC, Itanium)
-	Should build `out-of-the-box'.  The zsh/zpty module is not
-	working on recent versions of 11.x.  This causes all the
-	Y tests in the Tests subdirectory to fail, possibly in obscure
-	ways.  However, zsh/zpty is not needed in normal operation.
+	Should build `out-of-the-box'.
 
 	Previous problems encountered on HP-UX 11.x:
 
@@ -101,15 +102,10 @@
 IBM: AIX 3.2, 4.x, 5.x
 	Should build `out-of-the-box'.
 
-	AIX, unusually, requires that symbols available in dynamically
-	loaded libraries be marked explicitly.  As the developers do not
-	have direct access to AIX these markers are often missing.  The
-	usual symptom is that linking a library (.so) file fails and
-	reports a missing symbol.  Please report any such failures to the
-	maintainers.
-
 	Certain features will not work, in particular --enable-cap
-	and --enable-zsh-mem.
+	and --enable-zsh-mem.  (The feature enabled by --enable-cap
+	is apparently present, however.  Help getting this to work
+	would be appreciated.)
 
 	On 3.2, for 64-bit integer support you need to compile with gcc, as
 	the native compiler does not support ANSI simultaneously with
@@ -187,7 +183,9 @@
 	is passed the option --enable-cflags='-LANG:vla=off -O' (combined
 	with other flags if necessary).
 
-	The zpty module is not currently supported.
+	The zpty module is not currently supported.  This causes the
+	tests starting `Y' in the Test directory to fail, even though
+	the features to be tested are working.
 
 Sun: SunOS 4.1.x
 	[Out of date.]
Index: Test/C02cond.ztst
===================================================================
RCS file: /cvsroot/zsh/zsh/Test/C02cond.ztst,v
retrieving revision 1.13
diff -u -r1.13 C02cond.ztst
--- Test/C02cond.ztst	5 Aug 2002 13:10:03 -0000	1.13
+++ Test/C02cond.ztst	17 Mar 2004 14:16:41 -0000
@@ -135,7 +135,7 @@
     [[ -N newnewnew && ! -N unmodified ]]
   fi
 0:-N cond
-F:This test can fail on NFS-mounted filesystems as the access and
+F:This test can fail on NFS or HFS filesystems as the access and
 F:modification times are not updated separately.  This does not indicate
 F:a problem in the shell.
 

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author