From stdcxx-dev-return-2443-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Fri Dec 08 22:20:10 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 92161 invoked from network); 8 Dec 2006 22:20:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Dec 2006 22:20:10 -0000 Received: (qmail 47503 invoked by uid 500); 8 Dec 2006 22:20:18 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 47482 invoked by uid 500); 8 Dec 2006 22:20:18 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 47470 invoked by uid 99); 8 Dec 2006 22:20:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 14:20:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 14:20:07 -0800 Received: from [10.70.3.48] ([10.70.3.48]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id kB8MJf3b032507 for ; Fri, 8 Dec 2006 22:19:42 GMT Message-ID: <4579E500.7080508@roguewave.com> Date: Fri, 08 Dec 2006 15:19:44 -0700 From: Andrew Black User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.8) Gecko/20061029 SeaMonkey/1.0.6 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: locale testing failures on Tru64 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Greetings all. One of the persistent failures observed in automated testing is the locale tests on Tru64. I have performed a manual build, and it appears that the cause is a failure in the run_locale_utils.sh script. The output of running both the sanity_test.sh wrapper script and the en_US.ANSI_X3.4-1968.sh wrapper script is as follows: > ./run_utils: Usage : > script -s -b ## checking sanity > script -f -i -l ## check functionality Looking at the script, it seems to me that the version of sh living in /bin/sh is deficient in it's processing of the getopts command. I do not have a solution to this problem at this time, but I hope to look into it next week. --Andrew Black