lintweaker / mpd-dsd-019

DSD specific patches for MPD 0.19
GNU General Public License v2.0
10 stars 4 forks source link

Update error #8

Closed norrest closed 8 years ago

norrest commented 8 years ago

Hi Again!

(Stripping trailing CRs from patch; use --binary to disable.) can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|diff --git a/Makefile.am b/Makefile.am |index 89819de..dedc881 100644 |--- a/Makefile.am

|+++ b/Makefile.am

File to patch:

lintweaker commented 8 years ago

Hi, Have you even tried other -p options? -p1 should do the trick

norrest commented 8 years ago

After running the next command with the option –p1:

root@volumio:/usr/src/linux-4.3# patch -p1 < volumio.patch

we get the next message:

(Stripping trailing CRs from patch; use --binary to disable.) can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option?

The text leading up to this was:

|diff --git a/Makefile.am b/Makefile.am |index 89819de..dedc881 100644 |--- a/Makefile.am

|+++ b/Makefile.am

File to patch:

lintweaker commented 8 years ago

It seems you are trying to patch a kernel. Sorry, this has no relationship with MPD and does not belong here.