From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Graceful handling of missing patches Date: Tue, 20 Jan 2015 10:22:39 +0100 Message-ID: <87d269kdr4.fsf_-_@gnu.org> References: <20150118132526.GA15628@debian> <87zj9gcgpe.fsf@gnu.org> <20150118161010.GA20517@debian> <87a91gcamz.fsf@gnu.org> <20150118164207.GA21387@debian> 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]:35336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDV1K-0003h4-6S for guix-devel@gnu.org; Tue, 20 Jan 2015 04:22:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDV1F-0001Sh-4S for guix-devel@gnu.org; Tue, 20 Jan 2015 04:22:46 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:47342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDV1E-0001SZ-U8 for guix-devel@gnu.org; Tue, 20 Jan 2015 04:22:41 -0500 In-Reply-To: <20150118164207.GA21387@debian> (Andreas Enge's message of "Sun, 18 Jan 2015 17:42:07 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org With commits 6b1f972 and dbab515, patch-not-found errors are now gracefully handled at run time: $ ./pre-inst-env guix build findutils guix build: error: WHAT?.patch: patch not found This introduces an ABI change, so make sure to run: make clean-go && make Thanks, Ludo=E2=80=99.