[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Graceful handling of missing patches
From: |
Ludovic Courtès |
Subject: |
Graceful handling of missing patches |
Date: |
Tue, 20 Jan 2015 10:22:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
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’.