From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 29 14:59:18 2018 Received: (at submit) by debbugs.gnu.org; 29 Aug 2018 18:59:19 +0000 Received: from localhost ([127.0.0.1]:37432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv5gN-0006ZO-0Z for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:59:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fv5gH-0006Yq-Ib for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv5gB-00007Z-8E for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:59:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54059) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fv5gB-00007B-2A for submit@debbugs.gnu.org; Wed, 29 Aug 2018 14:58:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv5g9-0001c0-SL for guix-patches@gnu.org; Wed, 29 Aug 2018 14:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fv5g8-00005O-Hs for guix-patches@gnu.org; Wed, 29 Aug 2018 14:58:57 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fv5g0-0008T4-TP; Wed, 29 Aug 2018 14:58:49 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=42896 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fv5g0-00088I-I5; Wed, 29 Aug 2018 14:58:48 -0400 From: Jan Nieuwenhuizen To: guix-patches@gnu.org Subject: [PATCH] gnu: Add guile-mingw 2.2.3. Date: Wed, 29 Aug 2018 20:58:43 +0200 Message-ID: <87sh2xrod8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit 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 (-) --=-=-= Content-Type: text/plain Hi! I created a mingw32 cross build for guile-2.0 some time ago, expecting to need it real soon for "work" or for LilyPond. Neither need materialized until now; but it very soon. Luckily, I found that Mike Gran did quite some work this spring on their wip-mingw-guile-2.2 branch; so I packaged the latest snapshot. Not sure if we want this in Guix -- but here it is. I did a simple test under wine and it seems to work. janneke --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-Add-guile-mingw-2.2.3.patch Content-Transfer-Encoding: quoted-printable >From 8dd3f24ddc6e14879210c584e6cd746f80f1e052 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 29 Aug 2018 20:50:13 +0200 Subject: [PATCH] gnu: Add guile-mingw 2.2.3. * gnu/packages/guile.scm (guile-mingw): New variable. --- gnu/packages/guile.scm | 50 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index a585dd6dc..34c60b9fd 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -9,7 +9,7 @@ ;;; Copyright =C2=A9 2016, 2017 Alex Kost ;;; Copyright =C2=A9 2016, 2017 Adonay "adfeno" Felipe Nogueira ;;; Copyright =C2=A9 2016 Amirouche -;;; Copyright =C2=A9 2016 Jan Nieuwenhuizen +;;; Copyright =C2=A9 2016,2018 Jan Nieuwenhuizen ;;; Copyright =C2=A9 2017 Andy Wingo ;;; Copyright =C2=A9 2017 David Thompson ;;; Copyright =C2=A9 2017 Mathieu Othacehe @@ -316,6 +316,54 @@ without requiring the source code to be rewritten.") (base32 "07p3g0v2ba2vlfbfidqzlgbhnzdx46wh2rgc5gszq1mjyx5bks6r"))))= )) =20 +(define-public guile-mingw + (package + (inherit guile-2.2) + (version "2.2.3") + (name "guile-mingw") + (source (origin + (inherit (package-source guile-2.2)) + (uri (string-append "http://git.savannah.gnu.org/cgit/guile.= git/snapshot/guile-6d6bc013e1f9db98334e1212295b8be0e39fbf0a.tar.gz")) + (sha256 + (base32 + "0c1j05gz5kxnxp50h1da6idxq6fiaylx9pqq7mwdiwrb569apvzp")))) + (native-inputs `(("autoconf" ,autoconf) + ("automake" ,automake) + ("gettext" ,gettext-minimal) + ("libtool" ,libtool) + ("flex" ,flex) + ("texinfo" ,texinfo) + ,@(package-native-inputs guile-2.2))) + (arguments + `(#:tests? #f + ,@(substitute-keyword-arguments (package-arguments guile-2.2) + ((#:tests? _) #f) + ((#:phases phases '%standard-phases) + `(modify-phases ,phases + ,@(append + (if (target-mingw?) + '((delete 'sacrifice-elisp-support) + (add-after 'bootstrap 'sacrifice-elisp-support + (lambda _ + ;; Cross-compiling language/elisp/boot.el fail= s, so + ;; sacrifice it. See + ;; + ;; for the upstream fix. + (substitute* "module/Makefile.in" + (("language/elisp/boot\\.el") + "\n")) + #t))) + '()) + '((replace 'bootstrap + (lambda _ + (invoke "sh" "autogen.sh"))) + (add-before 'bootstrap 'patch-/bin/sh + (lambda _ + (substitute* "build-aux/git-version-gen" + (("#!/bin/sh") (string-append "#!" (which "sh"))= )) + #t))))))))))) ; ./bootstrap is a directory + + (define-public guile-next (deprecated-package "guile-next" guile-2.2)) =20 --=20 2.18.0 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 03 17:15:26 2018 Received: (at 32579) by debbugs.gnu.org; 3 Sep 2018 21:15:26 +0000 Received: from localhost ([127.0.0.1]:44671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fwwBy-0007fT-6n for submit@debbugs.gnu.org; Mon, 03 Sep 2018 17:15:26 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54832) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fwwBw-0007fD-Rr for 32579@debbugs.gnu.org; Mon, 03 Sep 2018 17:15:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwwBp-000800-NW for 32579@debbugs.gnu.org; Mon, 03 Sep 2018 17:15:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwwBh-0007rY-PZ; Mon, 03 Sep 2018 17:15:09 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49066 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fwwBh-0006gF-Hy; Mon, 03 Sep 2018 17:15:09 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Jan Nieuwenhuizen Subject: Re: [bug#32579] [PATCH] gnu: Add guile-mingw 2.2.3. References: <87sh2xrod8.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Fructidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 03 Sep 2018 23:15:08 +0200 In-Reply-To: <87sh2xrod8.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Wed, 29 Aug 2018 20:58:43 +0200") Message-ID: <87y3ciuvtv.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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32579 Cc: 32579@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: -6.0 (------) Hello! Jan Nieuwenhuizen skribis: > I created a mingw32 cross build for guile-2.0 some time ago, expecting > to need it real soon for "work" or for LilyPond. Neither need > materialized until now; but it very soon. > > Luckily, I found that Mike Gran did quite some work this spring on their > wip-mingw-guile-2.2 branch; so I packaged the latest snapshot. Does that mean that Guile 2.2.5 will cross-build fine with --target=3Di686-w64-mingw32? (I thought this was already the case actually.) Ideally Guile fixes that are needed would go to =E2=80=98stable-2.2=E2=80= =99, and then Guix would simply package the corrected version. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 03 17:43:27 2018 Received: (at 32579) by debbugs.gnu.org; 3 Sep 2018 21:43:27 +0000 Received: from localhost ([127.0.0.1]:44700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fwwd5-0008Ok-7b for submit@debbugs.gnu.org; Mon, 03 Sep 2018 17:43:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33061) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fwwd3-0008OV-3a for 32579@debbugs.gnu.org; Mon, 03 Sep 2018 17:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwwcx-0004Tt-5E for 32579@debbugs.gnu.org; Mon, 03 Sep 2018 17:43:19 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54408) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwwcq-0004Pr-Gm; Mon, 03 Sep 2018 17:43:12 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=57142 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fwwcq-0005pL-73; Mon, 03 Sep 2018 17:43:12 -0400 From: Jan Nieuwenhuizen To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#32579] [PATCH] gnu: Add guile-mingw 2.2.3. Organization: AvatarAcademy.nl References: <87sh2xrod8.fsf@gnu.org> <87y3ciuvtv.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Mon, 03 Sep 2018 23:43:10 +0200 In-Reply-To: <87y3ciuvtv.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 03 Sep 2018 23:15:08 +0200") Message-ID: <87zhwyfea9.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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32579 Cc: 32579@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: -6.0 (------) Ludovic Court=C3=A8s writes: Hi! >> I created a mingw32 cross build for guile-2.0 some time ago, expecting >> to need it real soon for "work" or for LilyPond. Neither need >> materialized until now; but it very soon. >> >> Luckily, I found that Mike Gran did quite some work this spring on their >> wip-mingw-guile-2.2 branch; so I packaged the latest snapshot. > > Does that mean that Guile 2.2.5 will cross-build fine with > --target=3Di686-w64-mingw32? (I thought this was already the case > actually.) Well, if wip-mingw-guile-2.2 is merged; yes. I'm not sure why that hasn't happened yet, so there may be issues? > Ideally Guile fixes that are needed would go to =E2=80=98stable-2.2=E2=80= =99, and then > Guix would simply package the corrected version. Sure! Greetings janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 04 08:13:12 2018 Received: (at 32579) by debbugs.gnu.org; 4 Sep 2018 12:13:12 +0000 Received: from localhost ([127.0.0.1]:45107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxACm-0002xg-9S for submit@debbugs.gnu.org; Tue, 04 Sep 2018 08:13:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45769) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxACk-0002xP-G5 for 32579@debbugs.gnu.org; Tue, 04 Sep 2018 08:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxACe-0001u9-FO for 32579@debbugs.gnu.org; Tue, 04 Sep 2018 08:13:05 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxACW-0001mJ-4a; Tue, 04 Sep 2018 08:12:56 -0400 Received: from [193.50.110.186] (port=48614 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fxACV-00009n-SE; Tue, 04 Sep 2018 08:12:56 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Jan Nieuwenhuizen Subject: Re: [bug#32579] [PATCH] gnu: Add guile-mingw 2.2.3. References: <87sh2xrod8.fsf@gnu.org> <87y3ciuvtv.fsf@gnu.org> <87zhwyfea9.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 18 Fructidor an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 04 Sep 2018 14:12:54 +0200 In-Reply-To: <87zhwyfea9.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Mon, 03 Sep 2018 23:43:10 +0200") Message-ID: <87pnxtcvg9.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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32579 Cc: 32579@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: -6.0 (------) Howdy! Jan Nieuwenhuizen skribis: > Ludovic Court=C3=A8s writes: > > Hi! > >>> I created a mingw32 cross build for guile-2.0 some time ago, expecting >>> to need it real soon for "work" or for LilyPond. Neither need >>> materialized until now; but it very soon. >>> >>> Luckily, I found that Mike Gran did quite some work this spring on their >>> wip-mingw-guile-2.2 branch; so I packaged the latest snapshot. >> >> Does that mean that Guile 2.2.5 will cross-build fine with >> --target=3Di686-w64-mingw32? (I thought this was already the case >> actually.) > > Well, if wip-mingw-guile-2.2 is merged; yes. I'm not sure why that > hasn't happened yet, so there may be issues? Good question! It could be that simply nobody took the time to look into it. If it can be chopped in small sizable chunks, I can take a look and cherry-pick from it. If you have suggestions or guidance, that=E2=80=99s very welcome! Regarding the package itself: I=E2=80=99m inclined to not include it in Guix proper and instead work on applying the fixes in =E2=80=98stable-2.2=E2=80= =99. Is it OK for you? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 04 11:10:43 2018 Received: (at 32579) by debbugs.gnu.org; 4 Sep 2018 15:10:43 +0000 Received: from localhost ([127.0.0.1]:45908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxCyZ-0000vt-Jn for submit@debbugs.gnu.org; Tue, 04 Sep 2018 11:10:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47115) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxCyW-0000vf-VB for 32579@debbugs.gnu.org; Tue, 04 Sep 2018 11:10:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxCyQ-0005UT-Mz for 32579@debbugs.gnu.org; Tue, 04 Sep 2018 11:10:35 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxCyK-0005N6-76; Tue, 04 Sep 2018 11:10:28 -0400 Received: from [2001:980:1b4f:1:42d2:832d:bb59:862] (port=58050 helo=dundal.peder.onsbrabantnet.nl) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fxCyJ-0006fK-U3; Tue, 04 Sep 2018 11:10:28 -0400 From: Jan Nieuwenhuizen To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [bug#32579] [PATCH] gnu: Add guile-mingw 2.2.3. Organization: AvatarAcademy.nl References: <87sh2xrod8.fsf@gnu.org> <87y3ciuvtv.fsf@gnu.org> <87zhwyfea9.fsf@gnu.org> <87pnxtcvg9.fsf@gnu.org> X-Url: http://AvatarAcademy.nl Date: Tue, 04 Sep 2018 17:10:24 +0200 In-Reply-To: <87pnxtcvg9.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 04 Sep 2018 14:12:54 +0200") Message-ID: <874lf5i9i7.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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32579 Cc: 32579@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: -6.0 (------) Ludovic Court=C3=A8s writes: >> Well, if wip-mingw-guile-2.2 is merged; yes. I'm not sure why that >> hasn't happened yet, so there may be issues? > > Good question! It could be that simply nobody took the time to look > into it. If it can be chopped in small sizable chunks, I can take a > look and cherry-pick from it. If you have suggestions or guidance, > that=E2=80=99s very welcome! It's ~25 commits on top of a 6month old stable-2.2; it rebases without problems on current stable-2.2. > Regarding the package itself: I=E2=80=99m inclined to not include it in G= uix > proper and instead work on applying the fixes in =E2=80=98stable-2.2=E2= =80=99. > > Is it OK for you? Yes; I wanted to share this packaging. So then this bug would/could change to: merge wip-mingw-guile-2.2 or something. janneke --=20 Jan Nieuwenhuizen | GNU LilyPond http://lilypond.org Freelance IT http://JoyofSource.com | Avatar=C2=AE http://AvatarAcademy.com From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 05 05:52:14 2018 Received: (at control) by debbugs.gnu.org; 5 Sep 2018 09:52:14 +0000 Received: from localhost ([127.0.0.1]:46392 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxUTu-0002x7-JN for submit@debbugs.gnu.org; Wed, 05 Sep 2018 05:52:14 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33791) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fxUTs-0002wt-T6 for control@debbugs.gnu.org; Wed, 05 Sep 2018 05:52:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fxUTi-0007Co-EX for control@debbugs.gnu.org; Wed, 05 Sep 2018 05:52:07 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fxUTi-0007Ch-9v for control@debbugs.gnu.org; Wed, 05 Sep 2018 05:52:02 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=32790 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fxUTi-0003RJ-10 for control@debbugs.gnu.org; Wed, 05 Sep 2018 05:52:02 -0400 Date: Wed, 05 Sep 2018 11:52:00 +0200 Message-Id: <87a7ow8e67.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #32579 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) 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: -6.0 (------) tags 32579 wontfix close 32579 From unknown Sun Jun 22 17:13:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 03 Oct 2018 11:24:07 +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