GNU bug report logs - #33027
[PATCH] gnu: stellarium: Update to 0.18.2

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Fri, 12 Oct 2018 21:18:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 33027 in the body.
You can then email your comments to 33027 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#33027; Package guix-patches. (Fri, 12 Oct 2018 21:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 12 Oct 2018 21:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org  
Subject: [PATCH] gnu: stellarium: Update to 0.18.2
Date: Fri, 12 Oct 2018 16:16:56 -0500
diff --git a/gnu/packages/astronomy.scm 
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 © 2016 John Darrington <jmd <at> gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me <at> tobias.gr>
+;;; Copyright © 2018 Brett Gilio <brettg <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -128,7 +129,7 @@ programs for the manipulation and analysis of 
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/" 
             name
@@ -136,7 +137,7 @@ programs for the manipulation and analysis of 
astronomical data.")
                                 "/" name "-" version ".tar.gz"))
             (sha256
              (base32
- 
               "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq"))))
+ 
"1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km"))))
    (build-system cmake-build-system)
    (inputs
     `(("qtbase" ,qtbase)




Information forwarded to guix-patches <at> gnu.org:
bug#33027; Package guix-patches. (Fri, 12 Oct 2018 21:51:02 GMT) Full text and rfc822 format available.

Message #8 received at 33027 <at> debbugs.gnu.org (full text, mbox):

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33027 <at> debbugs.gnu.org
Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2
Date: Fri, 12 Oct 2018 23:50:07 +0200
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=<about 20 or so>' and see if 
you can make it fail?

Kind regards,

T G-R




Information forwarded to guix-patches <at> gnu.org:
bug#33027; Package guix-patches. (Sat, 13 Oct 2018 00:14:01 GMT) Full text and rfc822 format available.

Message #11 received at 33027 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: 33027 <at> debbugs.gnu.org, Brett Gilio <brettg <at> posteo.net>
Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2
Date: Fri, 12 Oct 2018 19:13:09 -0500
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=<about 20 or so>' 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




Information forwarded to guix-patches <at> gnu.org:
bug#33027; Package guix-patches. (Sat, 27 Oct 2018 13:52:01 GMT) Full text and rfc822 format available.

Message #14 received at 33027 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33027 <at> debbugs.gnu.org, Tobias Geerinckx-Rice <me <at> tobias.gr>
Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2
Date: Sat, 27 Oct 2018 15:51:39 +0200
Hi Brett,

Brett Gilio <brettg <at> posteo.net> 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’.




Added tag(s) moreinfo. Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Thu, 27 Dec 2018 11:00:10 GMT) Full text and rfc822 format available.

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Tue, 12 Feb 2019 23:18:01 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Tue, 12 Feb 2019 23:18:02 GMT) Full text and rfc822 format available.

Message #21 received at 33027-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 33027-done <at> debbugs.gnu.org
Subject: Re: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2
Date: Tue, 12 Feb 2019 18:17:18 -0500
[Message part 1 (text/plain, inline)]
Stellarium was updated to 0.18.3 in commit
81c64748bad51c7449eea8bab4953ecb89d02fa2, so I'm closing this bug
ticket.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Mar 2019 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.