| delorie.com/archives/browse.cgi | search |
| 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 <cygwin AT cygwin DOT com> |
| Subject: | [cygport bug] Latest cygport goes into infinite loop in "Fixing libtool modules:" step ... |
| From: | "Dr. Volker Zell" <vzell AT volkerzell DOT de> |
| Date: | Tue, 18 Sep 2012 16:43:03 +0200 |
| Message-ID: | <87fw6fz91k.fsf@oracle.com> |
| MIME-Version: | 1.0 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |