From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Holland Subject: bug#36675: kodi 18.2 fails to build Date: Mon, 15 Jul 2019 20:21:15 +0100 Message-ID: <87wogj3xzo.fsf@inv.alid.pw> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42221) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6Y0-0004Vq-6A for bug-guix@gnu.org; Mon, 15 Jul 2019 15:22:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6Xz-0007Vs-2F for bug-guix@gnu.org; Mon, 15 Jul 2019 15:22:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40324) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hn6Xy-0007Vk-Uw for bug-guix@gnu.org; Mon, 15 Jul 2019 15:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hn6Xy-0005Gv-Ob for bug-guix@gnu.org; Mon, 15 Jul 2019 15:22:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42096) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6Xa-0004Nt-9E for bug-guix@gnu.org; Mon, 15 Jul 2019 15:21:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6XY-0007Lv-9p for bug-guix@gnu.org; Mon, 15 Jul 2019 15:21:38 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:33469) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hn6XX-0007Kw-NS for bug-guix@gnu.org; Mon, 15 Jul 2019 15:21:36 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id BAEFE205DD for ; Mon, 15 Jul 2019 15:21:33 -0400 (EDT) Received: from sirius (ip-18-84-52-196.southampton.uk.amsterdamresidential.com [196.52.84.18]) by mail.messagingengine.com (Postfix) with ESMTPA id 8A773380074 for ; Mon, 15 Jul 2019 15:21:32 -0400 (EDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 36675@debbugs.gnu.org Steps to reproduce: $ guix build kodi Expected result: kodi builds successfully Actual result: test suite fails, with the below error message ------------8<-------------------- Start 438: TestMassEvent.General 438/521 Test #438: TestMassEvent.General ....................................................Child aborted***Exception: 0.82 sec Note: Google Test filter = TestMassEvent.General [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from TestMassEvent [ RUN ] TestMassEvent.General [ OK ] TestMassEvent.General (105 ms) [----------] 1 test from TestMassEvent (105 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (142 ms total) [ PASSED ] 1 test. kodi-test: ../nptl/pthread_mutex_lock.c:434: __pthread_mutex_lock_full: Assertion `robust || (oldval & FUTEX_OWNER_DIED) == 0' failed. Start 439: TestMassEvent.Polling 439/521 Test #439: TestMassEvent.Polling ....................................................Child aborted***Exception: 0.79 sec Note: Google Test filter = TestMassEvent.Polling [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from TestMassEvent [ RUN ] TestMassEvent.Polling [ OK ] TestMassEvent.Polling (133 ms) [----------] 1 test from TestMassEvent (133 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (276 ms total) [ PASSED ] 1 test. Clean shutdown of TestGlobalPattern1 kodi-test: ../nptl/pthread_mutex_lock.c:434: __pthread_mutex_lock_full: Assertion `robust || (oldval & FUTEX_OWNER_DIED) == 0' failed. ----------8<---------------------- -- Josh Holland