Package Details: ocaml-sqlite3 5.1.0-2

Git Clone URL: https://aur.archlinux.org/ocaml-sqlite3.git (read-only, click to copy)
Package Base: ocaml-sqlite3
Description: SQLite3 bindings for OCaml
Upstream URL: https://mmottl.github.io/sqlite3-ocaml/
Keywords: ocaml sqlite3
Licenses: MIT
Conflicts: sqlite3-ocaml
Provides: sqlite3-ocaml
Replaces: sqlite3-ocaml
Submitter: None
Maintainer: pricechrispy
Last Packager: pricechrispy
Votes: 50
Popularity: 0.000000
First Submitted: 2010-12-30 01:31 (UTC)
Last Updated: 2024-03-19 05:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

soregums commented on 2018-10-31 07:56 (UTC) (edited on 2018-10-31 08:08 (UTC) by soregums)

How do I fix this?

~ $ aursync -c ocaml-sqlite3 ...
[ERROR] Compiler selection '4.07.0' is ambiguous. matching packages: { ocaml-base-compiler.4.07.0, ocaml-system.4.07.0 }
==> ERROR: A failure occurred in build().

details: https://gist.github.com/SoreGums/965f389014fc7dfdc14a3d5e1bc29085

simonfxr commented on 2018-10-01 08:04 (UTC) (edited on 2018-10-01 08:04 (UTC) by simonfxr)

@oriba After adding the required dependencies, @nerflad's script worked for me. Here is the revised PKGBUILD:

https://gist.github.com/simonfxr/1f45dd7eabac8eeab1fb0555a9e94692

oriba commented on 2018-09-10 12:37 (UTC)

@nerflad: problems with your suggestions: if not using opam init, I get problems:


jbuilder build @install --dev File "src/config/jbuild", line 9, characters 14-18: Error: Library "base" not found. Hint: try: dune external-lib-deps --missing --profile dev --profile dev @install make: *** [Makefile:4: all] Error 1 ==> ERROR: A failure occurred in build(). Aborting...


Also you did not mention opam in makedepends.

nerflad commented on 2018-09-10 05:18 (UTC) (edited on 2018-09-10 05:20 (UTC) by nerflad)

Please update: https://gist.github.com/nerflad/208eedfa6180d97f8992b5ca25174eb1

Using opam (an entirely separate package manager) will install duplicate dependencies on the system. "opam init" operates on the global directory ~/.opam (outside of the build scope). make all is all you need in the build() function.

david_rysk commented on 2018-07-08 20:36 (UTC)

It looks like a stable jbuilder is available in the main repos.

oriba commented on 2018-01-27 03:01 (UTC) (edited on 2018-01-27 03:02 (UTC) by oriba)

It looks like the installation-procedure of ocaml-sqlite3 has changed a lot. It looks like jbuilder is needed, which (the AUR-package) by itself is outdated and not even building in the current package). So, updating the ocaml-sqlite3 might need some time. BTW: anyone here who used jbuilder so far and coul give advice on installation?

radek_r commented on 2017-09-30 12:32 (UTC)

Please add achitecture "armv7h" to the PKGBUILD.

xiretza commented on 2017-01-28 12:22 (UTC)

Requires ocamlbuild as makedep.

oriba commented on 2015-12-15 18:02 (UTC)

Next OCaml-release will be in Jan. 2016, and some patches related to this or similar issues will be on board then. Hopefully this will be fixed then...