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 »

layus commented on 2015-12-15 07:21 (UTC)

No idea really :-). I do not know how they did fix it. As I said on the bugtracker [1], I recompiled ocaml with -fPIC which solved my problem. Maybe the correct solution would be to add -runtime-variant _pic to ocamlopt or ocamlfind (I'm guessing here...) ? The last comment of the mantis [2] seems to me like the latter option is the right one. Any idea where to add -runtime-variant _pic to this package ? [1] https://bugs.archlinux.org/task/42748 [2] http://caml.inria.fr/mantis/view.php?id=6693#c14113 PS: My system is up to date, and my ocaml version is indeed 4.02.3.

oriba commented on 2015-12-14 22:32 (UTC)

The caml-link says: fixed in 4.02.2+dev / +rc1. Official ocaml in Arch is: 4.02.3. Should be fixed there...?! Do you have the current OCaml installed?

layus commented on 2015-12-14 13:01 (UTC)

This seems related to https://bugs.archlinux.org/task/42748, which in turns points to http://caml.inria.fr/mantis/view.php?id=6693. Both issues are relevant. I will try to bix my build based on this.

oriba commented on 2015-12-14 11:57 (UTC)

I don't have such problems. It compiles without problems here. Do you have a 32-bit system, or use 32-bit libraries? "R_X86_64_32" seems to be related to 32/64-bit-issues.

layus commented on 2015-12-14 11:51 (UTC)

Nop, the same problem still occurs. Any way I can help debugging ?

oriba commented on 2015-12-07 12:14 (UTC)

layus, you can try with new release (coming in some minutes), if the problem is solved then. If not, let me know.

layus commented on 2015-12-07 11:05 (UTC)

The build fails for me with the following error : /usr/bin/ld: /usr/lib/ocaml/libasmrun.a(startup.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC (see http://pastebin.com/ztKwKpD6 for full log) Any idea on how to fix this ?

Myshkin commented on 2014-07-16 13:20 (UTC)

Updated and 'staticlibs' option added. Thanks, all.

rafaelff commented on 2014-07-16 02:34 (UTC)

Just to complement @jstitch's comment, here are the updates needed in the PKGBUILD pkgver=2.0.6 url="http://mmottl.github.io/sqlite3-ocaml" source=("https://github.com/mmottl/sqlite3-ocaml/releases/download/v$pkgver/sqlite3-ocaml-$pkgver.tar.gz") md5sums=('e1c9b097729a0b33dc8da3b142edeef4')

jstitch commented on 2014-07-12 03:34 (UTC)

Repo from bitbucket has been deleted, it now lives on github: https://github.com/mmottl/sqlite3-ocaml