www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/12/30/11:17:20

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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=NM9401uQFcrAqsPYs5zG5jDyYrtpP4oRJTpUXTNSKcw
E9i4vAvdVIXTx/N0KSjqwnPKObGqLA11HQMZ50TBMf6vw1OzRNYb7QiuHicToQ4L
6z/gPdDEnutN7KvOhjAM2hdhoBSofsUGwFBDYgt2vj16mlJOiKLV5yLYCrPGsQSw
=
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:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=wVrI+uoMewb7US8fg8OIO75JqOo=; b=hfiGrPhyvnkyktQr4
kgCg10Ko1hfPDVi6/8ef6213t4zKo0QhriaPZzK5zx+GnKFWKBQn0gbK4+aJwMGH
ODAGP4bqDA01XMpokMYoghfGXiyruNEGkujiZMZ9kmxsyhOVwlrqWfdoLHpjrXMN
dVpoGxd3VwPATTJG0H8stR0SoI=
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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f171.google.com
X-Received: by 10.180.87.36 with SMTP id u4mr105532704wiz.20.1419956215449; Tue, 30 Dec 2014 08:16:55 -0800 (PST)
Message-ID: <54A2CFD1.3030403@gmail.com>
Date: Tue, 30 Dec 2014 17:16:17 +0100
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: Angelo Graziosi <angelo DOT graziosi AT alice DOT it>, cygwin AT cygwin DOT com
Subject: Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)
References: <54A2B49A DOT 9060108 AT alice DOT it>
In-Reply-To: <54A2B49A.9060108@alice.it>
X-IsSubscribed: yes

On 12/30/2014 3:20 PM, Angelo Graziosi wrote:
> Marco Atzeri wrote:
>> Version 6.9.0.0-1 of
>>    ImageMagick
>>    ImageMagick-doc
>>    libMagickCore6
>>    libMagick-devel
>>    perl-Image-Magick
>>
>> have been uploaded for cygwin
>
> After this upgrade, Emacs fails to build from trunk:
>
> [...]
> Configured for `x86_64-pc-cygwin'.
>
>    Where should the build process find the source code?    .
>    What compiler should emacs be built with?               clang -pipe
> -Ofast -g0 -fomit-frame-pointer
>    Should Emacs use the GNU version of malloc?             only before
> dumping
>    Should Emacs use a relocating allocator for buffers?    no
>    Should Emacs use mmap(2) for buffer allocation?         yes
>    What window system should Emacs use?                    w32
>    What toolkit should Emacs use?                          none
>    Where do we find X Windows header files?                Standard dirs
>    Where do we find X Windows libraries?                   Standard dirs
>    [...]
>    Does Emacs use imagemagick?                             yes
>    [...]
> -lpng15 -lm -lz -lcairo -lz -lGL -lgobject-2.0 -lffi -lglib-2.0 -lintl
> -lpcre -lintl -liconv -lpcre -lpixman-1 -lfontconfig -lexpat -lfreetype
> -lbz2 -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lEGL -lm -lpthread
> -lGL -lm -lpthread -lXdamage -lXfixes -lX11-xcb -lxcb-glx -lpng15 -lm
> -lz -lxcb-shm -lxcb-render -lXrender -lXext -lX11 -lxcb -lXau -lXdmcp
> -lxml2 -lz -lgdi32 -lm -lgomp -lm -lMagickCore-6.Q16 -ljbig -llcms2 [...]
> -lgobject-2.0 -lffi -lglib-2.0 -lintl -lpcre -lintl -liconv -lpcre   -lz
> /usr/lib/gcc/x86_64-pc-cygwin/4.8.3/../../../../x86_64-pc-cygwin/bin/ld:
> impossibile trovare -lMagickCore
> /usr/lib/gcc/x86_64-pc-cygwin/4.8.3/../../../../x86_64-pc-cygwin/bin/ld:
> impossibile trovare -lMagickCore
[cut]
> clang: error: linker (via gcc) command failed with exit code 1 (use -v
> to see invocation)

it seems clang lost the "-6.Q16" when passing to ld.
I am not sure it is a ImageMagick package bug; the new format
is unusual but we already have names with dot before .dll.a

libgdk-x11-2.0.dll.a



> Ciao,
>   Angelo.

Ciao
Marco

--
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