Return-Path: Delivered-To: apmail-stdcxx-issues-archive@locus.apache.org Received: (qmail 5680 invoked from network); 20 Sep 2008 21:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2008 21:28:35 -0000 Received: (qmail 23105 invoked by uid 500); 20 Sep 2008 21:28:32 -0000 Delivered-To: apmail-stdcxx-issues-archive@stdcxx.apache.org Received: (qmail 23088 invoked by uid 500); 20 Sep 2008 21:28:32 -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 23075 invoked by uid 99); 20 Sep 2008 21:28:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Sep 2008 14:28:31 -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; Sat, 20 Sep 2008 21:27:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4121F234C1E1 for ; Sat, 20 Sep 2008 14:27:44 -0700 (PDT) Message-ID: <1172504377.1221946064265.JavaMail.jira@brutus> Date: Sat, 20 Sep 2008 14:27:44 -0700 (PDT) From: "Chad Loder (JIRA)" To: issues@stdcxx.apache.org Subject: [jira] Commented: (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:comment-tabpanel&focusedCommentId=12633010#action_12633010 ] Chad Loder commented on STDCXX-455: ----------------------------------- I ran into a similar program with a completely different cygwin program (Mercurial, implemented in Python). I saw: {noformat} python.exe *** fatal error - could not load shell32, Win32 error 487 {noformat} The strange thing was that when I ran the same command under strace, it worked fine. These errors are due to a common Cygwin issue having to do with DLL base addresses. The error can be fixed in the user's environment by running the Cygwin 'rebaseall' utility, as documented here: > [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: Travis Vitek > Fix For: 4.3.0 > > 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.