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=XlENz423CMKsh3plFCXPpnGZcpJlZ NKd52c01K31Byn7TffGNbycgLFpGHmouO1hrifs3S/l7Goo9VHKqbQK6j18jXkPI 13DQIxN7IN1RZklFFfd3Xwatvhua9FoXI1uKdqDKm1D46aC6y6sp2DQLp4ZMpWk9 BTrvFGc0/GMLt8= 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=JEhPAq8KHnZqq6PehsqjWA6mtYw=; b=gWR zhpKlttKiRuWiZ1nl0InEg88GgveBsHQU+hz+DjL3bviG+XWiutFZnM4OB6yi5TG +DrcHBZIxAkSaKTcDB2ADHTRBqLVY71QEnBBpb0PC0m2irKQL8pFnfW6Piaj94PR LkE7R59MPy/i0ZVzjx4NU+kf2l6FqDw2CR9Zw97A= 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.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:ac.jp, Jon, reside, downloading X-HELO: mail-oi0-f42.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=iEmYBlwaWmEnqRH27CAZI73ZrJv/BWgl9PP3sqyyGLQ=; b=kI7cCXFV5t/Q+r1/ImAq2zt8/O0jPHien8YcK+v0psluxOE6DzvhQVSLcKpJ8Cvhc0 5G5dPDKmXXjABQS9xAgi96zw8hpZKEbTglcXnl6jdOSOS+VctKFXUw7fZSsOFK7ovcaz aYGAe9KLpacFdbHEKmsi583718fbBMdi/P97e4lh1DXyq3GyM1S3CX/G2Y5aOcs3gltP XREsASqVJ1di+EftY80ZBi7RUQ7J3COQ+pOkB3b79l602HYGWfaX+pBgKQFbUUw9EzkL uaDmJV1eV/CEwfkx7o4ns56gNrPx70eR1Syit/ou3G5w/fsxo1Lpmp9zO5509AnOHFqA sgLQ== X-Gm-Message-State: AOPr4FXTYz7LiIy53g3yAZKN/Qh1x28vBn3WlAHZStGpfJBFIyKhGD1Mj82iawFiiDvMwH5Y5/AHhEuknHdbWA== MIME-Version: 1.0 X-Received: by 10.202.239.87 with SMTP id n84mr16611776oih.175.1462224749273; Mon, 02 May 2016 14:32:29 -0700 (PDT) Date: Mon, 2 May 2016 23:32:29 +0200 Message-ID: Subject: Fatal error in wget 1.17.1 From: Jon Ronnenberg To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi all. I'm new here and this is my first post. I've just installed wget (GNU Wget 1.17.1 built on cygwin) and got the following error: sh download_model.sh Downloading the colorization model... 1 [main] wget (14720) C:\cygwin64\bin\wget.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. The content of download_model.sh is: #!/bin/sh echo "Downloading the colorization model..." wget --continue -O colornet.t7 -- " http://hi.cs.waseda.ac.jp/~iizuka/data/colornet.t7" I'm on Windows 10 Before running, but after installing, I downloaded the current setup-x86_64.exe from cygwin.com (today 2016-05-02). I tried reinstalling wget but the error message remain the same. Not sure what to do next. Cheers, Jon -- 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