cygcheck: track_down: konnte cygnettle-4.dll nicht finden

1990
bambino350

Ich versuche cmake in cygwin zu verwenden. Dabei bekomme ich Folgendes:

~> cmake --version /usr/bin/cmake.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory 

Wenn ich cygcheck starte, scheint es cygnettle-4.dll zu fehlen (siehe unten). Ich kann jedoch kein Paket namens cygnettle finden, wenn setup-x86 ausgeführt wird.

Irgendwelche Vorschläge?

~> cygcheck /usr/bin/cmake C:\cygwin\bin\cmake.exe C:\cygwin\bin\cygarchive-13.dll C:\cygwin\bin\cyggcc_s-1.dll C:\cygwin\bin\cygwin1.dll C:\Windows\system32\KERNEL32.dll C:\Windows\system32\API-MS-Win-Core-RtlSupport-L1-1-0.dll C:\Windows\system32\ntdll.dll C:\Windows\system32\KERNELBASE.dll C:\Windows\system32\API-MS-Win-Core-ProcessThreads-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Heap-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Memory-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Handle-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Synch-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-File-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-IO-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-ThreadPool-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-LibraryLoader-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-NamedPipe-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Misc-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-SysInfo-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Localization-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-ProcessEnvironment-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-String-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Debug-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-ErrorHandling-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Fibers-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Util-L1-1-0.dll C:\Windows\system32\API-MS-Win-Core-Profile-L1-1-0.dll C:\Windows\system32\API-MS-Win-Security-Base-L1-1-0.dll C:\cygwin\bin\cygbz2-1.dll C:\cygwin\bin\cygiconv-2.dll C:\cygwin\bin\cyglzma-5.dll C:\cygwin\bin\cyglzo2-2.dll cygcheck: track_down: could not find cygnettle-4.dll  C:\cygwin\bin\cygxml2-2.dll C:\cygwin\bin\cygz.dll C:\cygwin\bin\cygcurl-4.dll C:\cygwin\bin\cygcrypto-1.0.0.dll C:\cygwin\bin\cyggssapi_krb5-2.dll C:\cygwin\bin\cygk5crypto-3.dll C:\cygwin\bin\cygkrb5support-0.dll C:\cygwin\bin\cygintl-8.dll C:\cygwin\bin\cygkrb5-3.dll C:\cygwin\bin\cygcom_err-2.dll C:\cygwin\bin\cygidn-11.dll C:\cygwin\bin\cyglber-2-4-2.dll C:\cygwin\bin\cygldap-2-4-2.dll C:\cygwin\bin\cygsasl2-3.dll C:\cygwin\bin\cygssl-1.0.0.dll C:\cygwin\bin\cygssh2-1.dll C:\cygwin\bin\cygstdc++-6.dll 
3

1 Antwort auf die Frage

4
matzeri

Mit cygcheck können Sie die Datenbank für die Suche nach Cywgin abfragen. Das ist auch im Web unter http://cygwin.com/packages/

 $cygcheck -p cygnettle-4.dll  Found 5 matches for cygnettle-4.dll cygwin32-nettle-2.7-1 - cygwin32-nettle: libnettle/libhogweed for Cygwin 32bit toolchain (installed binaries and support files) libnettle4-2.7-1 - libnettle4: A cryptographic library that is designed to fit easily in more or less any context (libnettle runtime) (installed binaries and support files) libnettle4-2.7-2 - libnettle4: A cryptographic library that is designed to fit easily in more or less any context (libnettle runtime) (installed binaries and support files) nettle-debuginfo-2.7-1 - nettle-debuginfo: Debug info for nettle (installed binaries and support files) nettle-debuginfo-2.7-2 - nettle-debuginfo: Debug info for nettle (installed binaries and support files)  exluding debuginfo and cygwinXX cross library the missing package is   libnettle4 
Das hat funktioniert, danke. Interessanterweise dachte Cygwin-Setup, ich hätte libnettle4 2.7-2 bereits installiert. Ich habe es trotzdem neu installiert und auch libnettle-devel installiert, daher bin ich mir nicht sicher, wer es am Ende getan hat. bambino350 vor 8 Jahren 0
"cygcheck -c | grep Incomplete" liefert die Liste der Pakete, denen eine Datei fehlt. matzeri vor 8 Jahren 0
Wissen Sie, wo ich Cygnettle-6 bekomme? Anscheinend ist dies eine Abhängigkeit von wget und ich kann diese Bibliothek nirgends aufspüren? iloveretards vor 6 Jahren 0
@manakin Hast du dir die Ausgabe von 'cygcheck -p cygnettle-6.dll' angesehen? matzeri vor 6 Jahren 1