Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 19183 invoked from network); 27 Sep 2007 06:05:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 06:05:26 -0000 Received: (qmail 45842 invoked by uid 500); 27 Sep 2007 06:05:13 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 45810 invoked by uid 500); 27 Sep 2007 06:05:13 -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 45788 invoked by uid 99); 27 Sep 2007 06:05:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 23:05:13 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 06:05:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7B3471418F for ; Wed, 26 Sep 2007 23:04:50 -0700 (PDT) Message-ID: <16150545.1190873090815.JavaMail.jira@brutus> Date: Wed, 26 Sep 2007 23:04:50 -0700 (PDT) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Resolved: (STDCXX-258) run_locale_utils.sh doesn't consider path to locale and localedef In-Reply-To: <14015370.1152562289855.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 [ https://issues.apache.org/jira/browse/STDCXX-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Sebor resolved STDCXX-258. --------------------------------- Resolution: Fixed Looks like this is resolved. Hard to say for sure since there's no test case to verify that this is actually fixed. Marking it resolved -- Andrew, can you double-check the fix works as you intended? > run_locale_utils.sh doesn't consider path to locale and localedef > ----------------------------------------------------------------- > > Key: STDCXX-258 > URL: https://issues.apache.org/jira/browse/STDCXX-258 > Project: C++ Standard Library > Issue Type: Bug > Components: Build > Affects Versions: 4.1.2, 4.1.3 > Reporter: Andrew Black > Assignee: Martin Sebor > Priority: Minor > Fix For: 4.2 > > Attachments: run_utils1.diff > > > At this time, the run_locale_utils.sh script invoks the locale and localedef utilities using the PATH environment variable to determine the location of the utilities. This creates a problem if the bin subdirectory of the buildspace isn't in the PATH variable (likely), or if a system copy of locale or localedef is present in the PATH variable prior to the buildspace bin subdirectory. > One possible solution is to alter the PATH variable when calling the run_locale_utils.sh script, either manually or in the stub locale and sanity_check scripts. The trade off of this method is that other programs may be invoked incorrectly, if the altered PATH masks another utility used in the script. > A second possibility is to alter the run_locale_utils.sh script to use relative or absolute paths to the locale and localedef utilities. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.