From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 02 11:28:43 2022 Received: (at 55552) by debbugs.gnu.org; 2 Jun 2022 15:28:43 +0000 Received: from localhost ([127.0.0.1]:54420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwmkd-0004ff-0U for submit@debbugs.gnu.org; Thu, 02 Jun 2022 11:28:43 -0400 Received: from mx1.riseup.net ([198.252.153.129]:51144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nwmkW-0004fN-G6 for 55552@debbugs.gnu.org; Thu, 02 Jun 2022 11:28:41 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4LDVJz31GgzDsWg; Thu, 2 Jun 2022 15:28:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1654183710; bh=+OhtlCk5A/us1pocUWmbOu+cWyGAs95xACX5kMb05m0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IVPLPALtGX2vgeRxuMa3pRz/r+7Vc+/iUTetyoyXniganaSPXU02rdd/IPTfbz3Ej ace6MkjdNvvE0osYN53vlyfBigxcspdLDz1b0YR7ARLyCuQ+bWbdfzyuzu2ncfleMw x8R3MW/A71KYlrifBXcMBLc+aaTzWvH6X0UEIAwQ= X-Riseup-User-ID: B9A57AC2278D99765E60BC2DA796EAF7A5653EE746EBAF8C378DE85A734D3498 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4LDVJy1Tzhz5yWv; Thu, 2 Jun 2022 15:28:17 +0000 (UTC) Date: Thu, 2 Jun 2022 17:28:07 +0200 From: raingloom To: Julien Lepiller Subject: Re: bug#55552: frama-c should probably be wrapped Message-ID: <20220602172807.1843ab03@riseup.net> In-Reply-To: <20220602075719.719c454a@sybil.lepiller.eu> References: <20220520133654.2280f432@riseup.net> <20220602075719.719c454a@sybil.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55552 Cc: 55552@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.7 (-) On Thu, 2 Jun 2022 07:57:19 +0200 Julien Lepiller wrote: > Le Fri, 20 May 2022 13:36:54 +0200, > raingloom a =C3=A9crit : >=20 > > Sorry, can't debug this further right now. > >=20 > > ``` > > $(guix build frama-c)/bin/frama-c > > [kernel] User Error: [findlib] package 'ocamlgraph' not found > > (required by `frama-c.kernel') [kernel] User Error: Deferred error > > message was emitted during execution. See above messages for more > > information. [kernel] Frama-C aborted: invalid user input. ``` > >=20 > > Running it with `guix shell frama-c -- frama-c` just makes it exit > > without any output. > >=20 > >=20 > > =20 >=20 > Hi, I think it's a duplicate of https://issues.guix.gnu.org/54094 ? > I think it's just a matter of defining OCAMLPATH. Do you think you > could come up with a patch? Oh, I totally forgot about that. Well, I'll try to write something, but it'll probably have to wait until my exams are over.