Package Details: ocaml-ssl 0.6.0-1

Git Clone URL: https://aur.archlinux.org/ocaml-ssl.git (read-only, click to copy)
Package Base: ocaml-ssl
Description: OCaml SSL Library
Upstream URL: https://github.com/savonet/ocaml-ssl
Licenses: custom
Submitter: sigmundv
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 6
Popularity: 0.000000
First Submitted: 2015-08-10 18:23 (UTC)
Last Updated: 2023-06-30 11:27 (UTC)

Latest Comments

1 2 Next › Last »

lamarpavel commented on 2023-02-19 09:59 (UTC)

Hey, thanks for maintining this packages. I've got this error trying to build it:

File "tests/dune", line 3, characters 16-24:
3 |  (libraries ssl alcotest)
                    ^^^^^^^^
Error: Library "alcotest" not found.

There is also lots of deprecation warnings from openssl, not sure if they cause the build to fail or the error regarding the missing lib alcotest.

dpeukert commented on 2020-05-18 18:37 (UTC)

Just a heads-up, I've requested the deletion of my dune-configurator package, as it is now included in the dune package provided in the community repo.

netzego commented on 2020-04-29 11:18 (UTC) (edited on 2020-04-29 11:19 (UTC) by netzego)

% yay -S ocaml-ssl
...
==> Starting build()...
dune build @default
File "src/config/dune", line 3, characters 12-29:
3 |  (libraries dune.configurator))
                ^^^^^^^^^^^^^^^^^
Error: Library "dune.configurator" not found.
Hint: try: dune external-lib-deps --missing @default
make: *** [Makefile:4: build] Error 1
==> ERROR: A failure occurred in build().

robertfoster commented on 2018-11-16 13:00 (UTC)

@J5lx Thanks man, added in contributors

J5lx commented on 2018-11-15 23:04 (UTC) (edited on 2018-11-15 23:07 (UTC) by J5lx)

I can confirm it is currently impossible to build this package thanks to the error posted by chrko. I was able to solve that issue by adding --bare to opam init. Thereafter I got another build failure because jbuilder tried to install files into /usr/doc, which I was able to solve by supplying "--prefix=${pkgdir}/usr/share" to jbuilder install (which is technically not quite correct but makes jbuilder use /usr/share/doc instead of /usr/doc). Please update the package accordingly – as you’ll surely agree (remember me?), nearly two months is a long time for a package to go seemingly unmaintained :)

chrko commented on 2018-09-20 07:13 (UTC) (edited on 2018-09-20 07:22 (UTC) by chrko)

Currently opam is required as a make dependency. Please add it and test it with clean chroot build!

Edit: I should finish testing:

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed base-bigarray.base
∗ installed base-threads.base
∗ installed base-unix.base
[ERROR] The compilation of ocaml-system failed at "/build/.opam/opam-init/hooks/sandbox.sh build ocaml gen_ocaml_config.ml".

#=== ERROR while compiling ocaml-system.4.07.0 ================================#
# context              2.0.0 | linux/x86_64 |  | https://opam.ocaml.org#7cd43695
# path                 ~/.opam/default/.opam-switch/build/ocaml-system.4.07.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build ocaml gen_ocaml_config.ml
# exit-code            1
# env-file             /tmp/opam-xxx-1095/ocaml-system-1095-2dea01.env
# output-file          /tmp/opam-xxx-1095/ocaml-system-1095-2dea01.out
### output ###
# ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
# bwrap: capset failed: Operation not permitted



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build ocaml-system 4.07.0
└─ 
┌─ The following changes have been performed (the rest was aborted)
│ ∗ install base-bigarray base
│ ∗ install base-threads  base
│ ∗ install base-unix     base
└─ 
# Run eval $(opam env) to update the current shell environment

<deleted-account> commented on 2017-01-01 12:46 (UTC)

On the previous paste the first '-' on the first linke was removed. Repasting: --- PKGBUILD.bak 2017-01-01 14:33:33.892191420 +0200 +++ PKGBUILD 2017-01-01 14:39:45.152566637 +0200 @@ -1,7 +1,7 @@ # Maintainer: Sigmund Vestergaard <sigmundv at gmail dot com> # Contributor: Denis Wernert <denis@wernert.info> pkgname=ocaml-ssl -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc="OCaml SSL Library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ makedepends=('ocaml' 'ocaml-findlib' 'autoconf') source=(https://github.com/savonet/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz) options=(!libtool !strip zipman !makeflags staticlibs) -md5sums=('404f71d33885c985a8ff579996a5cda8') +md5sums=('9fd48066d1cd4db52b40e2f59a7d4d83') build() {

<deleted-account> commented on 2017-01-01 12:45 (UTC)

Here is the diff patch for 0.5.3: -- PKGBUILD.bak 2017-01-01 14:33:33.892191420 +0200 +++ PKGBUILD 2017-01-01 14:39:45.152566637 +0200 @@ -1,7 +1,7 @@ # Maintainer: Sigmund Vestergaard <sigmundv at gmail dot com> # Contributor: Denis Wernert <denis@wernert.info> pkgname=ocaml-ssl -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc="OCaml SSL Library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ makedepends=('ocaml' 'ocaml-findlib' 'autoconf') source=(https://github.com/savonet/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz) options=(!libtool !strip zipman !makeflags staticlibs) -md5sums=('404f71d33885c985a8ff579996a5cda8') +md5sums=('9fd48066d1cd4db52b40e2f59a7d4d83') build() {

5chdn commented on 2016-12-26 19:57 (UTC)

this package fails building with latest ocaml. and it blocks upgrading liquidsoap. please bump the version, thanks :)

robertfoster commented on 2016-11-17 18:50 (UTC) (edited on 2016-11-17 18:51 (UTC) by robertfoster)

0.5.3 is out and liquidsoap needs a recompilation: File "cry_ssl.ml", line 1: Error: /usr/lib/ocaml/ssl/ssl_threads.cmi is not a compiled interface for this version of OCaml. It seems to be for an older version of OCaml.