From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35034: One libgit2 derivation fails on armhf, another succeeds Date: Thu, 28 Mar 2019 16:38:27 -0400 Message-ID: <875zs2d99d.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9brg-00027p-5v for bug-guix@gnu.org; Thu, 28 Mar 2019 16:43:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9brf-0004NO-1h for bug-guix@gnu.org; Thu, 28 Mar 2019 16:43:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49479) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h9bra-0004Ll-5y for bug-guix@gnu.org; Thu, 28 Mar 2019 16:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h9brZ-0006Ok-WF for bug-guix@gnu.org; Thu, 28 Mar 2019 16:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:45574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9bqR-0001ZL-Fp for bug-guix@gnu.org; Thu, 28 Mar 2019 16:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9boZ-00038u-Tr for bug-guix@gnu.org; Thu, 28 Mar 2019 16:39:57 -0400 Received: from world.peace.net ([64.112.178.59]:52244) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9boZ-000385-Ju for bug-guix@gnu.org; Thu, 28 Mar 2019 16:39:55 -0400 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: 35034@debbugs.gnu.org The 'guile2.0-git-0.2.0' package fails to build on hydra.gnu.org, because its dependency 'libgit2' fails to build: https://hydra.gnu.org/build/3429713#tabs-buildsteps However, there's another 'libgit2' derivation in the same evaluation, which succeeds: https://hydra.gnu.org/eval/110449?filter=libgit2 Looking at the source for 'guile2.0-git', defined in gnu/packages/guile.scm, it appears to use the standard 'libgit2' package, unless 'package-for-guile-2.0' is somehow modifying the 'libgit2' derivation. Any idea what's going on here? Mark