X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=wmUBn NMe4wNr4nWSBIxOMLevKUQSmMEHTbAp1xfjgSqQmiTeqLfYpyuqo62lMAOltj6tU ReLDHsUUkXypR0cB+WrPUkh1xgEjnACYq3PPbC+GOpgFGjIk+23T61DDmuaXcFGZ QHRYo7Nct+jBSL1Td+DyN3rRMAJ5x88smGY8Cw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=0nYH6isv4gC ORjgHR6MZQTeQIEI=; b=trxU3l7U9vz5dqgntdMcHHJrCTHP8sa0vh0uFdCIb8Q MYkSetifbgrMT5OaIjRkiOsqUYNliyw3GKQZXAk8TQEjVDrQPQTz7swLfa1EEwmT NmEVTGjFTMJcHN+/PGhTHzp9HvJxTBGb3tn4scp7YbkQddh6Iw1vIz3ZuYcix810 = Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net 3s82w561GXz1fjH From: Achim Gratz To: cygwin AT cygwin DOT com Subject: Re: Postinstall script errors on cygwin x86 install References: <713977349 DOT 11020508 DOT 1470690330004 DOT JavaMail DOT yahoo DOT ref AT mail DOT yahoo DOT com> <713977349 DOT 11020508 DOT 1470690330004 DOT JavaMail DOT yahoo AT mail DOT yahoo DOT com> Date: Tue, 09 Aug 2016 20:33:05 +0200 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 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