X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,TW_BG,TW_BL,TW_YG,T_HK_NAME_DR,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: cygport-0.11.0-1 References: From: "Dr. Volker Zell" Date: Tue, 28 Aug 2012 22:58:34 +0200 In-Reply-To: (Yaakov's message of "Mon, 27 Aug 2012 03:34:24 -0500") Message-ID: <7zehmqu41x.fsf@vzell-de.de.oracle.com> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (cygwin32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 >>>>> Yaakov writes: Hi Yaakow > I have just released cygport-0.11.0 for the Cygwin distribution and the Fedora > Cygwin repository. New features in this release: > * Vastly improved dependency detection (works only on Cygwin): When doing the packaging step with your latest cygport release on gnutls I get the following: which: no KERNEL32.dll in (/misc/src/release/gnutls-2.12.20-1/inst/usr/bin:/usr/local/bin:/usr/bin:/usr/local/scripts:/usr/local/sbin:/usr/sbin:/usr/lib/lapack) >>> gnutls requires: libgnutls26 libreadline7 which: no KERNEL32.dll in (/misc/src/release/gnutls-2.12.20-1/inst/usr/bin:/usr/local/bin:/usr/bin:/usr/local/scripts:/usr/local/sbin:/usr/sbin:/usr/lib/lapack) >>> libgnutls26 requires: libgcc1 libgcrypt11 libintl8 liblzo2_2 libp11-kit0 libstdc++6 libtasn1_3 zlib0 >>> gnutls-devel requires: gettext libgcrypt-devel libgnutls26 libiconv liblzo2-devel libp11-kit-devel libtasn1-devel >>> gnutls-doc requires: When I call cygcheck directly on cyggnutls-26.dll I get the following: 10:31 PM [515]> cygcheck ./*.dll G:\misc\src\release\gnutls-2.12.20-1\inst\usr\bin\cyggnutls-26.dll G:\bin\cygwin1.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\ntdll.dll G:\bin\cyggcrypt-11.dll G:\bin\cyggcc_s-1.dll <-------------------- libgcc1 G:\bin\cyggpg-error-0.dll G:\bin\cygintl-8.dll <-------------------- libintl8 G:\bin\cygiconv-2.dll C:\WINDOWS\system32\ADVAPI32.DLL C:\WINDOWS\system32\RPCRT4.dll C:\WINDOWS\system32\Secur32.dll C:\WINDOWS\system32\USER32.dll C:\WINDOWS\system32\GDI32.dll G:\bin\cygp11-kit-0.dll G:\bin\cygtasn1-3.dll G:\bin\cygz.dll So in the above requires line for libgnutls26, libggc1 and libintl8 shouldn't be included at all because libgcrypt11 already depends on them. I'm I wrong here ? And what about the "which: no KERNEL32.dll" stuff above ? Can it be suppressed without adding C:\WINDOWS\system32\ to the PATH ? 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