@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.
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)
nerflad commented on 2019-09-10 10:13 (UTC)
caseyjp1 commented on 2019-09-10 10:05 (UTC)
Fails to build.
Multiple errors with the latest version of this: Error: various .cmi files and then for each error:
"is not a compiled interface for this version of OCaml. It seems to be for an older version of OCaml."
nerflad commented on 2019-09-10 05:25 (UTC)
Now that things are nominal, I've bumped the version to 0.3.13. Please report any issues.
nerflad commented on 2019-09-10 05:17 (UTC)
@PPlatypus: I recreated AUR packages for the dependencies that were recently removed from [community]. Thanks for the tip.
nerflad commented on 2019-09-10 05:14 (UTC)
@MaxG13 thanks for the tip. I fixed the ocaml-yosjon package. Should be working now.
MaxG13 commented on 2019-09-07 13:21 (UTC)
I could not install the package, I got this log:
==> Starting build()...
File "/usr/lib/ocaml/yojson/dune-package", line 3, characters 1-8:
3 | (version c608c6d)
^^^^^^^
Error: Unknown field version
==> ERROR: A failure occurred in build().
Aborting...
Removing the mentioned line from /usr/lib/ocaml/yojson/dune-package
resolved the issue.
nerflad commented on 2019-09-06 01:39 (UTC)
@PPlatypus: Well, that's troubling. I maintained that package for a long time in the AUR until it was deleted and added to [community] about 18 months ago. Now it appears it has been removed without an announcement.
I've created a forum thread about this and will update as soon as I have more info: https://bbs.archlinux.org/viewtopic.php?pid=1862055#p1862055
PPlatypus commented on 2019-09-06 01:07 (UTC)
Can no longer build - ocaml-yojson is unavailable.
nerflad commented on 2018-12-17 00:37 (UTC)
@Kunda: It's okay! Just rebuild them from the AUR. It's not the packages that have changed, but the ocaml libraries in the Arch distribution (and therefore on your own system). Currently your ocamlnet and ocaml-extlib are compiled against the older versions. Hope this helps.
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.