From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79105 invoked by alias); 19 Oct 2015 16:08:47 -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 79089 invoked by uid 89); 19 Oct 2015 16:08:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock04.mail.cornell.edu Received: from limerock04.mail.cornell.edu (HELO limerock04.mail.cornell.edu) (128.84.13.244) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Oct 2015 16:08:45 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock04.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id t9JG8hPP005418 for ; Mon, 19 Oct 2015 12:08:43 -0400 Received: from [192.168.1.3] (cpe-67-249-176-138.twcny.res.rr.com [67.249.176.138]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id t9JG8gu3014423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Mon, 19 Oct 2015 12:08:43 -0400 Subject: Re: [ANNOUNCEMENT] New: gimp-2.8.14-2 To: cygwin@cygwin.com References: <5624F085.1030801@oracle.com> <1445267256.10544.5.camel@cygwin.com> <56250C11.7010201@oracle.com> <1445268832.10544.9.camel@cygwin.com> From: Ken Brown Message-ID: <5625158D.7050805@cornell.edu> Date: Mon, 19 Oct 2015 16:08:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1445268832.10544.9.camel@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00306.txt.bz2 On 10/19/2015 11:33 AM, Yaakov Selkowitz wrote: > On Mon, 2015-10-19 at 17:28 +0200, Dr. Volker Zell wrote: >> On 19.10.2015 17:07, Yaakov Selkowitz wrote: >>> On Mon, 2015-10-19 at 15:30 +0200, Dr. Volker Zell wrote: >>>> I get >>>> >>>> GEGL-/usr/src/ports/gegl/gegl-0.2.0-7.x86_64/src/gegl-0.2.0/gegl/module/geglmodule.c-Message: >>>> Module '/usr/lib/gegl-0.2/matting-levin.dll' load error: No such file or >>>> directory >>>> >>>> although >>>> >>>> 03:29 PM [418]> ls -lt /usr/lib/gegl-0.2/matting-levin.dll >>>> -rwxr-xr-x 1 vzell None 33811 Oct 15 06:39 >>>> /usr/lib/gegl-0.2/matting-levin.dll* >>>> >>>> Otherwise it seems to work. >>> That module depends on libumfpack0. Does cygcheck show a missing DLL >>> dependency? >> >> Ooops actually it's missing cyglapack-0.dll, but it is installed, as you >> can see below. >> >> 05:16 PM [420]> cygcheck /usr/lib/gegl-0.2/matting-levin.dll >> E > [snip] >> cygcheck: track_down: could not find cyglapack-0.dll >> >> 05:22 PM [421]> ls -lt /usr/lib/lapack/ >> total 6152 >> -rwxr-xr-x 1 vzell None 5834771 Feb 10 2015 cyglapack-0.dll* >> -rwxr-xr-x 1 vzell None 459283 Feb 10 2015 cygblas-0.dll* > > Forgive the obvious question, but is /usr/lib/lapack in your PATH? There's a script in /etc/profile.d that puts it in PATH. Most likely, Volker just has to start a new shell after installing liblapack0. I've been bitten by this a couple times. Ken -- 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