This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fatal error in wget 1.17.1


>> 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@1.0.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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]