@MokkeMeguru I've refused that the install script modify my ./(bash_)profile but as I made everything in the same window it doesn't matter. And you know what ? I knew zero about opanm/ocaml, I just wanted to have google-drive-ocamlfuse running and since a few months using it from aur is a pin in the ass. Today I discovered that opam is a little bit as pip and it don't need Arch packages. But that's off topic ;)
Search Criteria
Package Details: google-drive-ocamlfuse 0.7.32-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-drive-ocamlfuse.git (read-only, click to copy) |
---|---|
Package Base: | google-drive-ocamlfuse |
Description: | FUSE-based file system backed by Google Drive, written in OCaml |
Upstream URL: | https://astrada.github.io/google-drive-ocamlfuse/ |
Keywords: | drive fuse google ocaml |
Licenses: | MIT |
Submitter: | mlq |
Maintainer: | pricechrispy |
Last Packager: | pricechrispy |
Votes: | 63 |
Popularity: | 0.173954 |
First Submitted: | 2013-10-14 21:44 (UTC) |
Last Updated: | 2024-03-25 01:51 (UTC) |
Dependencies (9)
- gapi-ocamlAUR
- ocaml
- ocaml-extlibAUR
- ocaml-findlib
- ocaml-sqlite3AUR
- ocamlfuseAUR
- tiny_httpdAUR
- dune (make)
- ocaml-ounitAUR (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 21 Next › Last »
jdegreef commented on 2019-10-17 22:00 (UTC) (edited on 2019-10-17 22:48 (UTC) by jdegreef)
MokkeMeguru commented on 2019-10-17 21:35 (UTC) (edited on 2019-10-17 21:38 (UTC) by MokkeMeguru)
@jdegreef Can you check your ~/.bash_profile ? If you tried my solution correctly, Your ~/.bash_profile will have below lines.
# ...
# opam configuration
test -r /home/meguru/.opam/opam-init/init.sh && . /home/meguru/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
My idea and your idea are nealy the same, I think.
And also, my google-drive-ocamlfuse is installed in /home/meguru/.opam/ocaml-4.09.0/bin/google-drive-ocamlfuse
jdegreef commented on 2019-10-17 20:16 (UTC) (edited on 2019-10-17 20:28 (UTC) by jdegreef)
@MokkeMeguru OR, forget about all ocaml Arch packages which are broken at every update, and install ocalm packages from opam (https://opam.ocaml.org/). That's the way I'll follow from now on. Everything is installed into ~/.opam without having any impact on the whole system.
MokkeMeguru commented on 2019-10-16 12:53 (UTC)
Because of https://aur.archlinux.org/packages/ocaml-base/ ,(https://aur.archlinux.org/packages/ocaml-base/#comment-711397) This build is failed.
Please update dependencies ... (or wait a month to update the package ocaml-base)
jdegreef commented on 2019-10-13 18:43 (UTC)
Same problem here in a clean chroot environment.
esturiano commented on 2019-10-12 14:07 (UTC)
File "compiler-stdlib/gen/gen.ml", line 59, characters 33-51: 59 | let toc = (input_value ic : Cmo_format.library) in ^^^^^^^^^^^^^^^^^^ Error: Unbound module Cmo_format File "compiler-stdlib/gen/gen.ml", line 59, characters 33-51: 59 | let toc = (input_value ic : Cmo_format.library) in ^^^^^^^^^^^^^^^^^^ Error: Unbound module Cmo_format
getting this too.
nixit commented on 2019-10-12 03:18 (UTC)
trying to install and am getiting this:
==> Starting build()... File "compiler-stdlib/gen/gen.ml", line 59, characters 33-51: 59 | let toc = (input_value ic : Cmo_format.library) in ^^^^^^^^^^^^^^^^^^ Error: Unbound module Cmo_format ==> ERROR: A failure occurred in build(). Aborting...
any idea.
--nixit
Pfizi commented on 2019-09-16 15:13 (UTC)
Requires gapi-ocaml>=0.3.15, but this is not available yet.
pricechrispy commented on 2019-09-16 03:40 (UTC)
Missing packages were added back to the AUR and the package builds. Updated to latest tagged release. Note this requires gapi-ocaml>=0.3.15
Pinned Comments
pricechrispy commented on 2017-04-25 17:39 (UTC) (edited on 2022-10-16 06:40 (UTC) by pricechrispy)
Before you flag this package out-of-date:
According to the official project page: https://astrada.github.io/google-drive-ocamlfuse/
Find latest release versions here: https://launchpad.net/~alessandro-strada/+archive/ubuntu/ppa
The latest releases are not all tagged versions on GitHub.
For the latest development versions on git, try: https://aur.archlinux.org/packages/google-drive-ocamlfuse-git
OLD official project page: http://gdfuse.forge.ocamlcore.org/
OLD release versions here: https://forge.ocamlcore.org/frs/?group_id=305