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; q=dns; s=default; b=kCtZEb g4xmzFi2icHyUEgcvuZyeDvNmCd6LotFUjeNQOyOh3Icp6IcdcEJJTLVhh1nW6Hd NbL3Yn3q2pbmrN++4xHmhosUl4NTy1ZYTxNWU8Gw0S685wGSeZzxrec/cncnhlTT qiQ0JZbU9/sX8hgbqSglcFKhDwikQbvlmig40= 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; s=default; bh=Aug48yqnSnR1 wjC7bxEFesTeh/I=; b=ERUxn2N5sG3bK68G8vYXRbKxXXq5VlamR4+xriX6aq15 +5Shghc4uukvgb9hiEcM+eQ2nMWI3OlitqLyhpqsnzheAGIeGNlV0NUTa4wGd+Lz CJgEg94hyE8AnwA/0L5xOagpFwmYuyeU+DImoz84Hqunolo51ZnwgGgjwwOG5gc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f48.google.com X-Received: by 10.112.170.138 with SMTP id am10mr22053366lbc.74.1409497213518; Sun, 31 Aug 2014 08:00:13 -0700 (PDT) Message-ID: <54033873.90602@gmail.com> Date: Sun, 31 Aug 2014 17:00:03 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: cygport-0.17.0-1 References: In-Reply-To: Content-Type: multipart/mixed; boundary="------------060401000607060303010803" X-IsSubscribed: yes --------------060401000607060303010803 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 29/08/2014 22:31, Yaakov Selkowitz wrote: > I have just released cygport-0.17.0 for both the Cygwin distribution and > the Fedora Cygwin toolchain. > > Yaakov > Hi Yaakov, the attached patch solves the recurrent issue found by several maintainers of infinite loop in "Fixing libtool modules:" step. https://cygwin.com/ml/cygwin-apps/2012-06/msg00029.html https://cygwin.com/ml/cygwin/2012-09/msg00220.html https://cygwin.com/ml/cygwin/2014-07/msg00065.html Regards Marco --------------060401000607060303010803 Content-Type: text/plain; charset=windows-1252; name="src_postinst.cygpart.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="src_postinst.cygpart.patch" --- src_postinst.cygpart_orig 2014-08-29 22:05:15.000000000 +0200 +++ src_postinst.cygpart 2014-08-15 18:08:19.219055600 +0200 @@ -1288,7 +1285,7 @@ else origdlname=${dlname} - while [ $(readlink -f ${ltlibdir}/${dlname%/bin/*}) != ${D}$(__host_prefix) ] + while [ $(readlink -f ${ltlibdir}/${dlname%/bin/*}) != $(readlink -f ${D}$(__host_prefix)) ] do dlname=../${dlname} done --------------060401000607060303010803 Content-Type: text/plain; charset=us-ascii -- 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 --------------060401000607060303010803--