-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"error: corrupt patch at line 124 "when I applying a patch to the build system,an error occured. #7
Comments
You can add And, remove the extra whitespace at line 37 Then run |
same happens for me with the other patches... |
are u solved this problem ? i can't patch the optee_client and optee_os |
Thank you, I solved it by manually patch the fixed files according to the diffing files. |
You can try this way https://github.com/Riscure/optee_fuzzer/issues/7#issuecomment-896778249 If it doesn't work, you can try to patch the fixed files according to the diffing files, then complies the programs and debug. Good luck! |
i tired i can patch the build but it doesn't working for optee_os and optee_client |
For the |
for |
Thank you for this. It was the combo of |
$ git apply optee_fuzzer/patches/optee-3.3/build.diff
optee_fuzzer/patches/optee-3.3/build.diff:37: trailing whitespace.
echo "slink /lib/libsqlfs.so libsqlfs.so.1 755 0 0" >> $(fl); \
error: corrupt patch at line 124
why this problem occured and how can I solve it,please?
The text was updated successfully, but these errors were encountered: