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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=DaXmEtmDn6wRqOo1 LsdQ6Dl/9JDO+V+IXjtSLagbuvuyGCXrCO9RUJmKJs5GsC7VcWyDTXRfgbWY+1qx Ipvp2nu7WXPninJ1KEEwxdcCtcYfU6Wu6YS9pkCKKICVHGCOY4GrimQK+Duw/3rb gzw9nJ8+csDaD53jVuNTzsN8/e0= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=R3FTE9p28UAleGwwwsfxwH gv97Y=; b=XjCQGISnQPkGGY6rwnPMAwL7JRC9ONvH/t3SPIyWIedNRCl53TGHzs uP/jI5xmX8IazoxTPd0vRTnnLyESNdTPG4oxmTC/N4o7PcZkk3HZ6tCjo/t1FUK0 +ygdTIolhp6TAd3elgTmF68QTMWAhRbVfh0lXlD5hYcYrvDWxd9HY= 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=-6.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Alvioli, Massi X-HELO: mail-wm0-f49.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=NsoTZ2XBNyeLgSSVdF5LZ4WgwznbkDz3cDs9XPrlpc0=; b=j89/2mu8saUBZq8e8pR3bk5UQ0GiX1a+mDygf+NkMTvbFBGwdBcOvafTlNl2e1caHA ECb65MPlLjeih/SD0Gh4yHFkjDRAjl0FPbFCvURo0zeoB3KowcjgFtLRmWnR+mPo/927 8xE+NvT+2hD+HzLzsb22avek2YbNSp78vkLDoJoaIfIj1V4KzsECbzCC7RVatpJw1c9p pQe8V2Ng2Emm1dQiBmtZbnqbGe9NkoS/NVzPc9m0MvW5vL9coogLc/ppjlODWSq+OX/9 n1ZAt9T7ThtU2sKN/ihQEVQY+oxhXjHqk1cWUo7fOsteWM4dmBv/QX08hwtBYSvsUPp6 Ns9g== X-Gm-Message-State: ALKqPweqzjpGtzgh/vCcnYQXiodmUkaVxQGPNpylv/7Ztxp/REx574A/ 4gbMJRm4fCsGjzdX2sHSg4XKu1+H X-Google-Smtp-Source: AB8JxZqr2zpsaSof287VXZI83fcUb+W73TR5vyMSgWVwxqaAbewyxYjIrobkMpqk6eQWh8uyzRwoug== X-Received: by 2002:a50:8243:: with SMTP id 61-v6mr1176187edf.308.1526477787138; Wed, 16 May 2018 06:36:27 -0700 (PDT) Subject: Re: compiling GRASS GIS in Cygwin and Windows 10 To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: Date: Wed, 16 May 2018 15:36:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 5/16/2018 9:57 AM, Massi Alvioli wrote: > Hi all, > > I need a bit of help with GRASS GIS compiled with cygwin and Windows > 10. Right after a Cygwin update, > a few weeks ago, my GRASS 7.2 gui stopped working with a cryptical > Cygwin-related error message reported below. > I tried rolling back a few wxPython-related Cygwin packages to > previous versions, but I had no luck. I also run rebase > a few times, as suggested to heal similar problems in some web > location. Same result going to grass74 (to which the > errors above refer). The source package is here: > https://grass.osgeo.org/grass74/source/grass-7.4.0.tar.gz > and the list of options used to compile GRASS and a cygcheck dump are > attached here! > > ----- --- -- - > GRASS 7.4.0 (italia):~ > 1 [main] python2.7 8396 > child_info_fork::abort: unable to map > C:\cygwin64\bin\cygSDL2-2-0-0.dll, Win32 error 1114 It seems python failed to load cygSDL2-2-0-0.dll I assume that the output of cygcheck cygSDL2-2-0-0.dll is fine, but probably one of the dependency was incorrectly updated. Look if there is any /usr/bin/*.new file. For further dependency check you can use http://www.dependencywalker.com/ on cygSDL2-2-0-0.dll or run the python compiler under strace. -- 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