From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add freeimage. Date: Mon, 3 Nov 2014 10:29:01 +0100 Message-ID: <20141103092901.GA7644@debian.eduroam.u-bordeaux.fr> References: <87egtmx6ox.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <20141101165950.GA10580@debian> <87bnoqx2do.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <20141102174652.GD6865@debian> <87wq7dv66i.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <20141102211033.GA11333@debian> <87y4rsslop.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlDwr-0003oQ-Bz for guix-devel@gnu.org; Mon, 03 Nov 2014 04:29:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlDwl-0002k5-Fb for guix-devel@gnu.org; Mon, 03 Nov 2014 04:29:17 -0500 Content-Disposition: inline In-Reply-To: <87y4rsslop.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Nov 03, 2014 at 10:00:38AM +0100, Ludovic Courtès wrote: > Same problem as with Valgrind, so I would suggest disabling builds on > MIPS, as done in commit 67a86d3. Speaking of valgrind, how is transitivity of disabled builds handled, on hydra and by the users? I noticed that some packages do not build on mipss due to a dependency on valgrind, for instance petsc-openmpi and petsc-complex-openmpi: http://hydra.gnu.org/build/132921 http://hydra.gnu.org/build/132781 It was a bit confusing to me at first, since valgrind was not in the "still failing jobs" tab, until I realised it was also not in the "still succeeding jobs" tab and in fact disabled. The two packages in question depend indirectly on valgrind via openmpi. Now openmpi seems to be disabled for mips on hydra also, although it is not explicitly disabled in the package recipe. These two other packages are not disabled, however. So does this mean that the dependency graph for disabled inputs is followed only to depth 1? Andreas