ocaml-utop fatal error

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Julien Lepiller
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(name . Bug guix)(address . bug-guix@gnu.org)
87imuwi4gm.fsf@posteo.net
I have ocaml-utop installed in an environment. When I run utop from the
shell it returns this rather unamusing error message.

brettg@guixsd ~ [env]$ utop
Fatal error: exception Not_found

There is a reference to this error on github, here

I tried patching this myself but I did not get far.

Brett Gilio
Julien Lepiller wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 35500-done@debbugs.gnu.org)
20190430102903.2b03090c@sybil.lepiller.eu
Le Mon, 29 Apr 2019 21:58:49 -0500,
Brett Gilio <brettg@posteo.net> a écrit :

Toggle quote (16 lines)
> I have ocaml-utop installed in an environment. When I run utop from
> the shell it returns this rather unamusing error message.
>
> brettg@guixsd ~ [env]$ utop
> Fatal error: exception Not_found
>
> There is a reference to this error on github, here
> https://github.com/ocaml-community/utop/issues/224
>
> I tried patching this myself but I did not get far.
>
> Brett Gilio
>
>
>

Running strace on utop showed that it was trying to open a file in /usr
and that's what it couldn't find. Fixed in
6215132155e1a36629fdc5001edbf9dd53ead93f.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 35500@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 35500
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help