From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34859) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifQot-0004GU-TC for guix-patches@gnu.org; Thu, 12 Dec 2019 10:56:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifQos-0005ya-TY for guix-patches@gnu.org; Thu, 12 Dec 2019 10:56:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54881) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifQos-0005xW-HB for guix-patches@gnu.org; Thu, 12 Dec 2019 10:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifQos-0008NO-FW for guix-patches@gnu.org; Thu, 12 Dec 2019 10:56:02 -0500 Subject: [bug#38455] [PATCH] doc: Mention how to test against make / guix pull breakage. Resent-Message-ID: MIME-Version: 1.0 References: <20191202091550.15132-1-mail@ambrevar.xyz> <20191202203157.70c0310c@scratchpost.org> <87d0cyu8md.fsf@ambrevar.xyz> In-Reply-To: <87d0cyu8md.fsf@ambrevar.xyz> From: zimoun Date: Thu, 12 Dec 2019 16:55:40 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" 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: Pierre Neidhardt Cc: 38455@debbugs.gnu.org Hi Pierre, On Sun, 8 Dec 2019 at 16:42, Pierre Neidhardt wrote: > Commits bf99d7e0e2e79935b6748afa059e7392d8e110c8 and This commit is incorrect. Because it implies that ./configure has been run before. The correct advice -- which is obvious to me -- is: please check if Guix builds and address the warnings. All the best, simon