From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB5Ks-0007BP-DD for guix-patches@gnu.org; Fri, 12 Oct 2018 17:51:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB5Kp-0008WM-6s for guix-patches@gnu.org; Fri, 12 Oct 2018 17:51:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB5Ko-0008W8-Sf for guix-patches@gnu.org; Fri, 12 Oct 2018 17:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gB5Ko-00009O-Jc for guix-patches@gnu.org; Fri, 12 Oct 2018 17:51:02 -0400 Subject: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2 Resent-Message-ID: References: <87bm7yx3uf.fsf@posteo.net> From: Tobias Geerinckx-Rice 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 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brett Gilio Cc: 33027@debbugs.gnu.org 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