From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 12 04:18:11 2019 Received: (at submit) by debbugs.gnu.org; 12 Feb 2019 09:18:11 +0000 Received: from localhost ([127.0.0.1]:44407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtUCb-0001P3-HZ for submit@debbugs.gnu.org; Tue, 12 Feb 2019 04:18:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gtUCX-0001OL-Mz for submit@debbugs.gnu.org; Tue, 12 Feb 2019 04:18:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:40704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gtUCQ-00052x-Rm for submit@debbugs.gnu.org; Tue, 12 Feb 2019 04:17:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtUCP-0006Cs-Gu for guix-patches@gnu.org; Tue, 12 Feb 2019 04:17:54 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gtUCN-0004wD-RF for guix-patches@gnu.org; Tue, 12 Feb 2019 04:17:53 -0500 Received: from flashner.co.il ([178.62.234.194]:50988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gtUCK-0004e4-FE for guix-patches@gnu.org; Tue, 12 Feb 2019 04:17:51 -0500 Received: from localhost (unknown [188.120.128.87]) by flashner.co.il (Postfix) with ESMTPSA id 713CC401A0; Tue, 12 Feb 2019 09:17:42 +0000 (UTC) Date: Tue, 12 Feb 2019 11:17:40 +0200 From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH] build guile-static with guile-2.0 Message-ID: <20190212091740.GB3284@macbook41> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="g7w8+K/95kPelPD2" Content-Disposition: inline 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 User-Agent: Mutt/1.11.2 (2019-01-07) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.62.234.194 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: 34427@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: -0.0 (/) --g7w8+K/95kPelPD2 Content-Type: multipart/mixed; boundary="hYooF8G/hrfVAmum" Content-Disposition: inline --hYooF8G/hrfVAmum Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable When experimenting I found that using guile@2.0 as a base for guile-static, the resulting guile-static didn't segfault on the target architecture. --=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 --hYooF8G/hrfVAmum Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-guile-static-Build-for-guile-2.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 18035c4ec2c698f01e6324bc013a536fc036cc0a Mon Sep 17 00:00:00 2001 =46rom: Efraim Flashner Date: Mon, 11 Feb 2019 15:10:29 +0200 Subject: [PATCH 1/2] gnu: %guile-static: Build for guile@2.0. %guile-static@2.2 currently segfaults when run. * gnu/packages/make-bootstrap.scm (%guile-static): Rewrite package to use guile@2.0 as a base. --- gnu/packages/make-bootstrap.scm | 34 ++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.= scm index c6002eb63a..836f24debf 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2012, 2013, 2014, 2015, 2016, 2017, 2018 Ludovic Cour= t=C3=A8s -;;; Copyright =C2=A9 2017 Efraim Flashner +;;; Copyright =C2=A9 2017, 2019 Efraim Flashner ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Mark H Weaver ;;; @@ -518,29 +518,29 @@ for `sh' in $PATH, and without nscd, and with static = NSS modules." ;; .scm and .go files relative to its installation directory, rather ;; than in hard-coded configure-time paths. (let* ((patches (cons* (search-patch "guile-relocatable.patch") - (search-patch "guile-2.2-default-utf8.patch") + (search-patch "guile-default-utf8.patch") (search-patch "guile-linux-syscalls.patch") - (origin-patches (package-source guile-2.2)))) - (source (origin (inherit (package-source guile-2.2)) + (origin-patches (package-source guile-2.0)))) + (source (origin (inherit (package-source guile-2.0)) (patches patches))) - (guile (package (inherit guile-2.2) - (name (string-append (package-name guile-2.2) "-static")) + (guile (package (inherit guile-2.0) + (name (string-append (package-name guile-2.0) "-static")) (source source) (synopsis "Statically-linked and relocatable Guile") =20 ;; Remove the 'debug' output (see above for the reason.) - (outputs (delete "debug" (package-outputs guile-2.2))) + (outputs (delete "debug" (package-outputs guile-2.0))) =20 (inputs `(("libunistring:static" ,libunistring "static") - ,@(package-inputs guile-2.2))) + ,@(package-inputs guile-2.0))) =20 (propagated-inputs `(("bdw-gc" ,libgc) ,@(alist-delete "bdw-gc" - (package-propagated-inputs guile-2.2)= ))) + (package-propagated-inputs guile-2.0)= ))) (arguments - (substitute-keyword-arguments (package-arguments guile-= 2.2) + (substitute-keyword-arguments (package-arguments guile-= 2.0) ((#:configure-flags flags '()) ;; When `configure' checks for ltdl availability, it ;; doesn't try to link using libtool, and thus fails @@ -563,7 +563,7 @@ for `sh' in $PATH, and without nscd, and with static NS= S modules." (("^guile_LDFLAGS =3D") "guile_LDFLAGS =3D -all-static") =20 - ;; Add `-ldl' *after* libguile-2.2.la. + ;; Add `-ldl' *after* libguile-2.0.la. (("^guile_LDADD =3D(.*)$" _ ldadd) (string-append "guile_LDADD =3D " (string-trim-right ldadd) @@ -591,13 +591,13 @@ for `sh' in $PATH, and without nscd, and with static = NSS modules." (out (assoc-ref %outputs "out")) (guile1 (string-append in "/bin/guile")) (guile2 (string-append out "/bin/guile"))) - (mkdir-p (string-append out "/share/guile/2.2")) - (copy-recursively (string-append in "/share/guile/2.2") - (string-append out "/share/guile/2.2")) + (mkdir-p (string-append out "/share/guile/2.0")) + (copy-recursively (string-append in "/share/guile/2.0") + (string-append out "/share/guile/2.0")) =20 - (mkdir-p (string-append out "/lib/guile/2.2/ccache")) - (copy-recursively (string-append in "/lib/guile/2.2/ccache") - (string-append out "/lib/guile/2.2/ccache")) + (mkdir-p (string-append out "/lib/guile/2.0/ccache")) + (copy-recursively (string-append in "/lib/guile/2.0/ccache") + (string-append out "/lib/guile/2.0/ccache")) =20 (mkdir (string-append out "/bin")) (copy-file guile1 guile2) --=20 2.20.1 --hYooF8G/hrfVAmum-- --g7w8+K/95kPelPD2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlxijy4ACgkQQarn3Mo9 g1FRzBAApDrqkMANqwivufw3E8YzhhHi4owAMHX65UHLybOzVYJK3cMWJEZhp1pl TOLtgKfOkv95BA4MR5Ju/DEgwyXgg9Zc2U88PmkpK/7v0MJMAWg24ZeBiZy+p6mO hgy4F2Wz+oXKa6QsbtqWNUB/h8kS9Y/PZk2+Nk20dISwfQosrJtfZUFBPF6uh/rR MWRTl/WziLwNIbCzaqJ5DO+qYmyJp7fM6k190vPGNIGwN1id3/bn6gjwyyiqDoHH W7/jkt/YxLdxopEGVejFgNyjzcenWbkkCEBg3piGzQ6ZjetzpgDlKDttP5oHkCuJ PbKVbvSfC9sH3YiQfabcBb7Hc4nzpLuEnayKdSzht98PhHV4xAEMgv5sVbJ/oIIl 4BsUk+t+b8FVNE6rHEbt8N2yYfOwbEw6wNSeYJhtcubKYmtguLo0aZzARt1Xv9sM 1LI9p+/AtjBk0CshQqaZsKnmfx60B+nzFq8TR+wkupiV5WTYDORGj2NvCR4dTQ9Q iCYaVoa2tnn2kCqOPjxTbTXztLLi3QUZa8L2Zzq3Wb0MGie0pLXLWsd9WPhZnhNA hkSemoVDT+0H9o1KBG4DlkWRrqEElRdaCIk3f8DrPK59nLnpnlKAAvGXIWHcEXq7 nFFMKGNRHiT+gL7//OR9Mp/Zcf9cgAzpVzzNpEzB9QQVDsQSaP0= =Ztlx -----END PGP SIGNATURE----- --g7w8+K/95kPelPD2-- From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 16 11:06:11 2019 Received: (at 34453) by debbugs.gnu.org; 16 Feb 2019 16:06:11 +0000 Received: from localhost ([127.0.0.1]:50464 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gv2Ti-0003Al-SW for submit@debbugs.gnu.org; Sat, 16 Feb 2019 11:06:11 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:57508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gv2Tg-0003AX-Pw; Sat, 16 Feb 2019 11:06:09 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 264B010662; Sat, 16 Feb 2019 17:06:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aeMYXqRzu2ao; Sat, 16 Feb 2019 17:06:06 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2FA41DBF4; Sat, 16 Feb 2019 17:06:06 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Efraim Flashner Subject: Re: [bug#34453] [PATCH] build guile-static with guile-2.0 References: <20190212091740.GB3284@macbook41> Date: Sat, 16 Feb 2019 17:06:05 +0100 In-Reply-To: <20190212091740.GB3284@macbook41> (Efraim Flashner's message of "Tue, 12 Feb 2019 11:17:40 +0200") Message-ID: <87mumvhg5u.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 34453 Cc: 34453@debbugs.gnu.org, 34427@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: -0.0 (/) Hi Efraim, Efraim Flashner skribis: > When experimenting I found that using guile@2.0 as a base for > guile-static, the resulting guile-static didn't segfault on the target > architecture. As discussed in , I would rather fix the segfault in 2.2 than move back to 2.0 and effectively delay the problem. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 12 06:14:35 2022 Received: (at 34453) by debbugs.gnu.org; 12 Apr 2022 10:14:35 +0000 Received: from localhost ([127.0.0.1]:47614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neDXe-0007ht-Oz for submit@debbugs.gnu.org; Tue, 12 Apr 2022 06:14:35 -0400 Received: from mail-wr1-f53.google.com ([209.85.221.53]:43992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neDXa-0007gz-CF; Tue, 12 Apr 2022 06:14:30 -0400 Received: by mail-wr1-f53.google.com with SMTP id g18so10722397wrb.10; Tue, 12 Apr 2022 03:14:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=Hs4IKWJsM70hO20HL6JMMbWZVYI7kKGM3ZNTOp8mZRA=; b=OQLgD70AcBBZUis2RfaBBHPAfXw4Xp4roiPNk3NIoXupNzoqmcFpYRiWmkdf7nNtCM 1or8LW+llMoAj3mR/yYbDZUS8onoHFhZ29pqTwvHov0diSpBt6ON25n9Ykiq+uU4s8F+ KpuS1yTlbFgSB2x1PQWdiWzZChgxV100Vx6DskTwO/qoRrQ4S5o1sbRHmaYBVMST3FxD 6LUZJbE5lFz9T5qxzY8SUc5QSJqV8a6MmEw4FXRLSVMadr8GdAwzjsJ1/Kmugvl5tkdH yzkBgVS4kG5Khud5UQhW/oV6waL/LROu2DUs2/UloeYkJYYSYQbKWs0wqfjPncmYUILx Qtvg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=Hs4IKWJsM70hO20HL6JMMbWZVYI7kKGM3ZNTOp8mZRA=; b=AcAHU4fxonBLhhfEN2YfYfJLGVc0L/f1UdO2l4TnQohQWvbJyZ846shzMkptkma3yX wkbjXRrYrtZpKDT+ZW8Cemb6BKTF/DHmAjG/RbLZh4Il7qs58rO68FVfvNcclPkVwQSe P+JX7AqQNoWw+qkP/cqC5CL+em6AOfrOGxeMt1ah1eahZAPK4x6xpnwI04nSmyrJk3Tx fgZ+dCNBzG3J4IDlhLF3ubmu3OnsAuGTqMHhyQXIfG0HBFy/lfBGWzfVN/1rOGx2nOi0 azfCavlo3SoH699/83Xr3ABR+lSMrZnJA4EjsffiW5zFSBM/3iVTPx/rcMEmjoiNQkdF pt3A== X-Gm-Message-State: AOAM5329ELRT4rC1dRUoVuq2F5DNVpt2FKO5qQlF25p1FziMdmvjKI1y 3iOboXfkom9ffG7Tui1el5we7Zf1+6o= X-Google-Smtp-Source: ABdhPJz2zK4Eco8Hqj4Io+ICHT24/RZFH03GP4IlQ/N4046PNG3H0G+a8bmFk6IquJMCoe2Pv0pgNA== X-Received: by 2002:a05:6000:1d93:b0:205:e0af:e079 with SMTP id bk19-20020a0560001d9300b00205e0afe079mr27535217wrb.525.1649758464848; Tue, 12 Apr 2022 03:14:24 -0700 (PDT) Received: from lili (roam-nat-fw-prg-194-254-61-46.net.univ-paris-diderot.fr. [194.254.61.46]) by smtp.gmail.com with ESMTPSA id b8-20020a05600c4e0800b0038c6c37efc3sm1958210wmq.12.2022.04.12.03.14.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Apr 2022 03:14:24 -0700 (PDT) From: zimoun To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#34453: [PATCH] build guile-static with guile-2.0 References: <20190212091740.GB3284@macbook41> <87mumvhg5u.fsf@gnu.org> Date: Tue, 12 Apr 2022 12:10:09 +0200 In-Reply-To: <87mumvhg5u.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sat, 16 Feb 2019 17:06:05 +0100") Message-ID: <86o816394u.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) 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: 34453 Cc: 34453@debbugs.gnu.org, 34427@debbugs.gnu.org, Efraim Flashner 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 (-) Hi, What is the status of this old patch #34453? http://issues.guix.gnu.org/issue/34453 On Sat, 16 Feb 2019 at 17:06, Ludovic Court=C3=A8s wrote: > Efraim Flashner skribis: > >> When experimenting I found that using guile@2.0 as a base for >> guile-static, the resulting guile-static didn't segfault on the target >> architecture. > > As discussed in , I would rather > fix the segfault in 2.2 than move back to 2.0 and effectively delay the > problem. Note that #34427 is still open. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 13 17:07:48 2022 Received: (at 34453) by debbugs.gnu.org; 13 Apr 2022 21:07:48 +0000 Received: from localhost ([127.0.0.1]:54192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nekDM-0007SR-9d for submit@debbugs.gnu.org; Wed, 13 Apr 2022 17:07:48 -0400 Received: from flashner.co.il ([178.62.234.194]:53554) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nekDK-0007S8-Di; Wed, 13 Apr 2022 17:07:46 -0400 Received: from localhost (ool-ad022d7f.dyn.optonline.net [173.2.45.127]) by flashner.co.il (Postfix) with ESMTPSA id 8DB9B4011D; Wed, 13 Apr 2022 21:07:40 +0000 (UTC) Date: Thu, 14 Apr 2022 00:07:07 +0300 From: Efraim Flashner To: zimoun Subject: Re: bug#34453: [PATCH] build guile-static with guile-2.0 Message-ID: Mail-Followup-To: Efraim Flashner , zimoun , Ludovic =?utf-8?Q?Court=C3=A8s?= , 34453@debbugs.gnu.org, 34427@debbugs.gnu.org References: <20190212091740.GB3284@macbook41> <87mumvhg5u.fsf@gnu.org> <86o816394u.fsf_-_@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/Gp50LlWZ2i/fjx" Content-Disposition: inline In-Reply-To: <86o816394u.fsf_-_@gmail.com> 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-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 34453 Cc: 34453@debbugs.gnu.org, 34427@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= 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 (-) --J/Gp50LlWZ2i/fjx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 12, 2022 at 12:10:09PM +0200, zimoun wrote: > Hi, >=20 > What is the status of this old patch #34453? >=20 > http://issues.guix.gnu.org/issue/34453 >=20 >=20 > On Sat, 16 Feb 2019 at 17:06, Ludovic Court=C3=A8s wrote: > > Efraim Flashner skribis: > > > >> When experimenting I found that using guile@2.0 as a base for > >> guile-static, the resulting guile-static didn't segfault on the target > >> architecture. > > > > As discussed in , I would rather > > fix the segfault in 2.2 than move back to 2.0 and effectively delay the > > problem. >=20 > Note that #34427 is still open. We can probably drop it. We'll pick it back up again if/when it comes up again. --=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 --J/Gp50LlWZ2i/fjx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmJXO3UACgkQQarn3Mo9 g1HwMA//f9hAjbYjSkH1gzCJsBBTo2jaCC1GuxpQ33pW6xlqcxTx2zXr76FTbL0s k/KZ84iMffe/DKB6JgUQsfskiLb+GsDjR06j3QfTuzt5xj+pgqv3mMYRGemlsRq0 EDQGzTk/zA/9YqxQQcTYcP25dSocA8zq5HII2Ki2rnI9Y/FjBXrJpDd9vcdcSlQa UMunCFENqjTHFEnRkylgYufTmiGIwx3ZcyGZUcr4nUKa0YXLzaOohPDoQlfVFH2t AnBMCkUGTzi7ZizKPulQg286DCfNxCdWoGjmD69PJyvhD/tOmwWnLZFzVgbLPCpi OqbiiqCUpLBzv6D4nfdkdhuz72BOPQ6Bjo/D3mUIT0x27hiONdtZymx06buFk+Yw +cD1Lknstc+hiZsEfY0dOfnZtgYhoxesbjMrjsvALBynrZVtjYz7qsRZ9XqcrW9j 6dvZsn3JHf7pcAwKZfEau1AJr/JRcwglt17yMTJJLDUdZ2AQu5xgJ4hCiJKR5PVu AURl0wIrbN4ugFUZDevELQIbUaNCHw6yLus8+oVEsgF8cqvsItLoVlJZHucqH/M4 dUsMhqmAzlzSi/+gWWmYNWO+eaRmZI1qfEG6kPf8pnj5zldajpdp2BMuPHxmF6Dh z1uuXETSnz3FZMpMUgDarFyICY/6NdF7haV/nnV1lXxHpJb7Yeo= =gEp1 -----END PGP SIGNATURE----- --J/Gp50LlWZ2i/fjx-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 23 04:23:50 2022 Received: (at 34453-done) by debbugs.gnu.org; 23 Jun 2022 08:23:50 +0000 Received: from localhost ([127.0.0.1]:37231 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4I7x-0000eL-RH for submit@debbugs.gnu.org; Thu, 23 Jun 2022 04:23:50 -0400 Received: from mail-wr1-f43.google.com ([209.85.221.43]:36644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4I7q-0000da-94 for 34453-done@debbugs.gnu.org; Thu, 23 Jun 2022 04:23:46 -0400 Received: by mail-wr1-f43.google.com with SMTP id o8so26838449wro.3 for <34453-done@debbugs.gnu.org>; Thu, 23 Jun 2022 01:23:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=iTveMfzeg5/mw0w7bR2sFsvewVv+1jko9GapRfnMsGs=; b=D+zOz7OwWiHEsmTsnrzoSJoDcA+5slS6FNrzOy1R3Ma5mr6gcwgWi20R25Yd6Q/9GK XwgGGapX5B256OseCZgf24Pw6VsbpRMTy5xzBHZV0dVZ/EoLLv3PizuT2itXrZEBkgrt ckfEAlfD5OUHaSh1NyqwEG+C7o1Mayum95xrCdtOvVB6aDyrHwWRED7mR4XCsGwDlfq6 8zzmt08GRvZEECxtcg8SckXaF8J53LfB62NaU08ogEhOstd6XklgXtGmA52+nZAVjpaz r1NBDcJTXZxzG5qwVAB9TN7oaicYvcj5d9s/y03R4eyb6Lpghv+SpPaSLo2r0g4CTApG aw9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=iTveMfzeg5/mw0w7bR2sFsvewVv+1jko9GapRfnMsGs=; b=MU40Mo8WktEWZ2jwWWX8PgQkAOQDaugqyb/3/zNYtyYDwhEadm6Aa999WVS4Rj1KXk AfAPUTUypXxQT2s/+DSUdCYge+3hN4P0bXl/OhzBi1B7bsfLMs9IIolB6Uq4TFjO+QE9 0j5a95bA+xmzXqly0JglJL9rrh09N3aHKtky4olIqsbUQpuBwW8OmVuDdtYm8icbYMZ/ Crfmwc8bnJzDWC8h7z2YY0C9Czk8QTq12qFRI8YsNogkVRXspJF/zCwVUUjy/vElkZ3q 2D4/6k7g6BJf77NWIcLdAeLbesuNeXtVQKEVJkfKE/VjBpiRE8pZF341E0fWSPHnZ6Lv T7VA== X-Gm-Message-State: AJIora/BaydtPHhgOFivHFGm0uR3mzKzHn/TYoW2ntLCAXRUu6zCb4jP 3OLd8t0xUw9ghD2V4Mfg7ToPwWbkYSs= X-Google-Smtp-Source: AGRyM1tT8jnwXwHj16ReZnrEJELWwgjXVs4xOf0CFyqDUu516+TukzD5yb8sAqBgjAQqBc+aR5PMSQ== X-Received: by 2002:a05:6000:703:b0:21b:9274:6b67 with SMTP id bs3-20020a056000070300b0021b92746b67mr7160117wrb.377.1655972616209; Thu, 23 Jun 2022 01:23:36 -0700 (PDT) Received: from lili ([147.99.27.198]) by smtp.gmail.com with ESMTPSA id w5-20020a05600018c500b00210320d9fbfsm25520525wrq.18.2022.06.23.01.23.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 01:23:35 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#34453: [PATCH] build guile-static with guile-2.0 References: <20190212091740.GB3284@macbook41> <87mumvhg5u.fsf@gnu.org> <86o816394u.fsf_-_@gmail.com> Date: Thu, 23 Jun 2022 10:14:42 +0200 In-Reply-To: (Efraim Flashner's message of "Thu, 14 Apr 2022 00:07:07 +0300") Message-ID: <86wnd794p9.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) 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: 34453-done Cc: 34453-done@debbugs.gnu.org, Ludovic =?utf-8?Q?Court=C3=A8s?= 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 (-) Hi, On Thu, 14 Apr 2022 at 00:07, Efraim Flashner wrote: > On Tue, Apr 12, 2022 at 12:10:09PM +0200, zimoun wrote: >> On Sat, 16 Feb 2019 at 17:06, Ludovic Court=C3=A8s wrote: >> > Efraim Flashner skribis: >> > As discussed in , I would rather >> > fix the segfault in 2.2 than move back to 2.0 and effectively delay the >> > problem. >> >> Note that #34427 is still open. > > We can probably drop it. We'll pick it back up again if/when it comes up > again. Therefore, I am closing. Cheers, simon From unknown Sun Jun 22 17:16:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Jul 2022 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator