From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#19805: Numpy failures Date: Tue, 10 Feb 2015 08:52:23 -0500 Message-ID: <877fvpswko.fsf__14228.3363421031$1423576401$gmane$org@netris.org> References: <20150207164108.GA7946@debian> <87zj8m7kh0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBFT-0007GQ-0i for bug-guix@gnu.org; Tue, 10 Feb 2015 08:53:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLBFO-0007Xl-UM for bug-guix@gnu.org; Tue, 10 Feb 2015 08:53:06 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:47786) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLBFO-0007XT-Rk for bug-guix@gnu.org; Tue, 10 Feb 2015 08:53:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YLBFO-0002nx-82 for bug-guix@gnu.org; Tue, 10 Feb 2015 08:53:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zj8m7kh0.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 10 Feb 2015 00:07:07 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org, 19805@debbugs.gnu.org, Federico Beffa ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Federico Beffa skribis: > >> At some point we should fix the support for '#:substitutable?' on hydra > > That probably means that #:substitutable? should be propagated=E2=80=93i.= e., > that anything depending on ATLAS should not be substituted. As I just wrote in the "texlive failure" thread, setting #:substitutable? #f might make sense for texlive. However, in that case we certainly would not want to propagate that setting. So, instead of propagating it, how about simply arranging to not send such packages to the build slaves, instead forcing them to build it locally on their own? I suppose this would cause the texlive build log to be prepended to some other build log, which is not so good, but that could also be dealt with in various ways, e.g. by changing the "send dependency to slave" logic for non-substitutable packages to build the package on that particular slave. What do you think? Mark