Search Criteria
Package Details: ocaml-csv 2.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocaml-csv.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-csv |
Description: | OCaml CSV parsing library |
Upstream URL: | https://github.com/Chris00/ocaml-csv |
Licenses: | GPL |
Submitter: | oriba |
Maintainer: | None |
Last Packager: | mortzu |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-07 09:09 (UTC) |
Last Updated: | 2022-01-02 11:12 (UTC) |
Dependencies (8)
- ocaml
- dune (make)
- ocaml (make)
- ocaml-findlib (make)
- ocaml-lwtAUR (make)
- ocaml-uutfAUR (make)
- ocamlbuild (make)
- opam (make)
Latest Comments
« First ‹ Previous 1 2
the-k commented on 2018-11-16 10:13 (UTC)
Package() crashes for me:
dune install opam (internal) [WARNING] Running as root is not recommended [ERROR] Opam has not been initialised, please run `opam init' Done: 0/0 (jobs: 1)Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/META Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.a Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cma Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmi Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmt Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmti Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmx Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmxa Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmxs Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.dune Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.ml Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.mli Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmi Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmt Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.cmx Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv.ml Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csvCsv_row.cmi Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csvCsv_row.cmt Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csvCsv_row.cmx Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csvCsv_utils.cmi Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csvCsv_utils.cmt Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csvCsv_utils.cmx Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv_row.ml Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/csv_utils.ml Installing /home/lubo/.cache/yay/ocaml-csv/pkg/ocaml-csv/usr/lib/ocaml/csv/opam Installing /usr/bin/csvtool Error: exception Sys_error("/usr/bin/csvtool: Permission denied") Backtrace: Raised by primitive operation at file "stdlib.ml", line 316, characters 29-55 Called from file "src/stdune/io.ml", line 148, characters 19-178 Called from file "src/stdune/exn.ml", line 21, characters 8-11 Re-raised at file "src/stdune/exn.ml", line 23, characters 30-37 Called from file "bin/main.ml", line 553, characters 17-264 Called from file "list.ml", line 106, characters 12-15 Called from file "list.ml", line 106, characters 12-15 Called from file "src/fiber/fiber.ml", line 111, characters 22-27 Called from file "src/fiber/fiber.ml", line 299, characters 6-13
I must not segfault. Uncertainty is the mind-killer. Exceptions are the little-death that brings total obliteration. I will fully express my cases. Execution will pass over me and through me. And when it has gone past, I will unwind the stack along its path. Where the cases are handled there will be nothing. Only I will remain. make: *** [Makefile:12: install] Error 1
the-k commented on 2017-11-17 14:57 (UTC)
« First ‹ Previous 1 2