From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ns.caldera.de ([212.34.180.1]) by hawkwind.utcs.utoronto.ca with SMTP id <46468>; Thu, 1 Nov 2001 14:01:39 -0500 Received: (from dalibor@localhost) by ns.caldera.de (8.11.1/8.11.1) id fA1HZ3V01247; Thu, 1 Nov 2001 18:35:03 +0100 Date: Thu, 1 Nov 2001 12:35:03 -0500 From: Stefan Dalibor To: Tim Goodwin Cc: rc@hawkwind.utcs.toronto.edu Subject: Re: Release candidate rc-1.6c4 available Message-ID: <20011101183503.A31677@caldera.de> Reply-To: dalibor@caldera.de Mail-Followup-To: Stefan Dalibor , Tim Goodwin , rc@hawkwind.utcs.toronto.edu References: <20011031161824.1422.qmail@happy.star.le.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011031161824.1422.qmail@happy.star.le.ac.uk>; from tjg@star.le.ac.uk on Wed, Oct 31, 2001 at 11:18:24AM -0500 Hi, On Wed, Oct 31, 2001 at 11:18:24AM -0500, Tim Goodwin wrote: > A new beta release, which is also a release candidate for the next > full release, is available from the usual place. ... > I need your help to decide if this release candidate is a trick or a > treat. I'm using this version (with GNU readline) on RedHat, SunOS, > and Tru64. I've also built and tripped it on CygWin, Irix, NetBSD, > and OpenBSD. not very surprisingly, 1.6c4 builds and trips fine under OpenLinux 3.1.1, with and without GNU readline (this is Linux 2.4.9/glibc-2.2.4/gcc-2.95.2). QNX RTP 6.1.0 is a bit more problematic: These are minor: o utoa() in print.c conflicts with a library function (with different signature) - renaming rc's version of the function fixes this o test isn't delivered as standalone program with this OS, so the glob test in trip.rc for many slashes fails - this can be fixed by changing the resp. line to `sh -c 'test -f '^...' These are worse: o setrlimit() fails to inherit limits to child processes, i.e. `limit coredumpsize 0; limit coredummpsize | cat' results in `coredumpsize unlimited' - IMHO this is a bug in QNX as other shells (bash2, pdksh) show the same bug o the test for waiting for a killed process fails too - rc's wait exits w/o message (I didn't investigate this further) Aside from this, rc seems to work O.K. under QNX RTP. Stefan