From unknown Sun Jun 22 17:18:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42626] [PATCH] gnu: qtimageformats: fix build. Resent-From: Michael Rohleder Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 31 Jul 2020 08:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42626 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42626@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159618332826367 (code B ref -1); Fri, 31 Jul 2020 08:16:01 +0000 Received: (at submit) by debbugs.gnu.org; 31 Jul 2020 08:15:28 +0000 Received: from localhost ([127.0.0.1]:37298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1QCO-0006rD-J4 for submit@debbugs.gnu.org; Fri, 31 Jul 2020 04:15:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:51882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1QCM-0006r5-Jw for submit@debbugs.gnu.org; Fri, 31 Jul 2020 04:15:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1QCM-0007Bp-EX for guix-patches@gnu.org; Fri, 31 Jul 2020 04:15:26 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:59698) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1QCK-0003ir-9J for guix-patches@gnu.org; Fri, 31 Jul 2020 04:15:26 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k1QCG-0005pL-U3; Fri, 31 Jul 2020 10:15:20 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k1QCF-0005I1-MF for guix-patches@gnu.org; Fri, 31 Jul 2020 10:15:20 +0200 From: Michael Rohleder X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Fri, 31 Jul 2020 10:15:08 +0200 Message-ID: <87ft98drsj.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596183324;746b3885; X-HE-SMSGID: 1k1QCG-0005pL-U3 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/31 03:21:05 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain nefix reported on IRC that qtimageformats doesnt build. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-qtimageformats-fix-build.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: qtimageformats: fix build. From=203c74b590d6578bc5a6f9ac84cc8e0339ffee9175 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 31 Jul 2020 10:11:49 +0200 Subject: [PATCH] gnu: qtimageformats: fix build. * gnu/packages/qt.scm (qtimageformats): fix build. =2D-- gnu/packages/qt.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4b3af757f9..053f744037 100644 =2D-- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -18,6 +18,7 @@ ;;; Copyright =C2=A9 2020 Kei Kebreau ;;; Copyright =C2=A9 2020 TomZ ;;; Copyright =C2=A9 2020 Jonathan Brielmaier +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -712,6 +713,15 @@ HostData=3Dlib/qt5 '(begin (delete-file-recursively "src/3rdparty") #t)))) + (arguments + (substitute-keyword-arguments (package-arguments qtsvg) + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'fix-build + (lambda _ (substitute* "src/plugins/imageformats/jp2/qjp2hand= ler.cpp" + (("^#include ") + "#include \n#include ")) + #t)))))) (native-inputs `()) (inputs `(("jasper" ,jasper) =2D-=20 2.28.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 some people are so poor that the only thing they have is money. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8j0wwACgkQfHr/vv7y yyW7ewf/Q1P+Czja6vKIw/tQZPr7urkLYkUFknxm7CpIEM74kI5IG6arwg9FpXxA 7dGzwy+3Ho8wuXQtYDsQziJ2+M2GblDfe8mILcM+fOoDw97HwOEPm9c29Q0WpT9N gZUY3VMqqKznVeWw7qqvLQ+OjRBYCLNKoNaLoqjYg27F596qgcpQcH3WU7zcWzmh W6xWMB8of2Cj9om8Tn4HH1do29/bEU4N+L87CTS05C4Ifr0F1IpCA3fULw3w+Pry qIBMCYUu+s+ep94/7XjBBrtxoI59wx1I/B0WBUroXmQ2bkwTlyWg9lLYDkXuv0jN Em3JPFZbjw8jmZMXGBIQNbBGNR2iCg== =03Dw -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Jun 22 17:18:35 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: Michael Rohleder Subject: bug#42626: closed (Re: [bug#42626] [PATCH] gnu: qtimageformats: fix build.) Message-ID: References: <87wo2iamin.fsf@gnu.org> <87ft98drsj.fsf@rohleder.de> X-Gnu-PR-Message: they-closed 42626 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42626@debbugs.gnu.org Date: Sat, 01 Aug 2020 06:50:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1596264601-15801-1" This is a multi-part message in MIME format... ------------=_1596264601-15801-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42626: [PATCH] gnu: qtimageformats: fix build. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 42626@debbugs.gnu.org. --=20 42626: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42626 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1596264601-15801-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42626-done) by debbugs.gnu.org; 1 Aug 2020 06:49:46 +0000 Received: from localhost ([127.0.0.1]:39024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1lKz-00046E-Ud for submit@debbugs.gnu.org; Sat, 01 Aug 2020 02:49:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1lKz-00045u-0P for 42626-done@debbugs.gnu.org; Sat, 01 Aug 2020 02:49:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32978) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1lKt-00041H-Mr; Sat, 01 Aug 2020 02:49:39 -0400 Received: from [2a01:cb18:832e:5f00:c08f:7d21:ea98:a1c5] (port=58742 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k1lKt-0002yx-3M; Sat, 01 Aug 2020 02:49:39 -0400 From: Mathieu Othacehe To: Michael Rohleder Subject: Re: [bug#42626] [PATCH] gnu: qtimageformats: fix build. References: <87ft98drsj.fsf@rohleder.de> Date: Sat, 01 Aug 2020 08:49:36 +0200 In-Reply-To: <87ft98drsj.fsf@rohleder.de> (Michael Rohleder's message of "Fri, 31 Jul 2020 10:15:08 +0200") Message-ID: <87wo2iamin.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42626-done Cc: 42626-done@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: -3.3 (---) > * gnu/packages/qt.scm (qtimageformats): fix build. Pushed, thanks! Mathieu ------------=_1596264601-15801-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Jul 2020 08:15:28 +0000 Received: from localhost ([127.0.0.1]:37298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1QCO-0006rD-J4 for submit@debbugs.gnu.org; Fri, 31 Jul 2020 04:15:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:51882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1QCM-0006r5-Jw for submit@debbugs.gnu.org; Fri, 31 Jul 2020 04:15:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56968) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1QCM-0007Bp-EX for guix-patches@gnu.org; Fri, 31 Jul 2020 04:15:26 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:59698) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1QCK-0003ir-9J for guix-patches@gnu.org; Fri, 31 Jul 2020 04:15:26 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k1QCG-0005pL-U3; Fri, 31 Jul 2020 10:15:20 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k1QCF-0005I1-MF for guix-patches@gnu.org; Fri, 31 Jul 2020 10:15:20 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: qtimageformats: fix build. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Fri, 31 Jul 2020 10:15:08 +0200 Message-ID: <87ft98drsj.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596183324;746b3885; X-HE-SMSGID: 1k1QCG-0005pL-U3 Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/31 03:21:05 X-ACL-Warn: Detected OS = ??? 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, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain nefix reported on IRC that qtimageformats doesnt build. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-qtimageformats-fix-build.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: qtimageformats: fix build. From=203c74b590d6578bc5a6f9ac84cc8e0339ffee9175 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Fri, 31 Jul 2020 10:11:49 +0200 Subject: [PATCH] gnu: qtimageformats: fix build. * gnu/packages/qt.scm (qtimageformats): fix build. =2D-- gnu/packages/qt.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 4b3af757f9..053f744037 100644 =2D-- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -18,6 +18,7 @@ ;;; Copyright =C2=A9 2020 Kei Kebreau ;;; Copyright =C2=A9 2020 TomZ ;;; Copyright =C2=A9 2020 Jonathan Brielmaier +;;; Copyright =C2=A9 2020 Michael Rohleder ;;; ;;; This file is part of GNU Guix. ;;; @@ -712,6 +713,15 @@ HostData=3Dlib/qt5 '(begin (delete-file-recursively "src/3rdparty") #t)))) + (arguments + (substitute-keyword-arguments (package-arguments qtsvg) + ((#:phases phases) + `(modify-phases ,phases + (add-after 'unpack 'fix-build + (lambda _ (substitute* "src/plugins/imageformats/jp2/qjp2hand= ler.cpp" + (("^#include ") + "#include \n#include ")) + #t)))))) (native-inputs `()) (inputs `(("jasper" ,jasper) =2D-=20 2.28.0 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 some people are so poor that the only thing they have is money. --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl8j0wwACgkQfHr/vv7y yyW7ewf/Q1P+Czja6vKIw/tQZPr7urkLYkUFknxm7CpIEM74kI5IG6arwg9FpXxA 7dGzwy+3Ho8wuXQtYDsQziJ2+M2GblDfe8mILcM+fOoDw97HwOEPm9c29Q0WpT9N gZUY3VMqqKznVeWw7qqvLQ+OjRBYCLNKoNaLoqjYg27F596qgcpQcH3WU7zcWzmh W6xWMB8of2Cj9om8Tn4HH1do29/bEU4N+L87CTS05C4Ifr0F1IpCA3fULw3w+Pry qIBMCYUu+s+ep94/7XjBBrtxoI59wx1I/B0WBUroXmQ2bkwTlyWg9lLYDkXuv0jN Em3JPFZbjw8jmZMXGBIQNbBGNR2iCg== =03Dw -----END PGP SIGNATURE----- --==-=-=-- ------------=_1596264601-15801-1--