Re: Graceful handling of missing patches

2015-01-20 Thread Andreas Enge
On Tue, Jan 20, 2015 at 10:22:39AM +0100, Ludovic Courtès wrote: > $ ./pre-inst-env guix build findutils > guix build: error: WHAT?.patch: patch not found This turned out to be crucial in debugging: The problem with "guix build soprano" was not in the patch of soprano (which was there), but o

Re: Graceful handling of missing patches

2015-01-20 Thread Ludovic Courtès
Andreas Enge skribis: > On Tue, Jan 20, 2015 at 10:22:39AM +0100, Ludovic Courtès wrote: >> 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 >> >

Re: Graceful handling of missing patches

2015-01-20 Thread Andreas Enge
On Tue, Jan 20, 2015 at 10:22:39AM +0100, Ludovic Courtès wrote: > 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,

Graceful handling of missing patches

2015-01-20 Thread Ludovic Courtès
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’.