2.4.1-1 needs a little fix with Ocaml 4.00.0:
--- PKGBUILD.old 2012-09-16 04:39:09.349377519 +0200
+++ PKGBUILD 2012-09-16 04:39:24.846065206 +0200
@@ -19,6 +19,8 @@
build() {
cd "$srcdir/${pkgname/ocaml-/}-$pkgver"
+ echo '<src/top/*.*>: use_compiler_libs' >> _tags
+
# What requires what?
# --enable-glib glibc
# --enable-react ocaml-react
Search Criteria
Package Details: ocaml-lwt 5.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ocaml-lwt.git (read-only, click to copy) |
---|---|
Package Base: | ocaml-lwt |
Description: | A library for cooperative threads in OCaml |
Upstream URL: | https://github.com/ocsigen/lwt |
Keywords: | concurrent coop cooperative event io library ocaml promise promises threads |
Licenses: | MIT |
Submitter: | SerP |
Maintainer: | dpeukert |
Last Packager: | dpeukert |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2010-07-22 14:30 (UTC) |
Last Updated: | 2024-11-13 22:00 (UTC) |
Dependencies (10)
- dune
- libev
- ocaml
- ocaml-findlib
- ocaml-ocplib-endianAUR
- ocaml-ppxlibAUR
- ocaml-reactAUR
- zstd (zstd-gitAUR, zstd-staticAUR)
- cppoAUR (make)
- ocaml-ppx_letAUR (check)
Required by (16)
- flow (make)
- flow-git (make)
- ocaml-alcotest
- ocaml-csv (make)
- ocaml-curl (make)
- ocaml-inotify
- ocaml-js_of_ocaml
- ocaml-lambda-term
- ocaml-logs_lwt
- ocaml-lwt_domain
- ocaml-lwt_log
- ocaml-markup
- ocaml-mdx (check)
- ocaml-ounit
- ocaml-utop
- zeroinstall-injector
Sources (1)
noddy commented on 2012-09-16 02:41 (UTC)
<deleted-account> commented on 2011-09-18 17:40 (UTC)
Updated :)
zorun commented on 2011-09-18 17:18 (UTC)
The compiler libraries are now available as the "ocaml-compiler-libs" package in [extra].
Could you update the dependencies to reflect the change? Thank you!
<deleted-account> commented on 2011-09-16 20:31 (UTC)
Updated PKGBUILD -- *all* lwt features are now installed by default.
zorun commented on 2011-08-26 18:25 (UTC)
Actually, it depends on some ocaml internal libs, usually provided by an `ocaml-compiler-libs` package (although such a dependency is not stated in the README...) because toplevel-related stuff are internal to the ocaml compiler.
It would be alot easier if these libs were integrated in the `ocaml` package, see https://bugs.archlinux.org/task/25763
<deleted-account> commented on 2011-08-26 17:49 (UTC)
I wonder how lwt folks build it, since that Types module is clearly missing <_<
zorun commented on 2011-08-26 02:47 (UTC)
Ok, as a quick hack, it compiles fine without `--enable-toplevel`... And ocaml-utop seems happy anyway.
Here is an updated PKGBUILD: http://pastebin.archlinux.fr/433720
zorun commented on 2011-08-25 14:30 (UTC)
@superbobry: with your updated PKGBUILD (which is needed for `ocaml-lambda-term`), Lwt doesn't compile anymore. It starts well, but after a moment it fails: http://pastebin.archlinux.fr/433705
Please note that it is *not* the same error as the one you would get by not installing react.o from `ocaml-react`.
Since nothing has changed since one week ago, I see multiple reasons for it to fail:
* an error in the PKGBUILD you've pasted (but I see nothing wrong);
* the recent modification of "CFLAGS", "CXXFLAGS" and "LDFLAGS" in /etc/makepkg.conf might have broken something;
* the error ("Error: Unbound module Types") suggests that there might be a missing dependency;
* I've got a lot of warnings about `/usr/lib/ocaml/site-lib` not existing; this is weird, I've never seen that before.
I'll try to investigate, but I don't quite see what's wrong...
<deleted-account> commented on 2011-08-17 08:35 (UTC)
Why won't you enable *at least* React helpers and enhanced toplevel -- the package depends on ocaml-react anyway? http://pastebin.com/XJ0TrZ4p
SerP commented on 2011-05-25 19:43 (UTC)
updated to latest
Pinned Comments
dpeukert commented on 2020-04-09 22:09 (UTC) (edited on 2020-09-26 18:11 (UTC) by dpeukert)
The PKGBUILD for this package is hosted here (contributions are welcome!): https://gitlab.com/dpeukert/pkgbuilds/tree/main/ocaml-lwt