From issues-return-2433-apmail-stdcxx-issues-archive=stdcxx.apache.org@stdcxx.apache.org Mon Sep 22 16:03:05 2008 Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 76647 invoked from network); 22 Sep 2008 16:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Sep 2008 16:03:04 -0000 Received: (qmail 58275 invoked by uid 500); 22 Sep 2008 16:03:02 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 58259 invoked by uid 500); 22 Sep 2008 16:03:02 -0000 Mailing-List: contact issues-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list issues@stdcxx.apache.org Received: (qmail 58248 invoked by uid 99); 22 Sep 2008 16:03:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 09:03:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Sep 2008 16:02:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43590234C1D5 for ; Mon, 22 Sep 2008 09:02:44 -0700 (PDT) Message-ID: <1478086293.1222099364274.JavaMail.jira@brutus> Date: Mon, 22 Sep 2008 09:02:44 -0700 (PDT) From: "Farid Zaripov (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Resolved: (STDCXX-455) [Cygwin] localedef errors: fatal error - could not load shell32, Win32 error 487 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-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Farid Zaripov resolved STDCXX-455. ---------------------------------- Resolution: Fixed Fix Version/s: (was: 4.3.0) 4.2.2 Fixed thus: http://svn.apache.org/viewvc?rev=697875&view=rev Will be closed after merging the changes in branches/4.3.x and trunk. > [Cygwin] localedef errors: fatal error - could not load shell32, Win32 error 487 > -------------------------------------------------------------------------------- > > Key: STDCXX-455 > URL: https://issues.apache.org/jira/browse/STDCXX-455 > Project: C++ Standard Library > Issue Type: Bug > Components: Locales > Affects Versions: 4.2.0 > Environment: Cygwin > Reporter: Farid Zaripov > Assignee: Farid Zaripov > Fix For: 4.2.2 > > Original Estimate: 3h > Remaining Estimate: 3h > > ar_IN.UTF-8, de_DE.UTF-8 and en_IN.UTF-8 locales are failed: > 5437 [main] localedef 3260 d:\_projects\stdcxx_working\cygwin_15s\bin\localedef.exe: *** fatal error - could not load shell32, Win32 error 487 > /bin/sh: line 5: 3260 Hangup ./localedef -w -c -f /cygdrive/d/_projects/stdcxx_working/etc/nls/charmaps/$cname -i /cygdrive/d/_projects/stdcxx_working/etc/nls/src/$lname /cygdrive/d/_projects/stdcxx_working/cygwin_15s/nls/ar_IN.UTF-8 > make: *** [ar_IN.UTF-8] Error 129 > 5 [main] localedef 3444 d:\_projects\stdcxx_working\cygwin_15s\bin\localedef.exe: *** fatal error - could not load shell32, Win32 error 487 > /bin/sh: line 5: 3444 Hangup ./localedef -w -c -f /cygdrive/d/_projects/stdcxx_working/etc/nls/charmaps/$cname -i /cygdrive/d/_projects/stdcxx_working/etc/nls/src/$lname /cygdrive/d/_projects/stdcxx_working/cygwin_15s/nls/de_DE.UTF-8 > make: *** [de_DE.UTF-8] Error 129 > 5 [main] localedef 3952 d:\_projects\stdcxx_working\cygwin_15s\bin\localedef.exe: *** fatal error - could not load shell32, Win32 error 487 > /bin/sh: line 5: 3952 Hangup ./localedef -w -c -f /cygdrive/d/_projects/stdcxx_working/etc/nls/charmaps/$cname -i /cygdrive/d/_projects/stdcxx_working/etc/nls/src/$lname /cygdrive/d/_projects/stdcxx_working/cygwin_15s/nls/en_IN.UTF-8 > make: *** [en_IN.UTF-8] Error 129 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.