Re: OCaml version problems on Windows
Thomas Leonard <[email protected]>
| Newsgroups | gmane.comp.file-systems.zero-install.devel |
|---|---|
| Message-ID | <CAG4opy8Jmztyr_nOM3JgbS46GN2gNOBarb7e-p5fD5C1Qc6V2w@mail.gmail.com> |
On 26 May 2015 at 23:18, Bastian Eicher <[email protected]> wrote: >> I've changed this into a warning so we can see the underlying error: > The error output (still occurring sporadically) now looks like this: > warning: Failed to clean up GnuPG temporary file > 'E:\TEMP\0installf51c21-gpg': Unix.Unix_error(Unix.EACCES, "unlink", > "E:\\TEMP\\0installf51c21-gpg") > warning: Feed http://0install.de/feeds/WinMerge.xml: No signatures found on > feed http://0install.de/feeds/WinMerge.xml! > gpg: can't open `E:\TEMP\0installf51c21-gpg' > gpg: verify signatures failed: file open error Is the file being created with the wrong permissions somehow? Since it failed to delete it, I presume it's still there and you can look at the file and check. Are you able to open it in a text editor, for example? >> Does adding one fix it? Alternatively, this looks interesting: >> http://curl.haxx.se/docs/sslcerts.html >> >> "If libcurl was built with Schannel (Microsoft's native TLS engine) or > Secure Transport (Apple's native TLS engine) support, then > libcurl will > still perform peer certificate verification, but instead of using a CA cert > bundle, it will use the certificates that are built > into the OS. " > Yes, using the OS cert list sounds like the best solution. That's what the > C# version does as well. > But to be honest I'm not really looking forward to figuring out how to make > custom libcurl on Windows that works with OCaml. > > > ------------------------------------------------------------------------------ > _______________________________________________ > Zero-install-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/zero-install-devel -- Dr Thomas Leonard http://roscidus.com/blog/ GPG: DA98 25AE CAD0 8975 7CDA BD8E 0713 3F96 CA74 D8BA ------------------------------------------------------------------------------