From unknown Sun Jun 15 10:54:18 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#27318 <27318@debbugs.gnu.org> To: bug#27318 <27318@debbugs.gnu.org> Subject: Status: [PATCH 1/2] gnu: stellarium: Fix build with Qt 5.9. Reply-To: bug#27318 <27318@debbugs.gnu.org> Date: Sun, 15 Jun 2025 17:54:18 +0000 retitle 27318 [PATCH 1/2] gnu: stellarium: Fix build with Qt 5.9. reassign 27318 guix-patches submitter 27318 Danny Milosavljevic severity 27318 normal tag 27318 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 10 18:23:38 2017 Received: (at submit) by debbugs.gnu.org; 10 Jun 2017 22:23:38 +0000 Received: from localhost ([127.0.0.1]:39442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJonC-0006Wb-7E for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:38 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60473) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dJonA-0006W7-BC for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJon4-0006sw-Ci for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:31 -0400 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 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55469) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJon4-0006sd-9Y for submit@debbugs.gnu.org; Sat, 10 Jun 2017 18:23:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJon3-0002Os-2i for guix-patches@gnu.org; Sat, 10 Jun 2017 18:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJon1-0006nI-BE for guix-patches@gnu.org; Sat, 10 Jun 2017 18:23:29 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:43416) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJon1-0006mP-4J for guix-patches@gnu.org; Sat, 10 Jun 2017 18:23:27 -0400 Received: from dayas.3.home (77.118.234.9.wireless.dyn.drei.com [77.118.234.9]) by dd1012.kasserver.com (Postfix) with ESMTPSA id C0B361CA0B59; Sun, 11 Jun 2017 00:23:25 +0200 (CEST) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: stellarium: Fix build with Qt 5.9. Date: Sun, 11 Jun 2017 00:23:17 +0200 Message-Id: <20170610222318.12878-2-dannym@scratchpost.org> X-Mailer: git-send-email 2.12.1 In-Reply-To: <20170610222318.12878-1-dannym@scratchpost.org> References: <20170610222318.12878-1-dannym@scratchpost.org> Tags: patch X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic 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: -5.0 (-----) * gnu/packages/astronomy.scm (stellarium)[arguments]: Add phase "patch-version-check". --- gnu/packages/astronomy.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 2aa65d588..6c486469d 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -141,6 +141,14 @@ programs for the manipulation and analysis of astronomical data.") (arguments `(#:test-target "tests" #:phases (modify-phases %standard-phases + (add-after 'unpack 'patch-version-check + (lambda _ + ;; Previously-deprecated cmake variable vanished in + ;; Qt 5.9. + ;; See . + (substitute* "CMakeLists.txt" + (("Qt5Core_VERSION_STRING") "Qt5Core_VERSION")) + #t)) (add-before 'check 'set-offscreen-display (lambda _ ;; make Qt render "offscreen", required for tests From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 11 13:28:34 2017 Received: (at 27318) by debbugs.gnu.org; 11 Jun 2017 17:28:34 +0000 Received: from localhost ([127.0.0.1]:41374 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6fC-0004bG-By for submit@debbugs.gnu.org; Sun, 11 Jun 2017 13:28:34 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:43230 helo=mail.openmailbox.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dK6fA-0004b5-94 for 27318@debbugs.gnu.org; Sun, 11 Jun 2017 13:28:33 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 2EF8350EC2F; Sun, 11 Jun 2017 19:28:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1497202111; bh=h8bFrI8G9d+EeSbSzzmPUvdOkmLdRDbRW19pXkxNkpg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=tudTVXq2zCGg7RpkMaOF/GrXxb1Wx164OY85JqgWuGOgeTksj8iDOsymkW4sY2PJV EeHWhg7tkerfoIt5IVkqwQGHjEMvaZCu5TgAUefDDd5O+RKUB4JvifTIWyMddUAImz DPQXHQ5wDif32aXxrKZPoKy4u8W04o0iuaWA8fvQ= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1497202110; bh=h8bFrI8G9d+EeSbSzzmPUvdOkmLdRDbRW19pXkxNkpg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=GR/H4im49WkrMNEZHaS416LlZHOiXTKFRq80jcDHPwo6trhMCtWi523nlwFYlZDNt C4ZQ4fyIsI6hkVvIxZ1cBSbDsYpTvnqo4BxC84p6+keNCHQgK1og5H2SVlFYvgDzPX pJWL3A2gj20U66fJIygQl9kj4NZZOJ6WS3wItBLk= To: Danny Milosavljevic Subject: Re: bug#27318: [PATCH 1/2] gnu: stellarium: Fix build with Qt 5.9. References: <20170610222318.12878-1-dannym@scratchpost.org> <20170610222318.12878-2-dannym@scratchpost.org> Date: Sun, 11 Jun 2017 13:28:21 -0400 In-Reply-To: <20170610222318.12878-2-dannym@scratchpost.org> (Danny Milosavljevic's message of "Sun, 11 Jun 2017 00:23:17 +0200") Message-ID: <87poea4eoa.fsf@openmailbox.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 27318 Cc: 27318@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.7 (/) --=-=-= Content-Type: text/plain Danny Milosavljevic writes: > * gnu/packages/astronomy.scm (stellarium)[arguments]: > Add phase "patch-version-check". > --- > gnu/packages/astronomy.scm | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm > index 2aa65d588..6c486469d 100644 > --- a/gnu/packages/astronomy.scm > +++ b/gnu/packages/astronomy.scm > @@ -141,6 +141,14 @@ programs for the manipulation and analysis of astronomical data.") > (arguments > `(#:test-target "tests" > #:phases (modify-phases %standard-phases > + (add-after 'unpack 'patch-version-check > + (lambda _ > + ;; Previously-deprecated cmake variable vanished in > + ;; Qt 5.9. > + ;; See . > + (substitute* "CMakeLists.txt" > + (("Qt5Core_VERSION_STRING") "Qt5Core_VERSION")) > + #t)) > (add-before 'check 'set-offscreen-display > (lambda _ > ;; make Qt render "offscreen", required for tests LGTM. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAlk9fbUACgkQ5qXuPBlG eg0fERAAimcevLUqZM2iQ+pChE7GDWbPXYf62WmuR4w3q8JAjwyOKMZdr8xncM+y VVCz3+J44tCu6znRvXGdAAM2IVxtBcGb+WU0mb+496q1pACmOaHQSkcVrcE7/+ct kWFf7ULndDQ9cty8uxu+EJIQ+4ewLj+aKMYJbFnUa/rfKtBszCGNH8yvuNhTPKuO gcj2wMV2Pxwdk4nj4Xv8W9CKbDNVmqPsgSGyNl5wgPJUX6Ns7D+EEJLlhTgF19M3 wEhbcRSiKJ8f/dAyj9O7SVuLJ9zbj0q+Z6WTk4c1dBKmAlkULhERrbAr8fMUclE2 4+lBWeHGgzTW+TgBp3ZVGE0U45+iMPOvmqV6ID5IYESp+30UDV3fjCgH+/3jTT34 YuAWEi8tSS2YJEZdHymP0ojGnXElDn0Cz14O9x3qSdptCJs4x8HGVyh9F9jxpUSz RBZPILCSjxPrVBcus1oX2fPE95KCCf9dxHdINXQCte6FLhrsmSax6LEhZe9cKqSJ aSBlNLeIl8arsvBDB70Piokc90E00+w63xhu1HM41iJhajuAUa9hypB61gzWakmO s6ea0Lerhb/0Vz9L8n5Lrj9dXTeBrW1dCs8V4y5EMsEpn2Hby2GUIh0OCxKQn9wD mqK9I2mcgbwVJL3tsAft7TQhosTxospuVZLajv3zqbLXCeu7v7I= =kMSF -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 12 01:34:21 2017 Received: (at control) by debbugs.gnu.org; 12 Jun 2017 05:34:21 +0000 Received: from localhost ([127.0.0.1]:41734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKHzZ-0001w2-Cd for submit@debbugs.gnu.org; Mon, 12 Jun 2017 01:34:21 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:55822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dKHzY-0001vw-Oe for control@debbugs.gnu.org; Mon, 12 Jun 2017 01:34:21 -0400 Received: from localhost (178.113.242.1.wireless.dyn.drei.com [178.113.242.1]) by dd1012.kasserver.com (Postfix) with ESMTPSA id E3ECC1CA0688 for ; Mon, 12 Jun 2017 07:34:19 +0200 (CEST) Date: Mon, 12 Jun 2017 07:34:16 +0200 From: Danny Milosavljevic To: Message-ID: <20170612073416.72155d13@scratchpost.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 27319 close 27318 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.128.8 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 27319 close 27318 [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.128.8 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject close 27319 close 27318 From unknown Sun Jun 15 10:54:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Jul 2017 11:24:04 +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