From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36720) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDWyf-0005wV-Ft for guix-patches@gnu.org; Sun, 15 Mar 2020 13:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDWyd-0006GC-L6 for guix-patches@gnu.org; Sun, 15 Mar 2020 13:23:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57695) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDWyc-0006Ed-NJ for guix-patches@gnu.org; Sun, 15 Mar 2020 13:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDWyc-0002Me-I7 for guix-patches@gnu.org; Sun, 15 Mar 2020 13:23:02 -0400 Subject: [bug#40032] [PATCH] gnu: Add nvme-cli Resent-Message-ID: Date: Sun, 15 Mar 2020 13:22:42 -0400 From: Leo Famulari Message-ID: <20200315172242.GA26892@jasmine.lan> References: <20200312181513.GA8595@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vincent Legoll Cc: 40032@debbugs.gnu.org On Sun, Mar 15, 2020 at 06:07:44PM +0100, Vincent Legoll wrote: > It looks like the tests require the presence of /sys/devices... > > Should I just add that explanation as comment ? Yeah, I would say that they require sysfs, which is not accessible from the build environment. One could check with "ls -l /sys" in a build phase, or check the docs: https://guix.gnu.org/manual/en/html_node/Build-Environment-Setup.html Can you send a revised patch?