From derby-dev-return-10182-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Fri Nov 04 07:10:56 2005 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 84784 invoked from network); 4 Nov 2005 07:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Nov 2005 07:10:55 -0000 Received: (qmail 81000 invoked by uid 500); 4 Nov 2005 07:10:55 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80964 invoked by uid 500); 4 Nov 2005 07:10:54 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 80955 invoked by uid 99); 4 Nov 2005 07:10:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2005 23:10:54 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 68.142.198.205 is neither permitted nor denied by domain of mcintyre.a@gmail.com) Received: from [68.142.198.205] (HELO smtp106.sbc.mail.mud.yahoo.com) (68.142.198.205) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 03 Nov 2005 23:10:49 -0800 Received: (qmail 74505 invoked from network); 4 Nov 2005 07:10:32 -0000 Received: from unknown (HELO ?192.168.0.5?) (fuzzylogic@sbcglobal.net@68.121.144.233 with plain) by smtp106.sbc.mail.mud.yahoo.com with SMTP; 4 Nov 2005 07:10:31 -0000 Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: References: <436A0A26.6040204@sbcglobal.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Andrew McIntyre Subject: 10.1.2.1 release (was Re: Please check ksh scripts...) Date: Thu, 3 Nov 2005 23:10:29 -0800 To: X-Mailer: Apple Mail (2.746.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Nov 3, 2005, at 7:48 AM, Knut Anders Hatlen wrote: > The ksh scripts work fine on Solaris (tested tar and zip). Great. (sort of :-) ) > I have found another issue with them, tough. When you just put the > script directory in your path and type 'ij.ksh', most unices will use > /bin/sh instead of ksh. Under Linux and Cygwin this is fine because > /bin/sh actually is Bash, which supports all the ksh commands used in > the scripts. Under Solaris and BSD /bin/sh is not Bash, and therefore > the scripts fail. Wouldn't a #! be sufficient? I guess you never know for sure... > I'll file a JIRA issue on this and attach a patch. > > Sorry I didn't bring it up earlier. (The thing is, I have never > actually used the scripts.) Can we agree that this is not a showstopper for 10.1.2.1, considering that this was an issue for 10.1.1.0? I agree that it would be nice to fix so that it works 'out-of-the-box' for everyone, but at some point you need to make a cutoff for fixes, no matter how small. Personally, I think that this is something that can wait for 10.1.3 and/or 10.2, and there are other suggestions completely besides scripts (see Lance's mail about using Ant). If there are no objections, I think we should target DERBY-667 and DERBY-677 for 10.1.3.0/10.2.0.0 and continue forward with releasing 10.1.2.1. andrew