From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62744 invoked by alias); 16 May 2018 13:36:31 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 62727 invoked by uid 89); 16 May 2018 13:36:30 -0000 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 Received: from mail-wm0-f49.google.com (HELO mail-wm0-f49.google.com) (74.125.82.49) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 16 May 2018 13:36:29 +0000 Received: by mail-wm0-f49.google.com with SMTP id f6-v6so1607027wmc.4 for ; Wed, 16 May 2018 06:36:28 -0700 (PDT) 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) Received: from [192.168.79.124] (hotsplots-blu1-ip26.cust.syseleven.net. [185.46.137.26]) by smtp.gmail.com with ESMTPSA id x20-v6sm1310052edr.24.2018.05.16.06.36.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 May 2018 06:36:26 -0700 (PDT) Subject: Re: compiling GRASS GIS in Cygwin and Windows 10 To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: Date: Wed, 16 May 2018 14:28:00 -0000 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 X-SW-Source: 2018-05/txt/msg00209.txt.bz2 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