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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=eov0hBrrDp9AF3G5DVWlY7qXu+dDF Euz4PANY7h0wah1dqbTRHwjI1vwUUKN0phDc/kdHGbkTRZTkybAi3jHlnLTU+fy9 thd8pmyWiuT9+iBstGtgXypPefMo74XVdYwBCcS70TB72L2wDrVznERhYruFfuR6 xfbCx3YaEFFlLs= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=DtGiGsjJhzPyhohbBpXastsC1TM=; b=Wua aTGunGJT3vkXfcLl8aaL4r7eY8HLugb9MdgU8c5b8DdaoAjSpreyrxLsdVqYKonb LAUznfecK0BGaDNUAybQ4GZf2sULkrXc87q+98cky5GLcdLr82Wp01pLJfAdpjZo rzhjfBTNEDSirPpR6eFDfmJ6DLQ0lWV98UfXpnPg= 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=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Search X-HELO: mail-oi0-f47.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=IQ/izeC2jH31AfEBWTD1T3B/NMcgP3TgJybNL095EV8=; b=CtmOLf0/GuE1wRX3pVQz5G+d66/H3KtIS9RSzJ+q6z+4G1EzrAoq9mwAo9DYht9W54 +veJx+esMKxw0sqPg08wv4T8q8lvuTMw47VH2RcwRuKBT/uYIHnPRzdo8oSPcrjAxn9I 0uVa/wU7jsz2M5tNoluilGrgu+BpZ+PVaydKtJU+T3oTr+425IOuwhtgR0GukE5Ckziq E79gnbgj5Zr9Jn0Ez6Xgd+LwT2l6s9C5Rr8wct+xNVGEQ7n5n+3oUdIPseDYQLztwSPR EwBTxUWieXjhV52hFEGU2P3tp7ek31vU/sgdxgjHUkhISHntMP8bCpITHk5gfjCLUHZ0 yTlg== X-Gm-Message-State: AOPr4FUiIxXA6t6GKkblMbnVuymuAziUfDAInVEJQGLRwQWEOT2IgcYphqFF6ANTNRM27UM/F0cYq9x+W9nLBw== MIME-Version: 1.0 X-Received: by 10.202.231.198 with SMTP id e189mr1402625oih.25.1462286040596; Tue, 03 May 2016 07:34:00 -0700 (PDT) Date: Tue, 3 May 2016 16:34:00 +0200 Message-ID: Subject: Re: Fatal error in wget 1.17.1 From: Jon Ronnenberg To: cygwin AT cygwin DOT com, Marco Atzeri Content-Type: text/plain; charset=UTF-8 >> I just got a similar error when running make from a git hook, while >> running make from nodejs npm is fine. I suspect my terminal, >> C:\tools\cmder\vendor\conemu-maximus5 http://cmder.net/ has something >> to do with it. >> >> In my git pre-push hook I run >> make clean >> npm run make >> The latter is just calling make -j from within nodejs. >> >> 1 [main] make (17908) C:\cygwin64\bin\make.exe: *** fatal error - >> cygheap base mismatch detected - 0x180330400/0x18033E400. >> 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. >> >> firefund-styleguide AT 1 DOT 0 DOT 0-alpha make C:\Users\dotnet\Projects\firefund\styleguide >> make -j >> >> >> make: Nothing to be done for 'all'. >> >> As you can see the first command fails but the second succeed. I can >> run make clean from conemu. >> wget fails under conemu but can run under cygwin but errors on >> connectivity while I have Internet access. make fails in a git hook >> but can run from both nodejs (as a child process) and conemu. > > >Question: >are wget and make working correctly on Cygwin Terminal (Mintty) ? > > >Regards >Marco Hi Marco. Yes it works on the Cygwin Terminal (don't know if its Mintty but it's the one bundled with cygwin). Do you have any idea why it won't work in my default terminal? Most cygwin programs run fine in conemu (https://conemu.github.io/). -- 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