From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10840 invoked by alias); 18 Sep 2012 14:43:25 -0000 Received: (qmail 10830 invoked by uid 22791); 18 Sep 2012 14:43:24 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_HELO_PASS,TW_VZ,TW_YG,T_HK_NAME_DR X-Spam-Check-By: sourceware.org Received: from moutng.kundenserver.de (HELO moutng.kundenserver.de) (212.227.126.186) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Sep 2012 14:43:06 +0000 Received: from leila (p5B33BB3C.dip.t-dialin.net [91.51.187.60]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0LviEG-1TYrP22Qhw-017hWl; Tue, 18 Sep 2012 16:43:04 +0200 To: Cygwin List Subject: [cygport bug] Latest cygport goes into infinite loop in "Fixing libtool modules:" step ... From: "Dr. Volker Zell" Date: Tue, 18 Sep 2012 15:18:00 -0000 Message-ID: <87fw6fz91k.fsf@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-09/txt/msg00221.txt.bz2 Hi ... at the following lines in src_postinst.cygpart (__prep_libtool_modules()): while [ $(readlink -f ${ltlibdir}/${dlname%/bin/*}) != ${D}$(__host_prefix) ] do dlname=../${dlname} done I have cygwin installed under C:\cygwin and I'm building under D:\misc\src\release I have a symbolic link lrwxrwxrwx 1 vzell None 16 Jun 5 15:19 /misc -> /cygdrive/d/misc/ The infinite loop happens when cd'ing to /misc/src/release and building from there. But it doesn't happen when cd'ing to /cygdrive/d/misc/src/release Here is my mount table: 04:39 PM [529]> mount -p Prefix Type Flags /cygdrive user binmode 04:39 PM [530]> mount C:/cygwin/bin on /usr/bin type ntfs (binary,auto) C:/cygwin/lib on /usr/lib type ntfs (binary,auto) C:/cygwin on / type ntfs (binary,auto) C: on /cygdrive/c type ntfs (binary,posix=0,user,noumount,auto) D: on /cygdrive/d type ntfs (binary,posix=0,user,noumount,auto) Ciao Volker -- 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