From unknown Thu Aug 14 22:23:08 2025 X-Loop: help-debbugs@gnu.org Subject: bug#35500: ocaml-utop fatal error Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 30 Apr 2019 03:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35500 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 35500@debbugs.gnu.org X-Debbugs-Original-To: Bug guix Received: via spool by submit@debbugs.gnu.org id=B.155659315215536 (code B ref -1); Tue, 30 Apr 2019 03:00:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Apr 2019 02:59:12 +0000 Received: from localhost ([127.0.0.1]:40333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLIzA-00042W-11 for submit@debbugs.gnu.org; Mon, 29 Apr 2019 22:59:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLIz7-000427-Bo for submit@debbugs.gnu.org; Mon, 29 Apr 2019 22:59:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:44269) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLIyz-0007aX-FN for submit@debbugs.gnu.org; Mon, 29 Apr 2019 22:59:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLIyy-0006bG-AW for bug-guix@gnu.org; Mon, 29 Apr 2019 22:59:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLIyw-0007ZX-AI for bug-guix@gnu.org; Mon, 29 Apr 2019 22:58:59 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47128) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLIyt-0007YL-Gq for bug-guix@gnu.org; Mon, 29 Apr 2019 22:58:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 39E6016005D for ; Tue, 30 Apr 2019 04:58:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1556593132; bh=LgmleKkXs9doNYrAu1yCEwdlsU8joag+/Ve1HkCqQPA=; h=From:To:Subject:Date:From; b=fX4ybVugXV3yqQkhMCO0dGQGvVDUU9OFijR7aBX+PXU9EDBzqfl2ztde+buRW/aMW ffCnSGjmm/NbyAPA/QmGIdsLe7FeEJ5+JGm+IVE8eXBnOkY066ZsLUtLZ4z5eOdIMC ObZ6+n+65b0F3xAk5KG/O5VVIuu0d6ZLWQ0o9uHcYFl4VZglOr0U+cfMlTam9t7OoQ AC9dINDR86t98xTTvRroBO4+E7ZB4vN38UqR2j6ukOB3OAakrPxN4YqETt6Qc94qxM i2ka5bCvVYOPuJRfcCoWko1NF7SPivmdqmk3W/Z+/vKOdWY34BgzTkg9dXBeAJUyXU QZyZbuFTVjUEw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44tR7G6YpQz6tm6 for ; Tue, 30 Apr 2019 04:58:50 +0200 (CEST) User-agent: mu4e 1.2.0; emacs 26.2 From: Brett Gilio Date: Mon, 29 Apr 2019 21:58:49 -0500 Message-ID: <87imuwi4gm.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 From unknown Thu Aug 14 22:23:08 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brett Gilio Subject: bug#35500: closed (Re: bug#35500: ocaml-utop fatal error) Message-ID: References: <20190430102903.2b03090c@sybil.lepiller.eu> <87imuwi4gm.fsf@posteo.net> X-Gnu-PR-Message: they-closed 35500 X-Gnu-PR-Package: guix Reply-To: 35500@debbugs.gnu.org Date: Tue, 30 Apr 2019 08:30:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1556613003-18380-1" This is a multi-part message in MIME format... ------------=_1556613003-18380-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #35500: ocaml-utop fatal error which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 35500@debbugs.gnu.org. --=20 35500: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D35500 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1556613003-18380-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 35500-done) by debbugs.gnu.org; 30 Apr 2019 08:29:49 +0000 Received: from localhost ([127.0.0.1]:40585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLO96-0004ld-IS for submit@debbugs.gnu.org; Tue, 30 Apr 2019 04:29:48 -0400 Received: from lepiller.eu ([89.234.186.109]:60294) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLO90-0004lB-Se for 35500-done@debbugs.gnu.org; Tue, 30 Apr 2019 04:29:44 -0400 Received: from sybil.lepiller.eu (89-92-10-229.hfc.dyn.abo.bbox.fr [89.92.10.229]) by lepiller.eu (OpenSMTPD) with ESMTPSA id ec5f724f (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 30 Apr 2019 08:29:35 +0000 (UTC) Date: Tue, 30 Apr 2019 10:29:03 +0200 From: Julien Lepiller To: Brett Gilio Subject: Re: bug#35500: ocaml-utop fatal error Message-ID: <20190430102903.2b03090c@sybil.lepiller.eu> In-Reply-To: <87imuwi4gm.fsf@posteo.net> References: <87imuwi4gm.fsf@posteo.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35500-done Cc: 35500-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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. ------------=_1556613003-18380-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Apr 2019 02:59:12 +0000 Received: from localhost ([127.0.0.1]:40333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLIzA-00042W-11 for submit@debbugs.gnu.org; Mon, 29 Apr 2019 22:59:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hLIz7-000427-Bo for submit@debbugs.gnu.org; Mon, 29 Apr 2019 22:59:10 -0400 Received: from lists.gnu.org ([209.51.188.17]:44269) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLIyz-0007aX-FN for submit@debbugs.gnu.org; Mon, 29 Apr 2019 22:59:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLIyy-0006bG-AW for bug-guix@gnu.org; Mon, 29 Apr 2019 22:59:01 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLIyw-0007ZX-AI for bug-guix@gnu.org; Mon, 29 Apr 2019 22:58:59 -0400 Received: from mout01.posteo.de ([185.67.36.65]:47128) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLIyt-0007YL-Gq for bug-guix@gnu.org; Mon, 29 Apr 2019 22:58:57 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 39E6016005D for ; Tue, 30 Apr 2019 04:58:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1556593132; bh=LgmleKkXs9doNYrAu1yCEwdlsU8joag+/Ve1HkCqQPA=; h=From:To:Subject:Date:From; b=fX4ybVugXV3yqQkhMCO0dGQGvVDUU9OFijR7aBX+PXU9EDBzqfl2ztde+buRW/aMW ffCnSGjmm/NbyAPA/QmGIdsLe7FeEJ5+JGm+IVE8eXBnOkY066ZsLUtLZ4z5eOdIMC ObZ6+n+65b0F3xAk5KG/O5VVIuu0d6ZLWQ0o9uHcYFl4VZglOr0U+cfMlTam9t7OoQ AC9dINDR86t98xTTvRroBO4+E7ZB4vN38UqR2j6ukOB3OAakrPxN4YqETt6Qc94qxM i2ka5bCvVYOPuJRfcCoWko1NF7SPivmdqmk3W/Z+/vKOdWY34BgzTkg9dXBeAJUyXU QZyZbuFTVjUEw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44tR7G6YpQz6tm6 for ; Tue, 30 Apr 2019 04:58:50 +0200 (CEST) User-agent: mu4e 1.2.0; emacs 26.2 From: Brett Gilio To: Bug guix Subject: ocaml-utop fatal error Date: Mon, 29 Apr 2019 21:58:49 -0500 Message-ID: <87imuwi4gm.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 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 ------------=_1556613003-18380-1--