Package Details: ocaml-curses 1.0.11-4

Git Clone URL: https://aur.archlinux.org/ocaml-curses.git (read-only, click to copy)
Package Base: ocaml-curses
Description: Objective Caml libs for curses
Upstream URL: https://github.com/mbacarella/curses
Licenses: LGPL
Submitter: oriba
Maintainer: Perdu
Last Packager: Perdu
Votes: 1
Popularity: 0.005561
First Submitted: 2015-08-09 13:16 (UTC)
Last Updated: 2024-06-04 10:30 (UTC)

Latest Comments

« First ‹ Previous 1 2

TTimo commented on 2023-09-13 18:19 (UTC)

Install has started to fail with the following error:

File "/usr/lib/ocaml/dune/dune-package", line 1, characters 11-14:
1 | (lang dune 3.8)
               ^^^
Error: Version 3.8 of the dune language is not supported.
Supported versions of this extension in version 3.8 of the dune language:
- 1.0 to 1.12
- 2.0 to 2.9
- 3.0 to 3.7
-> required by _build/default/discover.exe
-> required by alias all
-> required by alias default
==> ERROR: A failure occurred in build().     
    Aborting...
error: failed to build 'ocaml-curses-1.0.11-2': 
error: packages failed to build: ocaml-curses-1.0.11-2

Perdu commented on 2022-06-01 19:56 (UTC)

Fixed. --libdir behaviour changed in dune 3.2.0, it must now be an absolute path (copied fix from the cppo package)

dogunbound commented on 2022-05-31 20:57 (UTC) (edited on 2022-05-31 20:58 (UTC) by dogunbound)

dune install: option `--libdir': the path must be absolute to avoid ambiguity Usage: dune install [OPTION]... [PACKAGE]... Try `dune install --help' or `dune --help' for more information. ==> ERROR: A failure occurred in package(). Aborting... error: failed to build 'ocaml-curses-1.0.10-1': Build fails again.

Perdu commented on 2022-02-09 10:31 (UTC)

Current version is now 1.0.10, which fixes compile issues for packages depending on this. An upgrade would be great

Perdu commented on 2021-11-11 15:38 (UTC)

Is there any plan to update this package? Current version of the library is 1.0.9.

aksr commented on 2018-09-12 16:10 (UTC)

The build fails. Maybe this can help: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868599