delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/08/21/18:03:26

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=AdGYCxULPl4GYqcZ
za+R3jBv4b8zUJuZDvmMS1EV5KlK5rxx1DksW6V9oTrExuPgM9Eadmi+zLZ/vhoH
v/U85b2CBRB+SIcD90pypdl7dq0rEWOPkVLghcUmgXQmv+XLgXG1/jRPJ0eGChtw
k+u0z4Jz4cBqcDEEqe8gRmxWbRE=
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=zjMxVX0hVjnGaAcy3cU0Bz
X+bjQ=; b=yDg6oTSRvZc23syvT6zFkF8I8tDLYSJqL+91QQNzhgFIeghj7PWgu8
av/rgI+B50K9Mfiy1yLLOg+wfWQfsfXDuhx55MRSRrL05NOOjezT6mcHK3+ILAKU
JWhknif+Cb6xmT4edUgw6D+RjTkZhQjuxPg0E85AkjaJprJtKNhk0=
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=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:2088, H*f:sk:91f48fa, H*i:sk:91f48fa, H*MI:sk:91f48fa
X-HELO: limerock03.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: emacs-w32 not starting - libgd3 problem
To: cygwin AT cygwin DOT com
References: <966a14c2-ee69-7d3d-800e-a4f9f62a3ec9 AT gmail DOT com> <b3b9e712-32d1-59ca-d549-9b461865a6a6 AT cornell DOT edu> <f9f0713e-b151-6716-e5ee-6225716d595e AT cornell DOT edu> <dc6c9caf-5227-c64f-8c67-6b3b9c5c85e8 AT cornell DOT edu> <69ab42c7-0c3b-e8ce-978f-77c52b8c1a56 AT cornell DOT edu> <b23dbc5b-aa2e-7757-6a77-30524ee9d8d1 AT gmail DOT com> <6c85acfc-dec8-e215-8519-94884190b198 AT cornell DOT edu> <91f48fa5-db3a-959c-5cb3-20b8df3a2791 AT gmail DOT com>
From: Ken Brown <kbrown AT cornell DOT edu>
Message-ID: <f09a4d80-5271-4775-34ba-4b7e72ba86b0@cornell.edu>
Date: Sun, 21 Aug 2016 18:03:05 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <91f48fa5-db3a-959c-5cb3-20b8df3a2791@gmail.com>
X-PMX-Cornell-Gauge: Gauge=XXXXX
X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none;
X-IsSubscribed: yes

On 8/21/2016 11:24 AM, Marco Atzeri wrote:
> On 20/08/2016 18:54, Ken Brown wrote:
>> On 8/20/2016 9:41 AM, Marco Atzeri wrote:
>>> On 20/08/2016 04:52, Ken Brown wrote:
>>>> On 8/19/2016 4:03 PM, Ken Brown wrote:
>>>>> On 8/19/2016 11:22 AM, Ken Brown wrote:
>>>>>> On 8/19/2016 9:55 AM, Ken Brown wrote:
>>>>>>> On 8/19/2016 6:27 AM, Peter Hull wrote:
>>>>>>>> Hi all,
>>>
>
>>>
>>> It seems more a libgd3 build problem.
>>> Specially if it happens only on 32bit and not on 64bit.
>>
>> The difference between 32-bit and 64-bit is due to differences in
>> ImageMagick on the two platforms.
>>
>> On 32-bit, as I showed in an earlier message, I get:
>>
>> $ objdump -p /usr/bin/cygMagickCore-6.Q16-2.dll
>> [...]
>>         DLL Name: cyggd-3.dll
>>         vma:  Hint/Ord Member-Name Bound-To
>>         48ee2c      8  WebPDecode
>> [...]
>>
>> On 64-bit, I get:
>>
>> $ objdump -p /usr/bin/cygMagickCore-6.Q16-2.dll
>> [...]
>>         DLL Name: cygwebp-5.dll
>>         vma:  Hint/Ord Member-Name Bound-To
>> [...]
>>         48096c    271  WebPDecode
>> [...]
>>
>> Moreover, libMagickCore6_2 depends on libgd3 on 32-bit but not 64-bit.
>> So it seems that ImageMagick needs to be rebuilt on 32-bit so as to
>> remove this dependency.
>>
>> Ken
>>
>
> Hi Ken,
> the 32bit depends on both
>
> /usr/bin/cyggd-3.dll  =>  libgd3-2.1.1-2
> /usr/bin/cygwebp-5.dll  =>  libwebp5-0.4.4-1
>
> the 64 bit is missing  the first.
> So in theory I should rebuild the 64 one to include the libgd3
> dependency.
>
> You can verify with
> objdump -x  cygMagickCore-6.Q16-2.dll|grep DLL |sort
>
> The libgd3-2.1.1-2 has on both 32 and 64 bit
>
>  $ objdump -x cyggd-3.dll |grep WebP
>         [   8] WebPDecode
>         [   9] WebPEncode
>         [  10] WebPGetInfo
>         [  11] WebPGetPSNR
>
> So before my rebuild we need to understand what's happened to
> libgd3.

OK, let's wait to hear from Volker (or maybe Yaakov has some insight?).

BTW, I've looked at the sources for gd-2.2.3-1, and the string 
"WebPDecode" appears only once, in a call to WebPDecodeARGB.  So I don't 
understand why there wasn't an ABI bump between versions 2.1.1 and 2.2.3.

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019