From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 25 18:05:46 2021 Received: (at 51358) by debbugs.gnu.org; 25 Oct 2021 22:05:46 +0000 Received: from localhost ([127.0.0.1]:44523 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf86D-0004SQ-SM for submit@debbugs.gnu.org; Mon, 25 Oct 2021 18:05:46 -0400 Received: from lepiller.eu ([89.234.186.109]:36696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mf86B-0004SE-UY for 51358@debbugs.gnu.org; Mon, 25 Oct 2021 18:05:44 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 6b435811; Mon, 25 Oct 2021 22:05:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=V9blVNRXi0UW QJVIp8aWgEayloLWsS0zvxeM5fzPU0Y=; b=jtPXk6oaMlIUgYABp+vtu8pIp+Wj 5rYTnRq6dBsamgKAofcVbCk9UUlE5GInJOExyzOa23lZJA2FxDoC3D9FNbk+bdTd xAtoTleHO9MD6NnMUIuwnJv3voB5NCPxYWBjZWnujDUSV9iGnPA7884b53HHn/wF CrzGKGjNVseyyUqoPlTy9qWTSCqkz8e58s+SywyW+zkjvpS5ADkQ31pVsiQ3XInr NY5/6KOkqyqV6juDmQ2zI0ysoLip8QRQie05wLLJd3C6b1MDv2feyMPm0raCCcBG r1Er75PMFTAzQfdj9HuYdDYav6Nx6PkwkEBW6pnFju40lSn4FPTdemk5FA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id cbe7bdd8 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 25 Oct 2021 22:05:41 +0000 (UTC) Date: Tue, 26 Oct 2021 00:05:36 +0200 From: Julien Lepiller To: zimoun Subject: Re: bug#51358: [PATCH] Getting rid of some ocaml4.07-* packages. Message-ID: <20211026000536.1b19cf19@tachikoma.lepiller.eu> In-Reply-To: <86ilxlky2y.fsf_-_@gmail.com> References: <20211023195212.4baaee5e@tachikoma.lepiller.eu> <842202eb6abc579a6d64b64ff41733a3536ff76b.1635011212.git.julien@lepiller.eu> <86ilxlky2y.fsf_-_@gmail.com> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-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: 51358 Cc: 51358@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, 25 Oct 2021 15:56:05 +0200, zimoun a =C3=A9crit : > Hi Julien, >=20 > On sam., 23 oct. 2021 at 19:58, Julien Lepiller > wrote: > > * gnu/packages/ocaml.scm (ocaml4.07-lacaml): Replace with... > > (ocaml-lacaml): ...this. Use latest ocaml package. > > --- > > gnu/packages/ocaml.scm | 11 ++++------- > > 1 file changed, 4 insertions(+), 7 deletions(-) =20 >=20 > Maybe I am missing something. I fail to build it: >=20 > --8<---------------cut here---------------start------------->8--- > $ ./pre-inst-env guix build ocaml-lacaml --no-grafts >=20 > [...] >=20 > File "src/config/make_prec_dep.ml", line 1: > Error: > /gnu/store/nly2n0llgm0x7hdr4x2xrm28v0qcadxf-ocaml4.07-base-0.11.1/lib/oca= ml/site-lib/base/base.cmi > is not a compiled interface for this version of OCaml. It seems to be > for an older version of OCaml. command "dune" "build" "@install" > "--release" failed with status 1 builder for > `/gnu/store/1xnqbgnxhvjjfzbsdsgz6blf7ascwwvm-ocaml-lacaml-11.0.5.drv' > failed with exit code 1 build of > /gnu/store/1xnqbgnxhvjjfzbsdsgz6blf7ascwwvm-ocaml-lacaml-11.0.5.drv > failed View build log at > '/var/log/guix/drvs/1x/nqbgnxhvjjfzbsdsgz6blf7ascwwvm-ocaml-lacaml-11.0.5= .drv.bz2'. > guix build: error: build of > `/gnu/store/1xnqbgnxhvjjfzbsdsgz6blf7ascwwvm-ocaml-lacaml-11.0.5.drv' > failed --8<---------------cut > here---------------end--------------->8--- >=20 >=20 > Cheers, > simon Ah, thanks for catching this. It looks like I went too fast when submitting this series... My intention was to update in a separate patch, but I only tested the updated version. My bad. Since I can't build the new version with the old ocaml either, I'm updating in a single patch. I also noticed a mistake in the second patch, so I'll resend the series.