Hello,
I'm trying to rebuild kodi with DVD support.
After regenerating the tarball (+ editing the _with_dvd macro and
fetching additional files) I get the following error:
rpmbuild -ba kodi.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qnS8YS
+ umask 022
+ cd /home/markand/rpmbuild/BUILD
+ cd /home/markand/rpmbuild/BUILD
+ rm -rf kodi-17.6
+ /usr/bin/tar -xof -
+ /usr/bin/xz -dc /home/markand/rpmbuild/SOURCES/kodi-17.6-
patched.tar.xz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd kodi-17.6
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #1 (kodi-16.0-versioning.patch):'
Patch #1 (kodi-16.0-versioning.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .versioning --
fuzz=0
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/xbmc/Application.cpp 2015-12-06 14:30:15.924980306 -0600
|+++ b/xbmc/Application.cpp 2015-12-06 14:37:42.234030771 -0600
--------------------------
File to patch:
If I go to the BUILD/kodi-17.6 directory I get the following tree
$ tree -L 1
.
├── addons
├── build-aux
├── lib
├── tools
├── xbmc
└── xbmc-xbmc-a9a7a20
And the Application.cpp file is located under xbmc-xbmc-a9a7a20/xbmc,
not the first xbmc one.
What am I doing wrong?
Regards,
--
David
Show replies by date