Haven't used this in ages: disowning.
Search Criteria
Package Details: gapi-ocaml 0.4.5-1
Package Actions
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) |
Dependencies (9)
- camlp-streams
- cppoAUR
- ocaml
- ocaml-cryptokitAUR
- ocaml-curlAUR
- ocaml-findlib
- ocaml-yojsonAUR (ocaml-yojson-gitAUR, ocaml-yojsonAUR)
- dune (make)
- ocaml-ounitAUR (make)
Required by (2)
Sources (1)
whynothugo commented on 2014-07-13 07:23 (UTC)
jkl commented on 2014-03-15 02:18 (UTC)
In addition to the fix mentioned by possum, this library should have an options=('staticlibs') added.
PKGBUILD available here: https://raw.github.com/jkl1337/arch-pkg/master/ocaml/gapi-ocaml/PKGBUILD
possum commented on 2013-12-07 01:50 (UTC)
Here's the corrected PKGBUILD http://pastebin.com/cGaPY7Gw
Changelog:
-Corrected source link and his checksum
-Changed 0.2 with $pkgver
mlq commented on 2013-11-29 09:13 (UTC)
This PKGBUILD downloads not the correct file. You need to change the url to: http://forge.ocamlcore.org/frs/download.php/1274/gapi-ocaml-0.2.1.tar.gz
tjaart commented on 2013-11-21 19:57 (UTC)
works for me now!
thanks for the fix.
whynothugo commented on 2013-11-01 22:20 (UTC)
Can you confirm this works as-is now? I don't have the infrastructure to test this right now. Otherwise, I'll get onto it properly during the weekend.
tjaart commented on 2013-11-01 20:33 (UTC)
There is a problem as described in the previous post: Mismatch between the pkver=0.2.1 and the extracted dir from the tar file=0.2
The PKGBUILD file should be updated to handle this.
Could the package maintainer please fix this?
satanselbow commented on 2013-10-22 07:39 (UTC)
Downloading the src isn't the problem. $pkver = 0.2.1 / extracted src folder from tarball = 0.2
whynothugo commented on 2013-10-21 22:29 (UTC)
Uhm... it downloads fine for me. :-/
satanselbow commented on 2013-10-21 11:28 (UTC)
As comment below.
To retain the current versioning the extracted folder should be renamed gapi-ocaml-0.2 -> gapi-ocaml-0.2.1 or manually edit the pkgver in the current PKGBUILD to 0.2 at install ;)
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.