Package Details: gapi-ocaml 0.4.5-1

Git Clone URL: https://aur.archlinux.org/gapi-ocaml.git (read-only, click to copy)
Package Base: gapi-ocaml
Description: A simple OCaml client for Google Services.
Upstream URL: https://astrada.github.io/gapi-ocaml/
Keywords: api gapi google ocaml
Licenses: MIT
Submitter: whynothugo
Maintainer: pricechrispy
Last Packager: pricechrispy
Votes: 46
Popularity: 0.000000
First Submitted: 2013-07-08 03:56 (UTC)
Last Updated: 2024-02-26 02:52 (UTC)

Pinned Comments

nerflad commented on 2019-09-10 10:13 (UTC)

@caseyjp1 It's not a problem with the build. Read the error message. You have updated ocaml since the last time you compiled this package so you need to recompile all the dependencies. Use "pacman -Qo [.cmi filename]" to find which packages to rebuild. Or if you're brave, pacman -Rsc gapi-ocaml && pacman -Sc and start from scratch.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

snakeroot commented on 2017-12-19 16:30 (UTC)

@RemoteAdmin

After a failed build, in 0.3.6 source directory in your build directory, edit the following file:

[build]/src/gapi-ocaml-0.3.6/_build/default/gapi-ocaml.install

and delete the lines beginning with "doc:[" all the way to the bottom of the file.

then makepkg -e

RemoteAdmin commented on 2017-12-19 14:49 (UTC)

Build currently fails with:

/usr/sbin/opam-installer: "mkdir" failed on /usr/doc: Permission denied ==> ERROR: A failure occurred in package(). Aborting...

It seems like opam-installer tries to create a folder outside of the build context. Is there a opam-installer parameter missing to limit installation to package folder instead of system root?

nerflad commented on 2017-12-05 23:05 (UTC)

@RX14: Please try rebuilding/reinstalling ocamlnet from the AUR and see if the build still fails.

RX14 commented on 2017-12-04 10:35 (UTC)

I get this error while compiling: https://gist.github.com/RX14/25688d115639028fe5ac55953f401193

alexislc commented on 2017-10-20 21:29 (UTC)

@nerflad thanks that solved the issue ...

nerflad commented on 2017-10-20 16:53 (UTC)

@alexislc: Please try rebuilding/reinstalling ocamlnet from the AUR and see if the build still fails.

alexislc commented on 2017-10-20 16:42 (UTC)

Hello, on a fresh install, I failed at building and so installing gapi-ocaml. I get the following issue : File "src/gapi/gapiUtils.mli", line 1: Error: Corrupted compiled interface /usr/lib/ocaml/netstring/netchannels.cmi Command exited with code 2. Compilation unsuccessful after building 2 targets (0 cached) in 00:00:00. E: Failure("Command ''/usr/bin/ocamlbuild' src/gapi/gapi-ocaml.cma src/gapi/gapi-ocaml.cmxa src/gapi/gapi-ocaml.a src/gapi/gapi-ocaml.cmxs src/gdata/gdata.cma src/gdata/gdata.cmxa src/gdata/gdata.a src/gdata/gdata.cmxs -tag debug' terminated with error code 10") any idea ? thx

nerflad commented on 2017-09-30 19:25 (UTC)

@radek_r done. thank you.

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

Please add achitecture "armv7h" to the PKGBUILD.