From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Sturmfels Subject: bug#35422: LibreOffice builds for me, but not on CI server Date: Thu, 25 Apr 2019 09:52:05 +1000 Message-ID: <87d0lbt134.fsf@sturm.com.au> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJSAK-0004mR-44 for bug-guix@gnu.org; Wed, 24 Apr 2019 20:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJSAI-0008T8-Tn for bug-guix@gnu.org; Wed, 24 Apr 2019 20:23:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43313) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJSAI-0008Sl-Pj for bug-guix@gnu.org; Wed, 24 Apr 2019 20:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJSAI-0007TN-LD for bug-guix@gnu.org; Wed, 24 Apr 2019 20:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:51615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJSA0-0004T3-Pu for bug-guix@gnu.org; Wed, 24 Apr 2019 20:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJS39-0003UR-W5 for bug-guix@gnu.org; Wed, 24 Apr 2019 20:15:41 -0400 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:42855) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJS39-0003Si-5a for bug-guix@gnu.org; Wed, 24 Apr 2019 20:15:39 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id 7C4F683A for ; Wed, 24 Apr 2019 20:15:36 -0400 (EDT) Received: from localhost (203-214-132-170.perm.iinet.net.au [203.214.132.170]) by mail.messagingengine.com (Postfix) with ESMTPA id 19534103CF for ; Wed, 24 Apr 2019 20:15:34 -0400 (EDT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 0655d46f for ; Wed, 24 Apr 2019 23:52:05 +0000 (UTC) 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: 35422@debbugs.gnu.org Hi Folks, When I `guix pull` and `guix package --manifest` the system will usually need build LibreOffice. The build succeeds, but it takes several hours. It would be great to resolve whatever is preventing it building on the CI server. Hydra currently shows that the LibreOffice cannot be build due to failed dependencies: - libcmis - libepubgen For example: http://hydra.gnu.org/build/3443570 Both these packages build successfully for me, but on Hydra they fail at the testing phase, with exceptions mentioning "entropy_error" and "getrandom". The Boost docs say: The exception boost::uuids::entropy_error is thrown if there is an error getting entropy from the operating system. https://www.boost.org/doc/libs/1_69_0/libs/uuid/doc/uuid.html I can see though that providing entropy does work against the goal of reproducible builds though. Is this a case where the tests should be modified or disabled? Regards, Ben