Package: pnet-assemblies Version: 0.7.4-1 Severity: serious pnet-assemblies depends on libgnutls12, even if it is built on a current sid system where libgnutls-dev is the corresponding package to libgnutls13.
However afaict pnet-assemblies does not use any file in either libgnutls12 or libgnutls13, it tries to open the .so file. ----------------------------- (SID)[EMAIL PROTECTED]:/tmp/pnet-assemblies-0.7.4/build-tree/pnetlib-0.7.4$ ./sam ples/ilrun.sh samples/simple/sslfetch.exe https://db.debian.org/ Connecting to 192.25.206.57:443 ... Uncaught exception: System.NotSupportedException: The requested feature is not supported at DotGNU.SSL.OpenSSL..ctor() in ./OpenSSL.cs:58 at DotGNU.SSL.SessionProviderFactory.GetProvider(String) in ./SessionProviderFactory.cs:77 at DotGNU.SSL.SessionProviderFactory.GetProvider() in ./SessionProviderFactory.cs:101 at SSLFetch.Main(String[]) in ./sslfetch.cs:84 (SID)[EMAIL PROTECTED]:/tmp/pnet-assemblies-0.7.4/build-tree/pnetlib-0.7.4$ strace -eopen ./samples/ilrun.sh samples/simple/sslfetch.exe https://db.debian.org/ 2>&1 | grep /usr/lib/lib open("/usr/lib/libz.so.1", O_RDONLY) = 3 open("/usr/lib/libgnutls.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libssl.so", O_RDONLY) = -1 ENOENT (No such file or directory) ----------------------------- And indeed the command works after installing either libgnutls-dev or libssl-dev which contain the .so symlink. Either the dependency should be change accordingly or it should try to open libgnutls.13.so and depend on libgnutls13. (Please do not se libgnutls12, it is obsolete.) cu andreas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]