| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Oleksandr Gavenko <gavenko AT bifit DOT com DOT ua> |
| Subject: | rebaseall fail: FixImage (/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll) faile, with last error = 13 |
| Date: | Mon, 21 Mar 2011 13:46:43 +0200 |
| Lines: | 50 |
| Message-ID: | <im7dql$h48$1@dough.gmane.org> |
| Mime-Version: | 1.0 |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
After update to newest packages version I get:
$ hg convert http://...
...
3 [main] python 540 C:\opt\cygwin\bin\python.exe: *** fatal error
- unable to remap C:\opt\cygwin\bin\cygaprutil-1-0.dll to same address
as parent: 0x187B0000 != 0x6E9F0000
Stack trace:
Frame Function Args
00228438 6102792B (00228438, 00000000, 00000000, 00000000)
00228728 6102792B (6117DC60, 00008000, 00000000, 6117F977)
00229758 61004F3B (611A6FAC, 61248C0C, 187B0000, 6E9F0000)
End of stack trace
...
To resolve this issue I try run in cmd ==> ash:
$ rebaseall
$ rebaseall
/usr/lib/cygicudata.dll: skipped because nonexistent
/usr/lib/cygicui18n.dll: skipped because nonexistent
/usr/lib/cygicuio.dll: skipped because nonexistent
/usr/lib/cygicule.dll: skipped because nonexistent
/usr/lib/cygiculx.dll: skipped because nonexistent
/usr/lib/cygicutu.dll: skipped because nonexistent
/usr/lib/cygicuuc.dll: skipped because nonexistent
FixImage
(/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcc_s_sjlj-1.dll) failed
with last error = 13
Searching in Google take first link:
http://blog.brev.name/2010/09/nodejs-on-windows-7-under-cygwin.html
which recommend:
To get past this, I edited /bin/rebaseall, and added the following
code to the other filters
on line 110:
* -e '/\/sys-root\/mingw\/bin/d'
So I edit this line to
sed -e '\=/sys-root/mingw/bin=d' -e '\=cygwin1\.dll$=d' -e
'\=cyglsa.*\.dll$=d' -e 's=^=/=' >"$TmpFile"
and 'rebaseall' complete and 'hg conver' success.
May be this fix include to 'rebaseall' utility?
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |