X-Recipient: archive-cygwin AT delorie DOT com 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 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 16:43:03 +0200 Message-ID: <87fw6fz91k.fsf@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 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