From stdcxx-dev-return-1723-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Tue Jul 11 00:42:28 2006 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 45397 invoked from network); 11 Jul 2006 00:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2006 00:42:28 -0000 Received: (qmail 3476 invoked by uid 500); 11 Jul 2006 00:42:27 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 3459 invoked by uid 500); 11 Jul 2006 00:42:27 -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 3444 invoked by uid 99); 11 Jul 2006 00:42:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 17:42:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 17:42:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25DA4410491 for ; Tue, 11 Jul 2006 00:40:31 +0000 (GMT) Message-ID: <20559872.1152578431151.JavaMail.jira@brutus> Date: Tue, 11 Jul 2006 00:40:31 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (STDCXX-255) Locales utility produces bad output In-Reply-To: <31845553.1152306329880.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-255?page=all ] Martin Sebor resolved STDCXX-255: --------------------------------- Fix Version: 4.2 Resolution: Fixed Assign To: Martin Sebor Should be fixed by the referenced change. > Locales utility produces bad output > ----------------------------------- > > Key: STDCXX-255 > URL: http://issues.apache.org/jira/browse/STDCXX-255 > Project: C++ Standard Library > Type: Bug > Components: Utilities > Environment: uname -a > Linux quandry 2.6.14.5 #1 PREEMPT Thu Dec 29 16:01:39 MST 2005 i686 unknown unknown GNU/Linux > gcc -v > Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs > Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux > Thread model: posix > gcc version 3.2.3 > Reporter: Andrew Black > Assignee: Martin Sebor > Fix For: 4.2 > Attachments: en_US-buildlog.out > > As part of the make runall process for the bin directory, a (generated) script called sanity_test.sh is executed prior to building the locales. This script tests various aspects of the locale and localedef utilities. When running this script manually with the -d (debug) parameter and the buildspace bin directory in the path, I recive the following output. It appears to me that the locale utility may have built incorrectly. > Checking location of locale utilities... correct. > Checking "locale --help" output...Error 399: invalid size at (nil): 4294967295, expected 352 > incorrect. > ERROR: "locale --help" gives wrong output (NAME). > incorrect. > ERROR: "locale --help" gives wrong output (SYNOPSIS). > incorrect. > ERROR: "locale --help" gives wrong output (DESCRIPTION). > correct. > Checking "locale -a" output...Error 399: invalid size at (nil): 4294967295, expected 352 > check completed. > Checking "locale -m" output...Error 399: invalid size at (nil): 4294967295, expected 352 > correct. > Checking "locale -k LC_ALL" output...Error 399: invalid size at (nil): 4294967295, expected 352 > incorrect. > ERROR: "locale -k" gives wrong output (upper). > incorrect. > ERROR: "locale -k" gives wrong output (lower). > incorrect. > ERROR: "locale -k" gives wrong output (space). > incorrect. > ERROR: "locale -k" gives wrong output (print). > incorrect. > ERROR: "locale -k" gives wrong output (cntrl). > incorrect. > ERROR: "locale -k" gives wrong output (alpha). > incorrect. > ERROR: "locale -k" gives wrong output (digit). > incorrect. > ERROR: "locale -k" gives wrong output (punct). > incorrect. > ERROR: "locale -k" gives wrong output (graph). > incorrect. > ERROR: "locale -k" gives wrong output (xdigit). > incorrect. > ERROR: "locale -k" gives wrong output (toupper). > incorrect. > ERROR: "locale -k" gives wrong output (tolower). > incorrect. > ERROR: "locale -k" gives wrong output (abday). > incorrect. > ERROR: "locale -k" gives wrong output (day). > incorrect. > ERROR: "locale -k" gives wrong output (abmon). > incorrect. > ERROR: "locale -k" gives wrong output (mon). > incorrect. > ERROR: "locale -k" gives wrong output (am_pm). > incorrect. > ERROR: "locale -k" gives wrong output (d_t_fmt). > incorrect. > ERROR: "locale -k" gives wrong output (d_fmt). > incorrect. > ERROR: "locale -k" gives wrong output (t_fmt). > incorrect. > ERROR: "locale -k" gives wrong output (t_fmt_ampm). > incorrect. > ERROR: "locale -k" gives wrong output (int_curr_symbol). > incorrect. > ERROR: "locale -k" gives wrong output (currency_symbol). > incorrect. > ERROR: "locale -k" gives wrong output (mon_decimal_point). > incorrect. > ERROR: "locale -k" gives wrong output (mon_thousands_sep). > incorrect. > ERROR: "locale -k" gives wrong output (mon_grouping). > incorrect. > ERROR: "locale -k" gives wrong output (positive_sign). > incorrect. > ERROR: "locale -k" gives wrong output (negative_sign). > incorrect. > ERROR: "locale -k" gives wrong output (int_frac_digits). > incorrect. > ERROR: "locale -k" gives wrong output (frac_digits). > incorrect. > ERROR: "locale -k" gives wrong output (p_cs_precedes). > incorrect. > ERROR: "locale -k" gives wrong output (p_sep_by_space). > incorrect. > ERROR: "locale -k" gives wrong output (n_cs_precedes). > incorrect. > ERROR: "locale -k" gives wrong output (n_sep_by_space). > incorrect. > ERROR: "locale -k" gives wrong output (p_sign_posn). > incorrect. > ERROR: "locale -k" gives wrong output (n_sign_posn). > incorrect. > ERROR: "locale -k" gives wrong output (decimal_point). > incorrect. > ERROR: "locale -k" gives wrong output (thousands_sep). > incorrect. > ERROR: "locale -k" gives wrong output (grouping). > (seems) correct. > Checking "localedef --help" output... correct. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira