[ANNOUNCEMENT] Updated: cygport-0.17.0-1

Marco Atzeri marco.atzeri@gmail.com
Sun Aug 31 15:00:00 GMT 2014


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

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


More information about the Cygwin mailing list