This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] Updated: cygport-0.11.0-1


>>>>> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]