-
Notifications
You must be signed in to change notification settings - Fork 6
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
Segment 9 of talos patch fails #1
Comments
Hi I have found a problem in the Makefile.sgx.patch of LibSEAL and fixed it in the latest commit (32d5641). Can you try again? It should be fine now. |
Thanks for the fast response. The first one is while running ../include/openssl/bn.h:329:31: note: in definition of macro ‘BN_is_zero’ the other error happens when executing In file included from enclaveshim_ocalls.c:33: I am not really sure whats causing this problem. |
I did not encounter these errors when compiling without sgx. Instead I have encountered other errors related to a type mismatch in the auditing module interface (see commit 3437214). I am using Ubuntu 20.04 with gcc 9.3.0. Maybe this is due to a different gcc version? |
Hello,
i am interested in your LibSEAL project and wanted to build. However, it fails at the patching step of Talos (./patch_talos.sh)
The exact error message is :
Hunk #9 FAILED at 876. 1 out of 11 hunks FAILED -- saving rejects to file crypto/Makefile.sgx.rej
I tried adding --ignore-whitespaces to exclude errors regarding identation or different whitespaces but it returns the same error.
It would be great if you can help me out with this problem.
Best regards
The text was updated successfully, but these errors were encountered: