From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 17:17:34 2018 Received: (at submit) by debbugs.gnu.org; 12 Oct 2018 21:17:34 +0000 Received: from localhost ([127.0.0.1]:47526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB4oQ-0007ir-5I for submit@debbugs.gnu.org; Fri, 12 Oct 2018 17:17:34 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB4oO-0007ia-CI for submit@debbugs.gnu.org; Fri, 12 Oct 2018 17:17:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB4oC-00020X-Cz for submit@debbugs.gnu.org; Fri, 12 Oct 2018 17:17:25 -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]:36765) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gB4o2-0001ta-02 for submit@debbugs.gnu.org; Fri, 12 Oct 2018 17:17:10 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB4o0-0008Nl-V4 for guix-patches@gnu.org; Fri, 12 Oct 2018 17:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB4nw-0001q2-1e for guix-patches@gnu.org; Fri, 12 Oct 2018 17:17:08 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34905) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gB4nv-0001ok-ND for guix-patches@gnu.org; Fri, 12 Oct 2018 17:17:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id D33492400E6 for ; Fri, 12 Oct 2018 23:17:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1539379021; bh=1LXm02juDAF15hXohCyy1ykPulXlykqZKTUYA7FFupU=; h=From:To:Subject:Date:From; b=R+LwalDJBBXjAOgabQJJsmu3EsZ1HZ5eMbKnqdEt3u2u4ZTQBCAh55B+/iPHOToCI oqdVYw+P+uAsOsR166W6c2sDjOPLp/t2Ka0QhcnXeUj4p8bv/x8dqggPwrVLlHE5Qw 53+pcdNCLy1HlipshPvWv79dT15gG8/dr0UQ3f9Nq1UAiTUfUuoYu0bmwDeYeXoOER n+a3aWalf3GeGyPWBK8ESoQMqNEccSv8czDtYKzmY7Gs5GBu0QpCMCxkt/TWssubMI qyrL2sRBbFABR8bU+os3zj6YAycLlg7BkzfEPFPtTOkX31jhNzF6T/XbvzcLmPt6xx yE63qmwBP5Psg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42X0yh5SCcz9rxD for ; Fri, 12 Oct 2018 23:17:00 +0200 (CEST) User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio To: guix-patches@gnu.org Subject: [PATCH] gnu: stellarium: Update to 0.18.2 Date: Fri, 12 Oct 2018 16:16:56 -0500 Message-ID: <87bm7yx3uf.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: -4.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: -5.0 (-----) diff --git a/gnu/packages/astronomy.scm=20 b/gnu/packages/astronomy.scm index 3c8b9cc8d..5eb11cddd 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2016 John Darrington ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -128,7 +129,7 @@ programs for the manipulation and analysis of=20 astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.18.1") + (version "0.18.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/Stellarium/"=20 name @@ -136,7 +137,7 @@ programs for the manipulation and analysis of=20 astronomical data.") "/" name "-" version ".tar.gz")) (sha256 (base32 -=20 "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) +=20 "1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 17:50:07 2018 Received: (at 33027) by debbugs.gnu.org; 12 Oct 2018 21:50:07 +0000 Received: from localhost ([127.0.0.1]:47555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB5Ju-00007y-SL for submit@debbugs.gnu.org; Fri, 12 Oct 2018 17:50:07 -0400 Received: from tobias.gr ([80.241.217.52]:55372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB5Jt-00007n-HN for 33027@debbugs.gnu.org; Fri, 12 Oct 2018 17:50:05 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id ef9ae2ac; Fri, 12 Oct 2018 21:50:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=references :from:to:cc:subject:in-reply-to:date:message-id:mime-version :content-type; s=2018; i=me@tobias.gr; bh=GVZuSeDWnKVgS+9BAoojAB 7id8whHT4Zfi2a5NRGQ+w=; b=J1K6ycjH8OYSRVFMbLYckO8+rB4A4LCO+tNZHQ UqlTHd0oy+sRGEEXLo9OY3+/poRtzy20zhMw+T+UNqzUBG0js9y8RwLMSmB4KtJm l6vV+3OqyGI5Uz1PIKexc1L+i8XLbeQLJPUcS8AKuhk4AGZaPjpO3ylzoieAoqfT V4Tw1JFlOzYUhOVN0hzmpWm/zHaOEeHngFC9db1BxyIHDZRFfQDgpFzsp5uB6/as H+TnKzkrH8tNPaEnewsam9bys34eK3URJRgrW4RJxAN/GlHtbUTSQoPA09ixiaVq SeEgybaRUXvw8MBdxmv8YL1hiV0nrqeEa+DcPfFo3Su1RQRQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 95f8360e (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Fri, 12 Oct 2018 21:50:02 +0000 (UTC) References: <87bm7yx3uf.fsf@posteo.net> From: Tobias Geerinckx-Rice To: Brett Gilio Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2 In-reply-to: <87bm7yx3uf.fsf@posteo.net> Date: Fri, 12 Oct 2018 23:50:07 +0200 Message-ID: <87d0sebzsg.fsf@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33027 Cc: 33027@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: -1.0 (-) Brett, Guix, Brett Gilio wrote: > (define-public stellarium > (package > (name "stellarium") > - (version "0.18.1") > + (version "0.18.2") I tried updating stellarium recently but ran into the following test failure: 12/15 Test #12: testEphemeris ....................***Exception: Child aborted 0.01 sec ********* Start testing of TestEphemeris ********* Config: Using QtTest library 5.11.1, Qt 5.11.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.5.0) QWARN : TestEphemeris::initTestCase() WARNING StelFileMgr::StelFileMgr: could not find install location: "/gnu/store/gk73b3xdzcfn7xp587r8yd31pw88ndjq-stellarium-0.18.2/share/stellarium" (we checked for "/gnu/store/gk73b3xdzcfn7xp587r8yd31pw88ndjq-stellarium-0.18.2/share/stellarium/data/ssystem_major.ini" ). QWARN : TestEphemeris::initTestCase() Maybe this is AppImage or something similar? Let's check relative path... QWARN : TestEphemeris::initTestCase() WARNING StelFileMgr::StelFileMgr: could not find install location: "/tmp/guix-build-stellarium-0.18.2.drv-0/build/src/../share/stellarium" (we checked for "/tmp/guix-build-stellarium-0.18.2.drv-0/build/src/../share/stellarium/data/ssystem_major.ini" ). QFATAL : TestEphemeris::initTestCase() Couldn't find install directory location. FAIL! : TestEphemeris::initTestCase() Received a fatal error. Loc: [Unknown file(0)] Totals: 0 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms ********* Finished testing of TestEphemeris ********* I haven't had time to look into it yet. It's weird/interesting that you don't run into it, though... Could you try building with '--rounds=' and see if you can make it fail? Kind regards, T G-R From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 20:13:25 2018 Received: (at 33027) by debbugs.gnu.org; 13 Oct 2018 00:13:25 +0000 Received: from localhost ([127.0.0.1]:47593 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB7Ya-0003Wa-Ty for submit@debbugs.gnu.org; Fri, 12 Oct 2018 20:13:25 -0400 Received: from mout01.posteo.de ([185.67.36.65]:36641) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gB7YY-0003WA-Kr for 33027@debbugs.gnu.org; Fri, 12 Oct 2018 20:13:23 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E775D21129 for <33027@debbugs.gnu.org>; Sat, 13 Oct 2018 02:13:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1539389596; bh=j23xvH7QGPt5ZaLg5IQFwJqPjuFtVM46+yS2Ye77S1I=; h=From:To:Cc:Subject:Date:From; b=dRxiTX7eSYNqzkYoOh8rMzJlJtrmEw1BXhBoeLd3gv6kXeRuT0eim3gbtJ1SEtYo0 yPGVP8No/ByuYuPQT/zOthvD/EBwgrof8dQs/rQpskyMUuKggrXvyQyheIdrvjggLU 1fNRLfVeuNLaHiArSQ9LErxmBoHk8sbT9qjI6JSOIbHGZLMvyTYagpldlqPlEkvhtw aTaPY5VbNgwwlJZR3Hwn1CC0ybatvfw9uyoAvNB9t/+7saNA+7QhebEAXwJAzliR00 iKGoLHA1zhoQUhKLNQpldM38FFYBcatwoGEchGgEUsBkNhBSqwGd71puTsuVX+JRYI EjL+Atkta34FQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42X4t32lzZz6tm7; Sat, 13 Oct 2018 02:13:15 +0200 (CEST) References: <87bm7yx3uf.fsf@posteo.net> <87d0sebzsg.fsf@tobias.gr> User-agent: mu4e 1.0; emacs 26.1 From: Brett Gilio To: Tobias Geerinckx-Rice Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2 In-reply-to: <87d0sebzsg.fsf@tobias.gr> Date: Fri, 12 Oct 2018 19:13:09 -0500 Message-ID: <87pnweoga2.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 33027 Cc: 33027@debbugs.gnu.org, Brett Gilio 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 (---) Tobias Geerinckx-Rice writes: > Brett, Guix, > > Brett Gilio wrote: >> (define-public stellarium >> (package >> (name "stellarium") >> - (version "0.18.1") >> + (version "0.18.2") > > I tried updating stellarium recently but ran into the following > test failure: > > 12/15 Test #12: testEphemeris ....................***Exception: > Child aborted > 0.01 sec > ********* Start testing of TestEphemeris ********* > Config: Using QtTest library 5.11.1, Qt 5.11.1 > (x86_64-little_endian-lp64 shared > (dynamic) release build; by GCC 5.5.0) > QWARN : TestEphemeris::initTestCase() WARNING > StelFileMgr::StelFileMgr: could > not find install location: > "/gnu/store/gk73b3xdzcfn7xp587r8yd31pw88ndjq-stellarium-0.18.2/share/stellarium" > (we checked for > "/gnu/store/gk73b3xdzcfn7xp587r8yd31pw88ndjq-stellarium-0.18.2/share/stellarium/data/ssystem_major.ini" > ). > QWARN : TestEphemeris::initTestCase() Maybe this is AppImage or > something > similar? Let's check relative path... > QWARN : TestEphemeris::initTestCase() WARNING > StelFileMgr::StelFileMgr: could > not find install location: > "/tmp/guix-build-stellarium-0.18.2.drv-0/build/src/../share/stellarium" > (we > checked for > "/tmp/guix-build-stellarium-0.18.2.drv-0/build/src/../share/stellarium/data/ssystem_major.ini" > ). > QFATAL : TestEphemeris::initTestCase() Couldn't find install > directory location. > FAIL! : TestEphemeris::initTestCase() Received a fatal error. > Loc: [Unknown file(0)] > Totals: 0 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms > ********* Finished testing of TestEphemeris ********* > > I haven't had time to look into it yet. It's weird/interesting > that you don't > run into it, though... > > Could you try building with '--rounds=' and see > if you can make > it fail? > > Kind regards, > > T G-R This issue is appearing for me, now, too. Interesting. I will see if I can revise it and then send the appropriately formatted git patch. I think I figured out how to do that now. -- Brett M. Gilio Free Software Foundation, Member https://gnu.org/s/guix/ | https://emacs.org From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 27 09:51:50 2018 Received: (at 33027) by debbugs.gnu.org; 27 Oct 2018 13:51:50 +0000 Received: from localhost ([127.0.0.1]:44746 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGP0H-0007YS-Oj for submit@debbugs.gnu.org; Sat, 27 Oct 2018 09:51:49 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58202) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gGP0E-0007YE-SR for 33027@debbugs.gnu.org; Sat, 27 Oct 2018 09:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGP09-0001rd-4h for 33027@debbugs.gnu.org; Sat, 27 Oct 2018 09:51:41 -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]:56915) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGP09-0001rR-00; Sat, 27 Oct 2018 09:51:41 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58168 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gGP08-0001SQ-NZ; Sat, 27 Oct 2018 09:51:40 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Brett Gilio Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2 References: <87bm7yx3uf.fsf@posteo.net> <87d0sebzsg.fsf@tobias.gr> <87pnweoga2.fsf@posteo.net> Date: Sat, 27 Oct 2018 15:51:39 +0200 In-Reply-To: <87pnweoga2.fsf@posteo.net> (Brett Gilio's message of "Fri, 12 Oct 2018 19:13:09 -0500") Message-ID: <87pnvva45w.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: 33027 Cc: 33027@debbugs.gnu.org, Tobias Geerinckx-Rice 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 (------) Hi Brett, Brett Gilio skribis: > This issue is appearing for me, now, too. Interesting. I will see if I > can revise it and then send the appropriately formatted git patch. I > think I figured out how to do that now. Did you eventually find a way to address this? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 27 05:59:43 2018 Received: (at control) by debbugs.gnu.org; 27 Dec 2018 10:59:43 +0000 Received: from localhost ([127.0.0.1]:38219 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gcTOA-0000Sp-NH for submit@debbugs.gnu.org; Thu, 27 Dec 2018 05:59:42 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:50058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gcTO8-0000Sh-Qq for control@debbugs.gnu.org; Thu, 27 Dec 2018 05:59:41 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 469D4B11 for ; Thu, 27 Dec 2018 11:59:40 +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 Z6YMinejIOpf for ; Thu, 27 Dec 2018 11:59:39 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 9E6F776B for ; Thu, 27 Dec 2018 11:59:39 +0100 (CET) Date: Thu, 27 Dec 2018 11:59:39 +0100 Message-Id: <878t0bb5gk.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #33027 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.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: -0.0 (/) tags 33027 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 12 18:17:31 2019 Received: (at 33027-done) by debbugs.gnu.org; 12 Feb 2019 23:17:31 +0000 Received: from localhost ([127.0.0.1]:45425 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gthIx-0001LN-3G for submit@debbugs.gnu.org; Tue, 12 Feb 2019 18:17:31 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42067) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gthIv-0001L6-7x for 33027-done@debbugs.gnu.org; Tue, 12 Feb 2019 18:17:29 -0500 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id B26682207D; Tue, 12 Feb 2019 18:17:23 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Tue, 12 Feb 2019 18:17:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=qZcT/xGuqX3cxMc/ZtuRitDh fLHV7a7WWoOsC4ur09c=; b=EUH3FjjIJrU3hziNiaVfzIAsvMFSxbz0prEh1FgL ZFPsmODge013LzQcBOzC2zx6/WG+7N67ssyZSizPyeunL8nARW2uaVfdpj77L/+b gqOKKHHNccS/p1jUhTp/cFhCdpGtw5AWlUciQCeWqK1fX+jLlo+NNyB8k4L/kHUP BgA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=qZcT/x GuqX3cxMc/ZtuRitDhfLHV7a7WWoOsC4ur09c=; b=fwAX9QJuC8TICTFDhwTYe7 OSThFd4lC9KlsR5By+RNXcksTBxlBVjGxh7Mf1PXYWvfu53BcQAiNziMPNx3eu9u Jvw8SJU24AZfgTlkm0MNsEHhnXW3vNWxF4WMoKn4Y9RxN2gRszkifLtBfMW/xrb7 8UtuKUrcYRjdZntiXFCzQZcu5YuoHHNcvcs6y6kZe79xNY3AmsCgkUw/c9fCJdvM qMKWoR8y85oW/iui+fAnFnS3PMk+YW3H2Sct0cDrM3tkoJl+3+8OhUAnR1rZ8ZYc Z0pxcLC9TT8YMsRa3oiNV4qVXa0pNGq6CzPJPPH2EcC2yFoNHlFcDL98Y4AqssQQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledruddtvddgtdekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkfh ggtggujggfsehgtderredtredvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehl vghosehfrghmuhhlrghrihdrnhgrmhgvqeenucfkphepjeeirdduvdegrddvtddvrddufe ejnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv necuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (c-76-124-202-137.hsd1.pa.comcast.net [76.124.202.137]) by mail.messagingengine.com (Postfix) with ESMTPA id AF56BE46AC; Tue, 12 Feb 2019 18:17:22 -0500 (EST) Date: Tue, 12 Feb 2019 18:17:18 -0500 From: Leo Famulari To: Brett Gilio Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2 Message-ID: <20190212231718.GA31772@jasmine.lan> References: <87bm7yx3uf.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline In-Reply-To: <87bm7yx3uf.fsf@posteo.net> User-Agent: Mutt/1.11.2 (2019-01-07) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33027-done Cc: 33027-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: -1.7 (-) --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Stellarium was updated to 0.18.3 in commit 81c64748bad51c7449eea8bab4953ecb89d02fa2, so I'm closing this bug ticket. --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlxjU/4ACgkQJkb6MLrK fwhbkA//QgCLTHbSpx/CPFpzQHe4L7Ko/B2WjRGwh/O6oDBvBGvpd4frnR/JX2gD 4aaV7AU1+ey55XhPn1tBKdSlZaPiTr4/h14//A5hXL9oROmwPG1Ezdpd9LF3m+Kt 7oVsy+i2wKWkhb0gxGBodjgJtzch8DaHK00r3+H3mPeYNGTLqj1LlD+Pr4k5SneX yMbdWP1Emhg87RqxAI4XS1dKC8MVqQ4OZ9QteAB0R3p+x+XcD0ejUcQbSFonASt4 vjRIH5xmIcVG/WdN1byUkqWDzoqWD3q0Wx6ZIqaatncvhyRSb3BeCWRCY21O1skD diLfVTb/NfSU/Gk6O/gKLG2FL1iCN4d4sp89nznDlQUvEUNP9hcs05rfevisVUCv SKINKt594Em9blpjD0B44JHGFZFUvubrH2k6VgQROXenwgq3PUhg+0OfykPOr6x9 QVgAH7Gc3RK+Z99CuNDChJ478oVmvIi1an/C8FJ8MibNrFMHGnoQFJTmgeqW+9xR 49I8id2J30MgxbhISY7KOnafd1Kpc0ngex1RKZAGYyyk0Pjk+tCy/nZN0O9LEpJP 1tKyJ0sg5iIWNztwyGBChcIaapiJgzaRfBf3Q4/6NtubDp0bQwH2iwiKlGGjZj1Z fgPWFQGbBZdfjCmQmFxwG1M7Bhz8F0qeTq7uZxEJGb7k8yossR0= =3di6 -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From unknown Thu Jun 19 14:06:49 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, 13 Mar 2019 11:24:05 +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