Package Details: wyrd 1.7.2-1

Git Clone URL: https://aur.archlinux.org/wyrd.git (read-only, click to copy)
Package Base: wyrd
Description: A text-based front-end to Remind.
Upstream URL: https://gitlab.com/wyrd-calendar/wyrd
Licenses: GPL2
Conflicts: wyrd
Provides: wyrd
Replaces: wyrd-git
Submitter: Perdu
Maintainer: Perdu
Last Packager: Perdu
Votes: 2
Popularity: 0.000000
First Submitted: 2022-02-09 08:37 (UTC)
Last Updated: 2025-03-22 15:52 (UTC)

Latest Comments

1 2 3 Next › Last »

Perdu commented on 2025-03-22 16:03 (UTC)

@kithrat: fixed

Related: https://gitlab.com/wyrd-calendar/wyrd/-/issues/28

kithrat commented on 2025-03-17 00:14 (UTC) (edited on 2025-03-17 00:16 (UTC) by kithrat)

I believe that this package needs updating, building from source creates a usable program but the AUR package does not. Any attempt to use it results in either "no bytecode file specified" or files not having the right magic number.

Perdu commented on 2023-09-12 22:32 (UTC)

Fixed issue with the ocaml-curses dependency. It's working now.

JohnRobson commented on 2023-05-25 06:45 (UTC)

/usr/bin/ld: /tmp/yay/wyrd/src/wyrd-1.7.1/../../../ocaml-curses/src/curses-1.0.10/_build/default/ml_curses.c:245: undefined reference to `leave_blocking_section'
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking (exit code 1)
make: *** [Makefile:52: wyrd] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: wyrd-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
wyrd - exit status 4

Perdu commented on 2023-03-01 18:34 (UTC)

@IsaacG I cannot reproduce the issue on a up-to-date arch setup with a fresh install. Try cleanbuilding dependencies?

IsaacG commented on 2023-02-23 18:56 (UTC)

@Perdu Yup! I just retried with the various directories cleaned up (removed) before the build.

Perdu commented on 2023-02-23 11:19 (UTC)

@IsaacG: is this on a cleanbuild? This looks like an issue I fixed a while ago

IsaacG commented on 2023-02-23 01:27 (UTC)

Is there a version mismatch here?

ocamlfind ocamlopt -c -o utility.cmx -package unix -package str -package curses -package yojson  utility.ml
File "utility.ml", line 1:
Error: /usr/lib/ocaml/curses/curses.cmi
       is not a compiled interface for this version of OCaml.
It seems to be for an older version of OCaml.
make: *** [Makefile:109: utility.cmx] Error 2

» pacman -Qo /usr/lib/ocaml/curses/curses.cmi
/usr/lib/ocaml/curses/curses.cmi is owned by ocaml-curses 1.0.10-2

Perdu commented on 2023-02-05 04:27 (UTC)

@flecha: fixed