X-Recipient: archive-cygwin@delorie.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=BqAvF2UmVQF574WQ
	kgzNZF2suFXT/lEjquCuIa9pZPde66Lkh4blzwDUl3ktTC+NcqW5ehHI0viThyNL
	nuKlEYqNtO7CwZD7SpIhQOOyaOBSGy1TEadkc+mi7uY6UpOYN1jUzHCxtvFi8MYx
	iu6zx+J9Uyci80XZfaPuSMRoM44=
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=xvhp1vFXJFo2a+fliTitmb
	Au7vI=; b=K9ngBvlOzoJDGIPSUGe2k/DbuKOI1vwLxxH0uI4vWzIlxfUmtNbvBw
	IYMyEnRI0QCwr1T1o914VfqMEtUYYxeUybwSO0uJrOE9k7DPd0sjw9D2D/Enyf/u
	RTc9XqN/4gvGmMw5zsCW+qMiaXuR6UOaRZmU+a9l5nvKXc+6DOwOs=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=
X-HELO: limerock04.mail.cornell.edu
X-CornellRouted: This message has been Routed already.
Subject: Re: [ANNOUNCEMENT] libgpg-error 1.28-1
To: cygwin@cygwin.com
References: <announce.20180319201421.24036-1-yselkowitz@cygwin.com>
From: Ken Brown <kbrown@cornell.edu>
Message-ID: <59b88bea-6ecd-a686-6f8e-908911fd66c2@cornell.edu>
Date: Tue, 20 Mar 2018 15:18:12 -0400
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0
MIME-Version: 1.0
In-Reply-To: <announce.20180319201421.24036-1-yselkowitz@cygwin.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-PMX-Cornell-Gauge: Gauge=XXXXX
X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none;
X-IsSubscribed: yes

On 3/19/2018 9:14 PM, Yaakov Selkowitz wrote:
> * mingw64-i686-libgpg-error-1.28-1
> * mingw64-x86_64-libgpg-error-1.28-1

After this update, I get linking errors when trying to build setup:

   CXXLD    setup.exe
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x257): 
undefined reference to `__imp_closesocket'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x2cf): 
undefined reference to `__imp_send'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x399): 
undefined reference to `__imp_closesocket'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x540): 
undefined reference to `__imp_htons'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x54e): 
undefined reference to `__imp_inet_addr'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x576): 
undefined reference to `__imp_socket'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x595): 
undefined reference to `__imp_connect'
/usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/libgpg-error.a(libgpg_error_la-logging.o):(.text+0x6a0): 
undefined reference to `__imp_closesocket'

Reverting to 1.27-1 fixes the problem.

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

