Skip to content

Instantly share code, notes, and snippets.

@stif
Created June 27, 2016 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stif/d03e427d33334d649dc944bc40138e9d to your computer and use it in GitHub Desktop.
Save stif/d03e427d33334d649dc944bc40138e9d to your computer and use it in GitHub Desktop.
OpenELEC 6.0.3 Build error after libcec update
UNPACK libcec
APPLY PATCH (common) /home/stif/Dokumente/OpenELEC/OpenELEC.tv/packages/devel/libcec/patches/libcec-00-imx6-support.patch
can't find file to patch at input line 30
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From a7f3315333c1a79259a763c6542a6cd71855b357 Mon Sep 17 00:00:00 2001
|From: Stefan Saraev <stefan@saraev.ca>
|Date: Thu, 7 May 2015 11:35:04 +0300
|Subject: [PATCH] imx support
|
|note. I am NOT the author of the patch. just rebased it
|---
| include/cectypes.h | 14 +-
| src/libcec/CECTypeUtils.h | 2 +
| src/libcec/adapter/AdapterFactory.cpp | 29 +-
| src/libcec/adapter/IMX/AdapterMessageQueue.h | 134 +++++++++
| .../adapter/IMX/IMXCECAdapterCommunication.cpp | 328 +++++++++++++++++++++
| .../adapter/IMX/IMXCECAdapterCommunication.h | 119 ++++++++
| src/libcec/adapter/IMX/IMXCECAdapterDetection.cpp | 42 +++
| src/libcec/adapter/IMX/IMXCECAdapterDetection.h | 36 +++
| src/libcec/cmake/CheckPlatformSupport.cmake | 10 +
| src/libcec/cmake/DisplayPlatformSupport.cmake | 6 +
| src/libcec/env.h.in | 3 +
| 11 files changed, 720 insertions(+), 3 deletions(-)
| create mode 100644 src/libcec/adapter/IMX/AdapterMessageQueue.h
| create mode 100644 src/libcec/adapter/IMX/IMXCECAdapterCommunication.cpp
| create mode 100644 src/libcec/adapter/IMX/IMXCECAdapterCommunication.h
| create mode 100644 src/libcec/adapter/IMX/IMXCECAdapterDetection.cpp
| create mode 100644 src/libcec/adapter/IMX/IMXCECAdapterDetection.h
|
|diff --git a/include/cectypes.h b/include/cectypes.h
|index acff259..0cfee8c 100644
|--- a/include/cectypes.h
|+++ b/include/cectypes.h
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 62
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/libcec/CECTypeUtils.h b/src/libcec/CECTypeUtils.h
|index fd8046a..48cb215 100644
|--- a/src/libcec/CECTypeUtils.h
|+++ b/src/libcec/CECTypeUtils.h
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 75
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/libcec/adapter/AdapterFactory.cpp b/src/libcec/adapter/AdapterFactory.cpp
|index da05725..92e378b 100644
|--- a/src/libcec/adapter/AdapterFactory.cpp
|+++ b/src/libcec/adapter/AdapterFactory.cpp
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
3 out of 3 hunks ignored
patching file src/libcec/adapter/IMX/AdapterMessageQueue.h
patching file src/libcec/adapter/IMX/IMXCECAdapterCommunication.cpp
patching file src/libcec/adapter/IMX/IMXCECAdapterCommunication.h
patching file src/libcec/adapter/IMX/IMXCECAdapterDetection.cpp
patching file src/libcec/adapter/IMX/IMXCECAdapterDetection.h
can't find file to patch at input line 822
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/libcec/cmake/CheckPlatformSupport.cmake b/src/libcec/cmake/CheckPlatformSupport.cmake
|index 828cdb2..8b47795 100644
|--- a/src/libcec/cmake/CheckPlatformSupport.cmake
|+++ b/src/libcec/cmake/CheckPlatformSupport.cmake
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 850
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/libcec/cmake/DisplayPlatformSupport.cmake b/src/libcec/cmake/DisplayPlatformSupport.cmake
|index feee111..0309c56 100644
|--- a/src/libcec/cmake/DisplayPlatformSupport.cmake
|+++ b/src/libcec/cmake/DisplayPlatformSupport.cmake
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 867
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/src/libcec/env.h.in b/src/libcec/env.h.in
|index a1a1f26..f90e729 100644
|--- a/src/libcec/env.h.in
|+++ b/src/libcec/env.h.in
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
make: *** [Makefile:12: image] Fehler 1
[stif@stif-laptop OpenELEC.tv]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment