From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qMkFH65w1l8JAgAA0tVLHw (envelope-from ) for ; Sun, 13 Dec 2020 19:51:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qIXVGq5w1l9MJAAAB5/wlQ (envelope-from ) for ; Sun, 13 Dec 2020 19:51:10 +0000 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 3B39F9402A2 for ; Sun, 13 Dec 2020 19:51:10 +0000 (UTC) Received: from localhost ([::1]:53214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koXOf-0000kn-61 for larch@yhetil.org; Sun, 13 Dec 2020 14:51:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:34174) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1koXOY-0000kb-Fe for guix-patches@gnu.org; Sun, 13 Dec 2020 14:51:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38787) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1koXOY-0003E5-8H for guix-patches@gnu.org; Sun, 13 Dec 2020 14:51:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1koXOY-0000uy-77 for guix-patches@gnu.org; Sun, 13 Dec 2020 14:51:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44590] [WIP PATCH CORE-UPDATES] build/python: Check for cythonized files. Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 13 Dec 2020 19:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44590 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon South Received: via spool by 44590-submit@debbugs.gnu.org id=B44590.16078890123316 (code B ref 44590); Sun, 13 Dec 2020 19:51:02 +0000 Received: (at 44590) by debbugs.gnu.org; 13 Dec 2020 19:50:12 +0000 Received: from localhost ([127.0.0.1]:50333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1koXNk-0000rQ-2z for submit@debbugs.gnu.org; Sun, 13 Dec 2020 14:50:12 -0500 Received: from flashner.co.il ([178.62.234.194]:44838) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1koXNi-0000qp-Ig for 44590@debbugs.gnu.org; Sun, 13 Dec 2020 14:50:11 -0500 Received: from localhost (unknown [31.210.180.46]) by flashner.co.il (Postfix) with ESMTPSA id 05DF9401FA; Sun, 13 Dec 2020 19:42:20 +0000 (UTC) Date: Sun, 13 Dec 2020 21:42:18 +0200 From: Efraim Flashner Message-ID: References: <20201112101630.1302-1-efraim@flashner.co.il> <87eejtmyus.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BPQAXnvbLh521SyJ" Content-Disposition: inline In-Reply-To: <87eejtmyus.fsf@laptop.i-did-not-set--mail-host-address--so-tickle-me> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 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: , Cc: 44590@debbugs.gnu.org Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.40 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 3B39F9402A2 X-Spam-Score: -2.40 X-Migadu-Scanner: scn1.migadu.com X-TUID: Q8QPFQvhsTzA --BPQAXnvbLh521SyJ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 13, 2020 at 11:53:31AM -0500, Simon South wrote: > Efraim, >=20 > I'm seeing an issue I think is related to this change. Trying to build > glib in core-updates today fails for me with "Unbound variable: warning" > in python-build-system.scm: >=20 > starting phase `ensure-no-cythonized-files' > Backtrace: > 9 (primitive-load "/gnu/store/ycv4j8dqk44g6d72m2ykvlwb9wc?= ") > In ice-9/eval.scm: > 191:35 8 (_ _) > In guix/build/gnu-build-system.scm: > 886:2 7 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . = #) > In ice-9/boot-9.scm: > 1736:10 6 (with-exception-handler _ _ #:unwind? _ # _) > In srfi/srfi-1.scm: > 634:9 5 (for-each #= ?) > In guix/build/gnu-build-system.scm: > 895:33 4 (_ _) > In guix/build/python-build-system.scm: > 272:2 3 (ensure-no-cythonized-files . _) > In srfi/srfi-1.scm: > 634:9 2 (for-each #= ?) > In guix/build/python-build-system.scm: > 277:10 1 (_ _) > In ice-9/boot-9.scm: > 1669:16 0 (raise-exception _ #:continuable? _) >=20 > ice-9/boot-9.scm:1669:16: In procedure raise-exception: > Unbound variable: warning > builder for `/gnu/store/cgmgrddwjvryxmj4nn3naiwy42yi3wzn-meson-for-bu= ild-0.55.1.drv' failed with exit code 1 > build of /gnu/store/cgmgrddwjvryxmj4nn3naiwy42yi3wzn-meson-for-build-= 0.55.1.drv failed > View build log at '/var/log/guix/drvs/cg/mgrddwjvryxmj4nn3naiwy42yi3w= zn-meson-for-build-0.55.1.drv.bz2'. > cannot build derivation `/gnu/store/a00wr5wj4cd0b98ixxynyxgbw2nyv8kg-= glib-2.62.6.drv': 1 dependencies couldn't be built > guix build: error: build of `/gnu/store/a00wr5wj4cd0b98ixxynyxgbw2nyv= 8kg-glib-2.62.6.drv' failed >=20 > And in fact building python-build-system.scm shows >=20 > [100%] GUILEC guix/build/python-build-system.go > WARNING: (guix build python-build-system): imported module (guix buil= d utils) overrides core binding `delete' > guix/build/python-build-system.scm:277:10: warning: possibly unbound = variable `warning' > guix/build/python-build-system.scm:277:19: warning: possibly unbound = variable `G_' >=20 > Adding use-module directives for (guix diagnostics) and (guix i18n) to > the module doesn't seem to fix the problem, presumably (if I understand > correctly) because these modules are not then also imported on the build > side of things. >=20 > Are you aware of this issue? >=20 I tested it mostly against master. I'll see if I can figure out how I broke it. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --BPQAXnvbLh521SyJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/WbpoACgkQQarn3Mo9 g1FVfg/+MBMjYU9uV0sAZCG2bYlhNjHbp3jCbWrV0/HCKpsn+c9vo/gDZaFktGju j7HUi6y4J387pppURtgOUsEwiaiZNdneI3F3fG9cv4pVoCqTLUTuwrsfADmEAFri LZdnmpNAHRpkJlK7hceUmCsp/nXvvXcd4nmm5vZNCIq5ybZklwCR/qxw8JwRn/bQ g5CV7T+8HBT5n9hVWIZGpY3JHYGT/nts05xtAoCd3uvXdkp2+La00mcu9Qtp0xK7 a+fWS72gAx7e0EssL1xGW0ljjHGnDEN173nmL5RoqeXUpa3Fyl+B4t9jF/wna7S0 y9VnZSQeZrUGi4NU7JJAfggV8AEd4k9GgfDloEOGrTV3aaEhcKfvK8PV/tsCThv1 Rio9Xu8AFflZZ4nw/3IIndo4eGhDfpGqHLcC9bgvd/CzAaZU07AtN0PrGZ+lT9HJ qTze0bBEnCezgwCnvtF3mibzucRN89Jn35N9abr0AKuAo66vS1Fwnjy/AgFh+Ci8 /WJ5BI4vU8bpSLXhDbAg75JG+TRYXNDqNZadgRbUIOO6CQ6cAsYuxaKhDkF9PLwh UtNoxNEedr4QbPZQeCJnGSMe6ssBtbTaG8VifGOswvGYVvHzfd0EF23BhQKdoAiS JZfoh2emI//NHIfDfazSrWh1vIVBVjlX99u1fX2IgkPM2pYCFmo= =+ELt -----END PGP SIGNATURE----- --BPQAXnvbLh521SyJ--