From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#35500: ocaml-utop fatal error Date: Tue, 30 Apr 2019 10:29:03 +0200 Message-ID: <20190430102903.2b03090c@sybil.lepiller.eu> References: <87imuwi4gm.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:43853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLO9M-0001Ol-MR for bug-guix@gnu.org; Tue, 30 Apr 2019 04:30:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLO9L-0006Lt-Mg for bug-guix@gnu.org; Tue, 30 Apr 2019 04:30:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hLO9L-0006Lj-JO for bug-guix@gnu.org; Tue, 30 Apr 2019 04:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hLO9L-0004mk-Bd for bug-guix@gnu.org; Tue, 30 Apr 2019 04:30:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87imuwi4gm.fsf@posteo.net> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Brett Gilio Cc: 35500-done@debbugs.gnu.org Le Mon, 29 Apr 2019 21:58:49 -0500, Brett Gilio a =C3=A9crit : > I have ocaml-utop installed in an environment. When I run utop from > the shell it returns this rather unamusing error message. >=20 > brettg@guixsd ~ [env]$ utop > Fatal error: exception Not_found >=20 > There is a reference to this error on github, here > https://github.com/ocaml-community/utop/issues/224 >=20 > I tried patching this myself but I did not get far. >=20 > Brett Gilio >=20 >=20 >=20 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.