Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 From: "Hannu E K Nevalainen \(garbage mail\)" To: Subject: RE: cygpath hangs from postinstall scripts when called like $(cygpath -S) but not otherwise Date: Sat, 4 Oct 2003 18:08:00 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 > From: Igor Pechtchanski > On Sat, 4 Oct 2003, Cliff Hones wrote: > > > I ran cygcheck on cygpath, and was surprised to discover > > that it has a dependence on msvcrt (as well as cygwin1): > > > > $ cygcheck /bin/cygpath.exe > > D:/cygwin/bin/cygpath.exe > > D:/cygwin/bin\cygwin1.dll > > D:\WINNT\system32\KERNEL32.dll > > D:\WINNT\system32\NTDLL.DLL > > D:\WINNT\system32\SHELL32.DLL > > D:\WINNT\system32\GDI32.DLL > > D:\WINNT\system32\USER32.DLL > > D:\WINNT\system32\ADVAPI32.DLL > > D:\WINNT\system32\RPCRT4.DLL > > D:\WINNT\system32\SHLWAPI.DLL > > D:\WINNT\system32\msvcrt.dll > > D:\WINNT\system32\COMCTL32.DLL > > > > I thought that using the msvcrt and cygwin1 dll's in > > the same executable was likely to cause crashes or hangs - > > is this no longer the case, or could this be the problem > > with the postinstall? > > > > -- Cliff > > Wow! Good thinking, Cliff! I think you may be on to something... > ISTM that the problem could manifest itself when running from setup as > opposed to from the shell because setup is a Windows program, so some > MSVCRT functions may be found before the Cygwin ones... We could test by > using "cygstart cygpath" or "run cygpath" or something. > Igor AFAIU this *is* the problem. cygstart doesn't help, but changing /etc/X11/icon-list to contain TOPFOLDER="$(/usr/X11R6/bin/run cygpath -A -P)/Cygwin-XFree86" (and in my "part3.sh") makes the script run as it should. *** With one exception *** the result above isn't the expected: just "/Cygwin-XFree86" ends up in TOPFOLDER. The fix for the Xfree-bin-icons.sh postinstall script is, as I have pointed out earlier; start it from bash, then rename it do *.done /Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E -- UTC+01, DST -> UTC+02 -- --END OF MESSAGE-- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/