| delorie.com/archives/browse.cgi | search |
| 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:to:subject:references:from:date:in-reply-to | |
| :message-id:mime-version:content-type; q=dns; s=default; b=FhewW | |
| fo5yPxi1PnkLrat0lHx9RIYkufFFwNVKcxu8K6rEoCsS6qjbBBrGUpW5wCuYYXYh | |
| I1kBtAjeIMn79140FlYJuaGCDWry01KNsO0OcsOHI6iNBsVwqHH9fQfgtzYU+DkD | |
| oBBD4M11zhN71Hid3TW40AX8hbzhUoY+Z4MY+o= | |
| 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:to:subject:references:from:date:in-reply-to | |
| :message-id:mime-version:content-type; s=default; bh=uJV/LVTkFlC | |
| SgGzeccGORBf1PcQ=; b=EJadyJ4x1ZTJDNSN3bMovAf/TT+dyS2HpuiOfN98UGq | |
| +fG/vDXs9dSGmyX/vw1ZwfLcsos0AdkEgO/JVU/qznfwIh5eKbM5itRpMWOefOfL | |
| W+1B7Fff1ofotyMSaHknlCMxd1PCb9+Vq5yg0riXD/C9rX0i8R+iRG07j5si5Bj8 | |
| = | |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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.2 required=5.0 tests=AWL,BAYES_00,HK_NAME_DR,RP_MATCHES_RCVD,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 |
| X-HELO: | userp1040.oracle.com |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] New: gimp-2.8.14-2 |
| References: | <announce DOT 1444930471 DOT 14968 DOT 72 DOT camel AT cygwin DOT com> <5624F085 DOT 1030801 AT oracle DOT com> <1445267256 DOT 10544 DOT 5 DOT camel AT cygwin DOT com> <56250C11 DOT 7010201 AT oracle DOT com> <1445268832 DOT 10544 DOT 9 DOT camel AT cygwin DOT com> <5625158D DOT 7050805 AT cornell DOT edu> |
| From: | "Dr. Volker Zell" <dr DOT volker DOT zell AT oracle DOT com> |
| Date: | Mon, 19 Oct 2015 18:32:03 +0200 |
| In-Reply-To: | <5625158D.7050805@cornell.edu> (Ken Brown's message of "Mon, 19 Oct 2015 12:08:45 -0400") |
| Message-ID: | <vrivvba23jlo.fsf@VZELL-LAP.de.oracle.com> |
| User-Agent: | Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.23 (cygwin32) |
| MIME-Version: | 1.0 |
| X-IsSubscribed: | yes |
>>>>> Ken Brown writes:
> 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.
Yup, a PATH problem. Everythings fine now.
Ciao
Volker
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |