From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93677 invoked by alias); 9 Aug 2016 18:33:28 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 93644 invoked by uid 89); 9 Aug 2016 18:33:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=brent, H*i:sk:7139773, died, morning X-HELO: mail-in-10.arcor-online.net Received: from mail-in-10.arcor-online.net (HELO mail-in-10.arcor-online.net) (151.189.21.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 09 Aug 2016 18:33:13 +0000 Received: from mail-in-19-z2.arcor-online.net (mail-in-19-z2.arcor-online.net [151.189.8.36]) by mx.arcor.de (Postfix) with ESMTP id 3s82w60Y8lz2lqS for ; Tue, 9 Aug 2016 20:33:10 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-19-z2.arcor-online.net (Postfix) with ESMTP id 0A9833665E5 for ; Tue, 9 Aug 2016 20:33:10 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net 3s82w561GXz1fjH Received: from Gertrud (p54B7FBB0.dip0.t-ipconnect.de [84.183.251.176]) (Authenticated sender: stromeko@arcor.de) by mail-in-07.arcor-online.net (Postfix) with ESMTPSA id 3s82w561GXz1fjH for ; Tue, 9 Aug 2016 20:33:09 +0200 (CEST) From: Achim Gratz To: cygwin@cygwin.com Subject: Re: Postinstall script errors on cygwin x86 install References: <713977349.11020508.1470690330004.JavaMail.yahoo.ref@mail.yahoo.com> <713977349.11020508.1470690330004.JavaMail.yahoo@mail.yahoo.com> Date: Tue, 09 Aug 2016 21:06:00 -0000 In-Reply-To: <713977349.11020508.1470690330004.JavaMail.yahoo@mail.yahoo.com> (Brent's message of "Mon, 8 Aug 2016 21:05:29 +0000 (UTC)") Message-ID: <87shudssgu.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2016-08/txt/msg00152.txt.bz2 Brent writes: > I recently encountered a very similar problem, and I think that I have > a simple solution, so I wanted to followup. I don't think you've solved your problem. > --this morning, however, some R code failed that worked just 2 days ago (and was not changed in the interim...) > --actually, it was the R C++ compiler of some critical methods that was failing, not R per se > --the warning message was: > Warning: running command 'C:/PROGRA~1/RRO/R-31~1.2/bin/x64/R CMD SHLIB file9d81bb03ccf.cpp 2> file9d81bb03ccf.cpp.err.txt' had status 1 > 0 [main] make (1584) c:\Rtools\bin\make.exe: *** fatal error - cygheap base mismatch detected - 0xFCF408/0xDDF408. > This problem is probably due to using incompatible versions of the cygwin DLL. > Search for cygwin1.dll using the Windows Start->Find/Search facility > and delete all but the most recent version. The most recent version *should* > reside in x:\cygwin\bin, where 'x' is the drive on which you have > installed the cygwin distribution. Rebooting is also suggested if you > are unable to find another cygwin DLL. > 0 [main] make 2544 fork: child -1 - forked process 1584 died unexpectedly, retry 0, exit code 0xC0000142, errno 11 You are obviously not using the R that comes with Cygwin and in addition some extra stuff that lives in C:\Rtools. And apparently, the latter comes with their own Cygwin-based tools and gets delivered with their own cygwin1.dll. Now, If you had read the error message you might have found where that second cygwin1.dll lives (and likely still lives). The next time you'll call the tools in whatever order to make that other (older) cygwin1.dll load first or have the programs in Rtools try to use the newer cygwin1.dll you will have that very same problem again. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofeld V1.15B11: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada -- 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