-
Notifications
You must be signed in to change notification settings - Fork 2
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
building native_client failed #1
Comments
Hi! Thanks for trying it out. Apologies for the long silence on this. If you still care: Looks like a rogue |
Thanks very much @tylershunt , for the reply! The previous problem gone yet another came out, unfortunately...
(To whom may also get interested @ya0guang) |
Ah more missing files, (sorry I'm not set up to build this myself right now). I pushed some more files, try again? |
Thanks a ton! After I installed libatlas-dev and add But seems some files still missing. I got the following that cut from the output of
|
Oh that's good! it got to the testing phase so it was at least built. Not sure why that input file is missing. I should have time to bring up a fresh test environment this weekend and see if I get the same thing. |
Thanks @tylershunt Take your time! I am always aware that rebuilding a functional environment is tedious and time-consuming. Don't worry, not trying to rush you. Just out of curiosity, does Ryoan use some techniques to prevent side- or covert channels? I know hardware-based side channel is difficult to prevent but I am curious about what Ryoan can do on mitigating the software-based covert channels? BTW, do you think this question should be raised on another issue since it seems irrelevant to the building issue? |
@tylershunt Dear Tyler, Still cannot build it... Just bumping this thread in case you didn't see it. |
Greetings!
Great work! Big fan!
When I tried to build it, the following lines came out...
➜ ryoan git:(master) ✗ cd native_client && make J=2
./scons MODE=opt-ryoan,nacl platform=x86_64 -j2
scons: Reading SConscript files ...
SCons.Script:41: PyGIWarning: Notify was imported without specifying a version first. Use gi.require_version('Notify', '0.7') before import to ensure that the right version gets loaded.
scons: *** ("Ignoring missing SConscript 'scons-out/opt-ryoan-x86-64/obj/src/third_party/gtest/build.scons'",)
File "./site_scons/site_init.py", line 118, in BuildEnvironmentSConscripts
Makefile:24: recipe for target 'scons-out/opt-ryoan-x86-64/staging/sel_ldr' failed
make: *** [scons-out/opt-ryoan-x86-64/staging/sel_ldr] Error 2
Do you have any thoughts on it? Thanks!
The text was updated successfully, but these errors were encountered: