From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50228) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itxj1-0008Cx-EW for guix-patches@gnu.org; Tue, 21 Jan 2020 12:54:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itxj0-0007LL-Hy for guix-patches@gnu.org; Tue, 21 Jan 2020 12:54:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42447) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1itxj0-0007LH-Ed for guix-patches@gnu.org; Tue, 21 Jan 2020 12:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1itxj0-0008M6-Da for guix-patches@gnu.org; Tue, 21 Jan 2020 12:54:02 -0500 Subject: [bug#39156] Test case for the patch References: <20200116221441.mu62k4v3u6ekemn4@zdrowyportier.kadziolka.net> In-Reply-To: <20200116221441.mu62k4v3u6ekemn4@zdrowyportier.kadziolka.net> Resent-Message-ID: Date: Tue, 21 Jan 2020 18:53:08 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Message-ID: <20200121175308.qbsgnqizvzxgyady@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: 39156@debbugs.gnu.org I realized that I was somewhat unclear on what benefit this patch brings. Without the patch, compiling any nim programs is broken, for example: ~/tmp$ cat > hello.nim echo("Hello") ~/tmp$ ~/guix/pre-inst-env guix environment --ad-hoc nim -- nim c hello.nim Hint: used config file '/gnu/store/k19xvhqgh3x0f7ax25r15l5bw16lzism-nim-0.17.2/config/nim.cfg' [Conf] Hint: system [Processing] Hint: hello [Processing] CC: hello Error: invocation of external compiler program failed. File exists Additional info: Could not find command: '/gnu/st'. OS error: No such file or directory 17