From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id zg/BCQB8mmK6KQEAbAwnHQ (envelope-from ) for ; Fri, 03 Jun 2022 23:24:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OHWuCAB8mmKzbAAA9RJhRA (envelope-from ) for ; Fri, 03 Jun 2022 23:24:16 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A25AF1F612 for ; Fri, 3 Jun 2022 23:24:15 +0200 (CEST) Received: from localhost ([::1]:43988 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxEmE-0006YO-I2 for larch@yhetil.org; Fri, 03 Jun 2022 17:24:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45496) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxEm2-0006YF-L1 for guix-patches@gnu.org; Fri, 03 Jun 2022 17:24:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34998) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nxEm2-0008BH-BY for guix-patches@gnu.org; Fri, 03 Jun 2022 17:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nxEm2-0006RX-5x for guix-patches@gnu.org; Fri, 03 Jun 2022 17:24:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55612] [PATCH 0/2] Update guile-hall to 0.4.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 03 Jun 2022 21:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55612 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Taiju HIGASHI Cc: Maxime Devos , 55612@debbugs.gnu.org Received: via spool by 55612-submit@debbugs.gnu.org id=B55612.165429144124759 (code B ref 55612); Fri, 03 Jun 2022 21:24:02 +0000 Received: (at 55612) by debbugs.gnu.org; 3 Jun 2022 21:24:01 +0000 Received: from localhost ([127.0.0.1]:57128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxEm1-0006RH-5K for submit@debbugs.gnu.org; Fri, 03 Jun 2022 17:24:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60502) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nxElw-0006Qt-H4 for 55612@debbugs.gnu.org; Fri, 03 Jun 2022 17:23:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxElq-0008AQ-DB; Fri, 03 Jun 2022 17:23:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=3xVJGJT350FMIl9RWtrmApUkDxlJSBKzBVEas+XNCuk=; b=KREgEpGDnhv/DwrIlIjv PvAEDwG7hcdkYLO/isu6Vrj1hB8Haz7LSL5G11a6NmKPGRsUdNJQU1K0rtrpmqczY5R9WdjpXfO98 bUjkcCqh52uw4BtO2elPgwxEeTf5UX2W5VApmCCdv0B58H9p/AO+QWs8p14yqEIJ3vB/oF5Iz0cBg avbcn8C+lC3oor+CKl5Fl/xuHhPrY0fQe9d9019j7rPOTFEYRPXYQGavGOlqyfKeobbIwmJZb0vn8 mPflVxg49ttRDsFsP4LT397sKpnBX/eI2poZoMrde+uVTQ9O0QarPP7sH6tvKVuV7wI6E+UUfY3ru JyPndEFl1cTwqQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:50298 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxElq-0006Oj-15; Fri, 03 Jun 2022 17:23:50 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220524132642.14122-1-higashi@taiju.info> <062bf5f523196cae4da48085c8418ad076a72699.camel@telenet.be> <875ylvqaf9.fsf@taiju.info> Date: Fri, 03 Jun 2022 23:23:47 +0200 In-Reply-To: <875ylvqaf9.fsf@taiju.info> (Taiju HIGASHI's message of "Tue, 24 May 2022 23:20:42 +0900") Message-ID: <87y1ydh258.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1654291455; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=3xVJGJT350FMIl9RWtrmApUkDxlJSBKzBVEas+XNCuk=; b=Ft/Ad07BzqGWMvuRLyq/tmIAxM6uKQuSuzQhBf1tw1H33TIBLoCQIhju1xG0LHp3IZuMW3 HnH80CJua7tgiHYZN7np3h7z4N2wBCNCd1ucnozD+n3GN+thA/C0rDpsugsYRyz6dKKWwu 0vqXCVsfWzI3/Hsq+V8Vq5T3q9GamUq+oxFoGYYQARlh70QPs8Z1pG+ltLrhWFC8LO54Zd wnoZd+MCnCIWjGbshLTFr5qaBQKENusp9z/JnWjv0NLwBJq5l8VM4M1AqD7UnnI/5FyMPF JzyQFoZn3xGfhq2lNfQ/671Y+clYv4WFqYi1+I2UIBx/FyK2XXeIgdXSOJY/nw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1654291455; a=rsa-sha256; cv=none; b=kF82uGZztNga2oem9uJlkoZTwq0dujp2SwItPUCLmfSYOpiNgbznS8234GpjHMAR6UZZ7s fm3CsQQY78e3mPJS0zB2Qv9va01V559perVgqMqcCd13L6lBu1GtuyJWuvHX8N1pS7kk2s JhbvkCoCKrgY4++phaUcyDeuNc68x+fZO5IebEpeze9d5Emmk5l9K9uAZOs5mUbXIJD49F HlZy6MkNeS8ivLlj0KsrG03aBB04y0Fu+61FhKc6pKC6C62pcssaHlGcv8fdVZzQPqulP2 xObTt1vlLIMVPeawrTFnGTSCfwM7OGYEOpiK+VO/H4dDW8ZXLRr7IP6SVasQaw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=KREgEpGD; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.22 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=KREgEpGD; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A25AF1F612 X-Spam-Score: -3.22 X-Migadu-Scanner: scn0.migadu.com X-TUID: gf6UTb04NNPZ Hi, Taiju HIGASHI skribis: > Thanks for your reply. > I see. So separating the packages doesn't solve anything because of the > conflicts that occur? > I'll see if I can fix gwl to solve this. Indeed, I get this: --8<---------------cut here---------------start------------->8--- $ guix build gwl --with-latest=3Dguile-config guix build: warning: cannot authenticate source of 'guile-config', version = 0.5.1 updating checkout of 'https://gitlab.com/a-sassmannshausen/guile-config'... retrieved commit 6a00702d044663fef6d6d619f4aeb75417e1b10b substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... 10= 0.0% substitute: updating substitutes from 'https://guix.bordeaux.inria.fr'... 1= 00.0% The following derivations will be built: /gnu/store/9xnjw36mzhshqh3x7vmwi6q45v10i7rc-gwl-0.4.0.drv /gnu/store/0mwhz53h7whs3nahiv6d8drclqajz282-guile-config-0.5.1.drv /gnu/store/z9vkfyxlsnh1v2v4mmbdymxwza1dwmd3-guile-config-0.5.1-checkout.d= rv [=E2=80=A6] starting phase `build' GEN guix/extensions/workflow.scm mv -f "guix/extensions/workflow.scm-t" "guix/extensions/workflow.scm" GEN gwl/config.go ice-9/boot-9.scm:1685:16: In procedure raise-exception: Syntax error: gwl/config.scm:66:8: argument: extraneous field initializers (optional?) in= form (argument (name (quote file)) (optional? #f) (test file-exists?) (han= dler identity) (example "/path/to/my-workflow.w")) make: *** [Makefile:1574: gwl/config.go] Error 1 error: in phase 'build': uncaught exception: %exception #<&invoke-error program: "make" arguments: ("GUILE_AUTO_COMPILE= =3D0") exit-status: 2 term-signal: #f stop-signal: #f>=20 phase `build' failed after 0.3 seconds command "make" "GUILE_AUTO_COMPILE=3D0" failed with status 2 builder for `/gnu/store/9xnjw36mzhshqh3x7vmwi6q45v10i7rc-gwl-0.4.0.drv' fai= led with exit code 1 --8<---------------cut here---------------end--------------->8--- How about one of these two options: 1. Provide both versions of guile-config, use the old one in GWL, at the risk of preventing installation of guile-hall + gwl in the same profile (which is probably not much of a problem in practice). 2. Patch GWL so it works with the latest guile-config. That should unblock the situation. WDYT? Thanks, Ludo=E2=80=99.