Page 1 of 1

buildMobileVLCKit.sh fails with patch error.

Posted: 03 Apr 2014 02:27
by jtor1134
I'm trying to build MobileVLCKit in accordance to the instructions here: https://wiki.videolan.org/VLCKit/

It ends up failing with this error.

Code: Select all

error: patch failed: contrib/src/gcrypt/rules.mak:9 error: contrib/src/gcrypt/rules.mak: patch does not apply Patch failed at 0019 contrib/gcrypt: use git version on iOS The copy of the patch that failed is found in: /Users/Chris/Downloads/VLCKit/MobileVLCKit/ImportedSources/vlc/.git/rebase-apply/patch When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".
I've tried it on a few different computers, always the same result. Doesn't matter if I use -f or -s or no flag at all.

Is this a known issue?

Re: buildMobileVLCKit.sh fails with patch error.

Posted: 04 Apr 2014 18:08
by auztin100
Same here ….

Re: buildMobileVLCKit.sh fails with patch error.

Posted: 04 Apr 2014 21:56
by fkuehne
I'll check that. Thanks for the report!

Re: buildMobileVLCKit.sh fails with patch error.

Posted: 04 Apr 2014 22:07
by fkuehne
This issue was resolved. Thanks again for reporting and sorry for any inconvenience.

Re: buildMobileVLCKit.sh fails with patch error.

Posted: 06 Apr 2014 19:54
by jtor1134
Thanks. It built correctly now.

Re: buildMobileVLCKit.sh fails with patch error.

Posted: 06 Apr 2014 20:04
by auztin100
Thank you :)