From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Love Subject: fixing --check saying outputs not valid Date: Fri, 08 Sep 2017 10:34:33 +0100 Message-ID: <87bmmlpm8m.fsf@albion.it.manchester.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqFgt-0004n8-9d for help-guix@gnu.org; Fri, 08 Sep 2017 05:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqFgo-000842-Dj for help-guix@gnu.org; Fri, 08 Sep 2017 05:35:11 -0400 Received: from [195.159.176.226] (port=33788 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqFgo-000814-7r for help-guix@gnu.org; Fri, 08 Sep 2017 05:35:06 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dqFgT-0002LD-JH for help-guix@gnu.org; Fri, 08 Sep 2017 11:34:45 +0200 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org I ran build --check on a new package and it complained that some output of the derivation aren't valid. Then I checked hwloc, which also has a "lib" output and it has the same problem: guix build: error: build failed: some outputs of `/gnu/store/bsafscmmaw43ssb0lhnri3vdi0wi0chx-hwloc-1.11.7.drv' are not valid, so checking is not possible With --verbosity=4, it looks as if that's due to | | path `/gnu/store/fsch2h9r8jp3c5ahs0b0mr8pr4yp4l3q-hwloc-1.11.7-lib' is required, but there is no substituter that can build it How could I fix that?