From unknown Sun Jun 22 11:42:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46826: [debian] compilation from git fails Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 28 Feb 2021 08:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46826 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 46826@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16145005972310 (code B ref -1); Sun, 28 Feb 2021 08:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 28 Feb 2021 08:23:17 +0000 Received: from localhost ([127.0.0.1]:45799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGHMC-0000bB-5x for submit@debbugs.gnu.org; Sun, 28 Feb 2021 03:23:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:40980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGH30-00007q-QA for submit@debbugs.gnu.org; Sun, 28 Feb 2021 03:03:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGH2z-0002Yp-GF for bug-guix@gnu.org; Sun, 28 Feb 2021 03:03:25 -0500 Received: from smtpcmd0642.aruba.it ([62.149.156.42]:39263) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGH2t-0002R0-3a for bug-guix@gnu.org; Sun, 28 Feb 2021 03:03:25 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id GH2nlCJzIZCSXGH2olPSO2; Sun, 28 Feb 2021 09:03:14 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614499394; bh=qp2XpZANIOcBz3lZenClG7wdTZVnC6YULdpZ7vah06M=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=hUnFzRqPGiHqoDK2PPw5/JuYBx83yXgss/I6Nc74QAPmtOTd+kTj8VIuJxUc8ZOPv nyRjPxaz28S34y5295shPGhDqx+scyZM54aysyUa8mijjbJEMOijm7azJ4zcTiQL62 l8sY0tnZHQXPFElKMkVWZyrqI+EiKlRY53fHGAH25lX6p6qrryCXT7qG4KIG50wAE+ M0Wu60xRyCZBpASTQyA9WihGNuIYzKthTzkkJTlnpYLjCF5Un/9ScnCwL29rqSTSgT nNNtiDbSw1Lmi6d/WBl7AAYF7mEzrL6xAnnw4WPfaWloMdlFKXWvY0e66ph2vRuCh1 a9NP7yQD+BfCw== Received: by kurosawa.casa.net (Postfix, from userid 1000) id AF91F18401E1; Sun, 28 Feb 2021 09:03:02 +0100 (CET) Date: Sun, 28 Feb 2021 09:03:02 +0100 From: cage Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfFGoKdDDHcWqRnzQVVjGQ2iYcPrhuV1r1UgKMW7F6HBwqxn7lCBssSVp6dUetfCI3KeJpAABDsWHSiE+u03XdYYaFgpXbFSjTtrb7rUzm1j+v/lUOWSo aZQboB6M6PL7hCk4KSxyN/MaIhid6CEGhm99LZebzo08KQLNR7xfti4K Received-SPF: none client-ip=62.149.156.42; envelope-from=cage-dev@twistfold.it; helo=smtpcmd0642.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Sun, 28 Feb 2021 03:23:14 -0500 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: -3.3 (---) Hi! i tried to compile guix from git but the compilation fails with a syntax error, details below: - OS Debian testing (bullseye) - guix commit hash 8ef1f24f16354e08f23dfabf11396527b0417638 (master) - $ guile --version guile (GNU Guile) 2.2.7 The error is: $ make [...] guix/scripts/environment.scm:752:12: error: (define manifest (if profile (profile-manifest profile) manifest-from-opts)): definition in expression context, where definitions are not allowed, make[2]: *** [Makefile:6246: make-go] Error 1 A kind user suggested to comment the form in guix/scripts/environment.scm starting at line 178: ------------ (when (and profile (> (length (manifest-entries manifest-from-opts)) 0)) (leave (G_ "'--profile' cannot be used with package options~%"))) ----------- After commenting the form above, the compilation works flawless. Hope this help! Bye! C. From unknown Sun Jun 22 11:42:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46826: [debian] compilation from git fails References: In-Reply-To: Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 28 Feb 2021 09:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46826 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 46826@debbugs.gnu.org Received: via spool by 46826-submit@debbugs.gnu.org id=B46826.16145051479294 (code B ref 46826); Sun, 28 Feb 2021 09:40:02 +0000 Received: (at 46826) by debbugs.gnu.org; 28 Feb 2021 09:39:07 +0000 Received: from localhost ([127.0.0.1]:45858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGIXb-0002Pk-6Q for submit@debbugs.gnu.org; Sun, 28 Feb 2021 04:39:07 -0500 Received: from smtpcmd04132.aruba.it ([62.149.158.132]:33287) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGI0p-0001cg-7R for 46826@debbugs.gnu.org; Sun, 28 Feb 2021 04:05:16 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id GI0hlvmCOudgoGI0hlF3NF; Sun, 28 Feb 2021 10:05:08 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614503108; bh=rSLZ5YoKc2gQbrssoMmjRLNlhWVkoQ5Ug3/obL5Tz5U=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=e7dXqRGCNY6+Co8LX1S9xHjd9o962u3vTxTHF8sIZU1yawuWLw8Q5N9bqLIlFPhBp +7gczD6kXOjCbNKvmixF+n4DAVRH52Eq1nvawV+ssuKM+IkIlTLvtHyIWJYjwt9YbB s8EOfLZ430cStn3L4R6iIDWUw0oJhbYmjWHet2o8qvLf6j1pCHKcyJaE2jhU6OjWcu mjO6VHdBLT1raUJb2U0PcFEe7Bq7f5rGgB7/gYLm4hbJm3/QY9cXu+Sgsi0c4kpaEs cPxOX6hZNIoSMhMCOpQ62KGAG+8ZnD2MeTL5X2MD5DhZeIct7LdbWDYPban22Uu14K 48WnX2Sn06SNg== Received: by kurosawa.casa.net (Postfix, from userid 1000) id 6E2661840205; Sun, 28 Feb 2021 10:04:56 +0100 (CET) Date: Sun, 28 Feb 2021 10:04:56 +0100 From: cage Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfFJt416DMrygAgZMzfIabQIKEMxC1iHOYVK1A66/X1CnSvEWEL0AlFQAl3bXDbpXAVsB/RfgX4ftAWdZp2NYbV28zJCRQcDsrqJhHt/IOm/VrzKkDy+H rTEI92HOrvE4k6SXLEOHoKRmdFS5qExouXzvQFimsCpFkCVDbXletHjJ/6Zv4Hc6nxDoHJ9wL31srw== X-Spam-Score: 0.0 (/) X-Mailman-Approved-At: Sun, 28 Feb 2021 04:39:05 -0500 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 (-) Errata: > guix/scripts/environment.scm starting at line 178: line 748 actually. Bye! C. From unknown Sun Jun 22 11:42:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46826: [debian] compilation from git fails Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 01 Mar 2021 11:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46826 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: cage , 46826@debbugs.gnu.org Received: via spool by 46826-submit@debbugs.gnu.org id=B46826.16145989423289 (code B ref 46826); Mon, 01 Mar 2021 11:43:02 +0000 Received: (at 46826) by debbugs.gnu.org; 1 Mar 2021 11:42:22 +0000 Received: from localhost ([127.0.0.1]:48263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGgwQ-0000qz-Gg for submit@debbugs.gnu.org; Mon, 01 Mar 2021 06:42:22 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:45748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGgwN-0000qo-O3 for 46826@debbugs.gnu.org; Mon, 01 Mar 2021 06:42:20 -0500 Received: from ptr-bvsjgyjmffd7q9timvx.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:aaf1:9810:a0b8:a55d]) by andre.telenet-ops.be with bizsmtp id aziH2400D0mfAB401ziHA6; Mon, 01 Mar 2021 12:42:17 +0100 Message-ID: <35e9878676026fc49a7216083acebfae50f8bc23.camel@telenet.be> From: Maxime Devos Date: Mon, 01 Mar 2021 12:42:08 +0100 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-13pzS5fZ9ZYaMKNMCYL6" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1614598937; bh=BtRB++zJDB9hlOKWHbEk5DBUqd3LXZdfcYgW4aYWdyc=; h=Subject:From:To:Date:In-Reply-To:References; b=iS2QcWAYga9VIrtblWqpk0H9I253geYxlU28CmBQ+IzKEGp1hpHM/JSZumvyh/NnI 2ZuAaF5Djcxs3KYY9rR72g+WOjhTJ/qln5LIFcdLat1kN/Cub59MkV/rG6a6MQrOdG aZgcUph2IYbY5fwtQf+G4Sk1dioVYgH1e+qKqx5iHPmt8UV5uCIcqGYbM5Jk+FdXUO c5wHET+qA3gNk5sDTeYQK9KX7EPdJvZHrW6VrE4+efiNR6rtLoJlSFzI9waVn/ixKr +S5n01ABn2ifEKUtzKZHybdYHQYS+7lZgA2+XuDJJShHbIDJZmfrNtQbZVB+LeAs6P D1Bzc/wVqHnXQ== X-Spam-Score: -0.7 (/) 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 (-) --=-13pzS5fZ9ZYaMKNMCYL6 Content-Type: multipart/mixed; boundary="=-r+l04z43omxyhQQDOP06" --=-r+l04z43omxyhQQDOP06 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2021-02-28 at 09:03 +0100, cage wrote: > [...] > A kind user suggested to comment the form in > guix/scripts/environment.scm starting at line 178: >=20 > ------------ > (when (and profile > (> (length (manifest-entries manifest-from-opts)) 0)) > (leave (G_ "'--profile' cannot be used with package options~%"))) > ----------- >=20 > After commenting the form above, the compilation works flawless. The guile2.2-bytestructures dependency of guile2.2-guix is broken currently (see https://issues.guix.gnu.org/46844), which makes my proposal somewhat a= nnoying to test ... Perhaps replace (when COND STUFF) with (define _ (when COND STUFF))? That s= hould be ok for both guile2.2 and guile3.0. It's not very aesthetical, but if th= e alternative is putting everything below (when COND STUFF) in a let form (leading to more indentation), perhaps that's ok. cage, could you verify whether this patch works for you? Greetings, Maxime. --=20 Maxime Devos PGP Key: C1F3 3EE2 0C52 8FDB 7DD7 011F 49E3 EE22 1917 25EE Freenode handle: mdevos --=-r+l04z43omxyhQQDOP06 Content-Disposition: attachment; filename*0=0001-scripts-environment-Replace-expression-with-definiti.pat; filename*1=ch Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name="0001-scripts-environment-Replace-expression-with-definiti.patch"; charset="UTF-8" RnJvbSA2NTllMTkxYzFlOWQ2NGE5Y2Y3NzM0ZGI2ZTliYjk5ZTQ3ODc3MzQ0IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBNYXhpbWUgRGV2b3MgPG1heGltZWRldm9zQHRlbGVuZXQuYmU+ CkRhdGU6IE1vbiwgMSBNYXIgMjAyMSAxMDo1NzoxNyArMDEwMApTdWJqZWN0OiBbUEFUQ0hdIHNj cmlwdHM6IGVudmlyb25tZW50OiBSZXBsYWNlIGV4cHJlc3Npb24gd2l0aCBkZWZpbml0aW9uLgoK VGhpcyBmaXhlcyB0aGUgZm9sbG93aW5nIGJ1aWxkIGVycm9yIHdoZW4gYnVpbGRpbmcgZ3VpeCB3 aXRoCkdOVSBHdWlsZSAyLjIuNyBvbiBEZWJpYW4gKGJ1bGxzZXllKSAocmVpbmRlbnRlZCk6Cgpn dWl4L3NjcmlwdHMvZW52aXJvbm1lbnQuc2NtOjc1MjoxMjogZXJyb3I6CihkZWZpbmUgbWFuaWZl c3QgKGlmIHByb2ZpbGUgKHByb2ZpbGUtbWFuaWZlc3QgcHJvZmlsZSkgbWFuaWZlc3QtZnJvbS1v cHRzKSk6CmRlZmluaXRpb24gaW4gZXhwcmVzc2lvbiBjb250ZXh0LCB3aGVyZSBkZWZpbml0aW9u cyBhcmUgbm90IGFsbG93ZWQsCgpGaXhlczogPGh0dHBzOi8vaXNzdWVzLmd1aXguZ251Lm9yZy80 NjgyNj4uCgoqIGd1aXgvc2NyaXB0cy9lbnZpcm9ubWVudC5zY20gKGd1aXgtZW52aXJvbm1lbnQp OiBGaXggYSBzeW50YXggZXJyb3IKICBvbiBHdWlsZSAyLjIuNy4KLS0tCiBndWl4L3NjcmlwdHMv ZW52aXJvbm1lbnQuc2NtIHwgNyArKysrLS0tCiAxIGZpbGUgY2hhbmdlZCwgNCBpbnNlcnRpb25z KCspLCAzIGRlbGV0aW9ucygtKQoKZGlmZiAtLWdpdCBhL2d1aXgvc2NyaXB0cy9lbnZpcm9ubWVu dC5zY20gYi9ndWl4L3NjcmlwdHMvZW52aXJvbm1lbnQuc2NtCmluZGV4IGEzOTM0Nzc0M2UuLmEy ODAxOGU2MjcgMTAwNjQ0Ci0tLSBhL2d1aXgvc2NyaXB0cy9lbnZpcm9ubWVudC5zY20KKysrIGIv Z3VpeC9zY3JpcHRzL2Vudmlyb25tZW50LnNjbQpAQCAtNzQ1LDkgKzc0NSwxMCBAQCBtZXNzYWdl IGlmIGFueSB0ZXN0IGZhaWxzLiIKICAgICAgICAgICAod2l0aC1zdGF0dXMtdmVyYm9zaXR5IChh c3NvYy1yZWYgb3B0cyAndmVyYm9zaXR5KQogICAgICAgICAgICAgKGRlZmluZSBtYW5pZmVzdC1m cm9tLW9wdHMKICAgICAgICAgICAgICAgKG9wdGlvbnMvcmVzb2x2ZS1wYWNrYWdlcyBzdG9yZSBv cHRzKSkKLSAgICAgICAgICAgICh3aGVuIChhbmQgcHJvZmlsZQotICAgICAgICAgICAgICAgICAg ICAgICAoPiAobGVuZ3RoIChtYW5pZmVzdC1lbnRyaWVzIG1hbmlmZXN0LWZyb20tb3B0cykpIDAp KQotICAgICAgICAgICAgICAobGVhdmUgKEdfICInLS1wcm9maWxlJyBjYW5ub3QgYmUgdXNlZCB3 aXRoIHBhY2thZ2Ugb3B0aW9uc34lIikpKQorICAgICAgICAgICAgKGRlZmluZSBfCisgICAgICAg ICAgICAgICh3aGVuIChhbmQgcHJvZmlsZQorICAgICAgICAgICAgICAgICAgICAgICAgICg+IChs ZW5ndGggKG1hbmlmZXN0LWVudHJpZXMgbWFuaWZlc3QtZnJvbS1vcHRzKSkgMCkpCisgICAgICAg ICAgICAgICAgKGxlYXZlIChHXyAiJy0tcHJvZmlsZScgY2Fubm90IGJlIHVzZWQgd2l0aCBwYWNr YWdlIG9wdGlvbnN+JSIpKSkpCiAKICAgICAgICAgICAgIChkZWZpbmUgbWFuaWZlc3QKICAgICAg ICAgICAgICAgKGlmIHByb2ZpbGUKLS0gCjIuMzAuMAoK --=-r+l04z43omxyhQQDOP06-- --=-13pzS5fZ9ZYaMKNMCYL6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYIADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYDzTERccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mjFAP0Vp/2DOshsGYCZGvPYOnDrYzDG cS434zcYCAhq5qwv+QD9FiBs+726zTor0Q+rmCCCRbjC0r+OunizQrQyMnb49wM= =9QCw -----END PGP SIGNATURE----- --=-13pzS5fZ9ZYaMKNMCYL6-- From unknown Sun Jun 22 11:42:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46826: [debian] compilation from git fails Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 01 Mar 2021 13:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46826 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxime Devos Cc: 46826@debbugs.gnu.org, cage Received: via spool by 46826-submit@debbugs.gnu.org id=B46826.161460437428657 (code B ref 46826); Mon, 01 Mar 2021 13:13:01 +0000 Received: (at 46826) by debbugs.gnu.org; 1 Mar 2021 13:12:54 +0000 Received: from localhost ([127.0.0.1]:48457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGiLz-0007Rx-17 for submit@debbugs.gnu.org; Mon, 01 Mar 2021 08:12:54 -0500 Received: from smtpcmd13146.aruba.it ([62.149.156.146]:59550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGiLu-0007Rc-4O for 46826@debbugs.gnu.org; Mon, 01 Mar 2021 08:12:50 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id GiLml4zqFpL4IGiLmlL7JT; Mon, 01 Mar 2021 14:12:39 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614604359; bh=UIUi1h7DdPakvGb5ePgrWilsYgdlPHTql+6xhLY1+GA=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=FbucmGzZt//9lmDxC1odtNbR3QpETlSPTxhzHB71p+ph7GMJunzd41QbkMZ+MVnrN V0E0hSJGfenw6/Ft56KjWF1MNeZeGo2CIBnfPAEZt99K1RUK8hGKXobVbq15CkUZyY NBL/FseKsLkLVp9K7mFskfqOvmh/cA2Gyiwucu8B4XL+A3BpPjoCy/BUmDsuTBXoGm KDQxUl1Ye8rj/y2Dlo5LNfEM9rHZMPQCCVbR8ENp80cijkqoovqzbJhJMaPrUdnFgi K6TWSPLC3t7UxTZFKr7xkGZEXNwxJWmL4qMFc9xPWRjqTRFMp5T+IlkfSsn7BS35rG vU8iZbqy2y6Sg== Received: by kurosawa.casa.net (Postfix, from userid 1000) id 063861840353; Mon, 1 Mar 2021 14:12:24 +0100 (CET) Date: Mon, 1 Mar 2021 14:12:24 +0100 From: cage Message-ID: References: <35e9878676026fc49a7216083acebfae50f8bc23.camel@telenet.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <35e9878676026fc49a7216083acebfae50f8bc23.camel@telenet.be> X-CMAE-Envelope: MS4wfJJsw+rwjsB9zDYiaAhmIdgAuqTxtBpj48Dn6FOGjbacMAf3y45zrQlej758ckw6I/9xKfA4YKmIXgAOMGc9VZVjw/49uqTuECkjiXzFvL1MnPx0zCKS MFDEjA3Ot3rZGeVO3npL3kN3nLbrfbdVV74wb2rRtOED3sM8ZTDdgrcc8DYpZ2ht/bP17x5Pe1Nbe82OGIa52TbqFA8NztJWI1BsLBM3EWAkxa5ksR7PMq+P fZLmYyvlmkMlm/YANOGrkA== X-Spam-Score: 0.0 (/) 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 (-) On Mon, Mar 01, 2021 at 12:42:08PM +0100, Maxime Devos wrote: Hi! > > Perhaps replace (when COND STUFF) with (define _ (when COND STUFF))? That should > be ok for both guile2.2 and guile3.0. It's not very aesthetical, but if the > alternative is putting everything below (when COND STUFF) in a let form > (leading to more indentation), perhaps that's ok. > > cage, could you verify whether this patch works for you? I wrapped that form in a (define _ ...) and I was able to compile guix without errors. Bye! C. From unknown Sun Jun 22 11:42:52 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: cage Subject: bug#46826: closed (Re: bug#46826: [debian] compilation from git fails) Message-ID: References: <87y2f6ppz2.fsf@gnu.org> X-Gnu-PR-Message: they-closed 46826 X-Gnu-PR-Package: guix Reply-To: 46826@debbugs.gnu.org Date: Mon, 01 Mar 2021 20:41:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1614631261-24453-1" This is a multi-part message in MIME format... ------------=_1614631261-24453-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46826: [debian] compilation from git fails 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 46826@debbugs.gnu.org. --=20 46826: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46826 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1614631261-24453-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46826-done) by debbugs.gnu.org; 1 Mar 2021 20:40:44 +0000 Received: from localhost ([127.0.0.1]:51000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGpLQ-0006Lj-Gi for submit@debbugs.gnu.org; Mon, 01 Mar 2021 15:40:44 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44548) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGpLP-0006LW-9H for 46826-done@debbugs.gnu.org; Mon, 01 Mar 2021 15:40:43 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53559) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGpLH-0006ll-U5; Mon, 01 Mar 2021 15:40:35 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58058 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lGpLH-00065P-IR; Mon, 01 Mar 2021 15:40:35 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: cage Subject: Re: bug#46826: [debian] compilation from git fails References: <35e9878676026fc49a7216083acebfae50f8bc23.camel@telenet.be> Date: Mon, 01 Mar 2021 21:40:33 +0100 In-Reply-To: (cage's message of "Mon, 1 Mar 2021 14:12:24 +0100") Message-ID: <87y2f6ppz2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) 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: 46826-done Cc: 46826-done@debbugs.gnu.org, Maxime Devos 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 (-) Hi! I pushed a slightly different fix as 9ce78f27a02b3a5fcaea2f0633404b940795989a. Thanks, Ludo=E2=80=99. ------------=_1614631261-24453-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Feb 2021 08:23:17 +0000 Received: from localhost ([127.0.0.1]:45799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGHMC-0000bB-5x for submit@debbugs.gnu.org; Sun, 28 Feb 2021 03:23:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:40980) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGH30-00007q-QA for submit@debbugs.gnu.org; Sun, 28 Feb 2021 03:03:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:38628) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lGH2z-0002Yp-GF for bug-guix@gnu.org; Sun, 28 Feb 2021 03:03:25 -0500 Received: from smtpcmd0642.aruba.it ([62.149.156.42]:39263) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGH2t-0002R0-3a for bug-guix@gnu.org; Sun, 28 Feb 2021 03:03:25 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id GH2nlCJzIZCSXGH2olPSO2; Sun, 28 Feb 2021 09:03:14 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614499394; bh=qp2XpZANIOcBz3lZenClG7wdTZVnC6YULdpZ7vah06M=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=hUnFzRqPGiHqoDK2PPw5/JuYBx83yXgss/I6Nc74QAPmtOTd+kTj8VIuJxUc8ZOPv nyRjPxaz28S34y5295shPGhDqx+scyZM54aysyUa8mijjbJEMOijm7azJ4zcTiQL62 l8sY0tnZHQXPFElKMkVWZyrqI+EiKlRY53fHGAH25lX6p6qrryCXT7qG4KIG50wAE+ M0Wu60xRyCZBpASTQyA9WihGNuIYzKthTzkkJTlnpYLjCF5Un/9ScnCwL29rqSTSgT nNNtiDbSw1Lmi6d/WBl7AAYF7mEzrL6xAnnw4WPfaWloMdlFKXWvY0e66ph2vRuCh1 a9NP7yQD+BfCw== Received: by kurosawa.casa.net (Postfix, from userid 1000) id AF91F18401E1; Sun, 28 Feb 2021 09:03:02 +0100 (CET) Date: Sun, 28 Feb 2021 09:03:02 +0100 From: cage To: bug-guix@gnu.org Subject: [debian] compilation from git fails Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-CMAE-Envelope: MS4wfFGoKdDDHcWqRnzQVVjGQ2iYcPrhuV1r1UgKMW7F6HBwqxn7lCBssSVp6dUetfCI3KeJpAABDsWHSiE+u03XdYYaFgpXbFSjTtrb7rUzm1j+v/lUOWSo aZQboB6M6PL7hCk4KSxyN/MaIhid6CEGhm99LZebzo08KQLNR7xfti4K Received-SPF: none client-ip=62.149.156.42; envelope-from=cage-dev@twistfold.it; helo=smtpcmd0642.aruba.it X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 28 Feb 2021 03:23:14 -0500 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: -3.3 (---) Hi! i tried to compile guix from git but the compilation fails with a syntax error, details below: - OS Debian testing (bullseye) - guix commit hash 8ef1f24f16354e08f23dfabf11396527b0417638 (master) - $ guile --version guile (GNU Guile) 2.2.7 The error is: $ make [...] guix/scripts/environment.scm:752:12: error: (define manifest (if profile (profile-manifest profile) manifest-from-opts)): definition in expression context, where definitions are not allowed, make[2]: *** [Makefile:6246: make-go] Error 1 A kind user suggested to comment the form in guix/scripts/environment.scm starting at line 178: ------------ (when (and profile (> (length (manifest-entries manifest-from-opts)) 0)) (leave (G_ "'--profile' cannot be used with package options~%"))) ----------- After commenting the form above, the compilation works flawless. Hope this help! Bye! C. ------------=_1614631261-24453-1-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 01 15:41:02 2021 Received: (at control) by debbugs.gnu.org; 1 Mar 2021 20:41:02 +0000 Received: from localhost ([127.0.0.1]:51003 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGpLh-0006MV-P6 for submit@debbugs.gnu.org; Mon, 01 Mar 2021 15:41:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lGpLf-0006M1-TP for control@debbugs.gnu.org; Mon, 01 Mar 2021 15:41:00 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53564) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lGpLa-0006yP-MV for control@debbugs.gnu.org; Mon, 01 Mar 2021 15:40:54 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58062 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lGpLY-000666-5l for control@debbugs.gnu.org; Mon, 01 Mar 2021 15:40:54 -0500 Date: Mon, 01 Mar 2021 21:40:51 +0100 Message-Id: <87wnuqppyk.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #46826 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 46826 (guix scripts environment) fails to build with Guile 2.2 quit From unknown Sun Jun 22 11:42:52 2025 X-Loop: help-debbugs@gnu.org Subject: bug#46826: [debian] compilation from git fails Resent-From: cage Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 02 Mar 2021 19:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46826 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 46826-done@debbugs.gnu.org, Maxime Devos , cage Received: via spool by 46826-done@debbugs.gnu.org id=D46826.161471397912133 (code D ref 46826); Tue, 02 Mar 2021 19:40:01 +0000 Received: (at 46826-done) by debbugs.gnu.org; 2 Mar 2021 19:39:39 +0000 Received: from localhost ([127.0.0.1]:54245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHArq-00039d-TS for submit@debbugs.gnu.org; Tue, 02 Mar 2021 14:39:39 -0500 Received: from smtpcmd0756.aruba.it ([62.149.156.56]:48522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lHArl-00039K-Fv for 46826-done@debbugs.gnu.org; Tue, 02 Mar 2021 14:39:37 -0500 Received: from kurosawa.casa.net ([78.15.33.141]) by Aruba Outgoing Smtp with ESMTPSA id HArelPqw3GDKWHArelBggy; Tue, 02 Mar 2021 20:39:27 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1614713967; bh=Y6Bki9CGEYB5kHS43BIAW6M4hPXV5xM7IXzOGSGeddU=; h=Date:From:To:Subject:MIME-Version:Content-Type; b=jwi//LdT4ERm3vHYmLAmwBghiMydsqFzA32VYszeAe3hptvvho99f8JvEU2FAOzbc XMp3ruuY4GbS64cBX3od/K5CXEFUnFk2pPyY+JTSLeWrUI4+UuDJbjk15AidXzkVpN MJ4/15+eCHBs1PLb0WF503dsdncvICJMRqjCKk4eIis/qMp9vdt/OCw9yaa9C4fzU/ Z2tHWQ/6bQiGiVVdgSr11ygO/VJfcElfuz4JcwQr1N44YzLXEuk9MAmNSmE+X2YizL 1WQ4Cl42NMyzEV6oDQ85tO11JpRD6X5v1JHS8d1lnQL7E5cEw921wSarYD5rj21s6B sbzHpvCHWAl5Q== Received: by kurosawa.casa.net (Postfix, from userid 1000) id EFEA81840364; Tue, 2 Mar 2021 20:39:11 +0100 (CET) Date: Tue, 2 Mar 2021 20:39:11 +0100 From: cage Message-ID: References: <35e9878676026fc49a7216083acebfae50f8bc23.camel@telenet.be> <87y2f6ppz2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87y2f6ppz2.fsf@gnu.org> X-CMAE-Envelope: MS4wfKAdPQVYcMFZsRmWWaexKtnu8M/x9qzys9csDiRXQtBSZPVGlwMgfzRKebyDTucioV/hgkM2RAF+HmAL5g8hvF2DnoTbL58A4bpb6fiOxnOWxM2iI+eN vu6DWmWjm/dOx83u/AerEtOvqaPGX938KwFcSyCUUOjLwD82jlUSHw0atQwjJAzuAzi/UK45+GVwEupkm/4/6WXbTSXmCDH2/XijALP76FhXedTLEK4sw26u z57OE0VujTyQ4ywJ84sDj8fHg7qA+l19aB/tu23Xuf0= X-Spam-Score: 0.0 (/) 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 (-) On Mon, Mar 01, 2021 at 09:40:33PM +0100, Ludovic Courtès wrote: > Hi! Hi! > > I pushed a slightly different fix as > 9ce78f27a02b3a5fcaea2f0633404b940795989a. FWIW the compilation works just fine! :) > Thanks, You're welcome! C.