Subject: | Patching fails |
On most smoker systems (linux, mac) I currently see the following problem while trying to build the distribution:
...
+ pkg-config --modversion MuPDF
Downloading File: mupdf-1.11-source.tar.gz ... Done
Extracting Archive ... Done
Building library ...
+ cd /home/cpansand/.cpan/build/2017041715/Alien-MuPDF-0.007-1/_alien/mupdf-1.11-source
+ patch -p1 < ../../patch/freebsd-no-have-incbin.diff
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/scripts/fontdump.c 2016-04-21 06:14:32.000000000 -0500
|+++ b/scripts/fontdump.c 2016-08-06 15:07:07.632521751 -0500
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
External command (patch -p1 < ../../patch/freebsd-no-have-incbin.diff) failed! Error: 256
at ./Build line 58.
Failed
Build not completed at ./Build line 58.
(./Build exited with 256)
...