brenzi

Results 74 comments of brenzi

Congratulations for the Apache tribute. Any chance you can update mesalock crates along with the next version bump? However, this is a delicate issue for us. We'd be blocked if...

Yes, that cargo issue crosses me all the time. I'd be happy for some endorsing comments (or critique) on my suggestion to resolve this properly: https://github.com/rust-lang/cargo/issues/7497 I'm not sure a...

how did you build gdb for ubuntu 18.04? The manual build for `7.11` and `7.12` fails for me. **edit:** `7.12.1` works. Built like this on ubuntu 18.04: ``` sudo apt...

still get errors when debugging and breakpoints are ignored: ``` Source directories searched: /opt/intel/sgx_linux_x64_sdk_2.5.101.50123_nodebug/sgxsdk/lib64/gdb-sgx-plugin:$cdir:$cwd /opt/intel/sgx_linux_x64_sdk_2.5.101.50123_nodebug/sgxsdk/lib64/gdb-sgx-plugin/gdb_sgx_plugin.py:33: Error in sourced command file: Undefined command: "from". Try "help". Setting environment variable "LD_PRELOAD" to...

cheers, I'll have a look - but it will take time. Will this enter the next release?

This doesn't seem to work for me. If I build https://github.com/scs/test-no-std/tree/substrate-primitives with ``` cargo +nightly-2019-08-01 build ``` this goes through building `sgx_tstd` successfully But with ``` cargo +nightly-2019-10-04 build ```...

Just added a PR: https://github.com/baidu/rust-sgx-sdk/pull/61 for base58 However, I still get errors

You're quick! Thanks a lot. I've tried it but I'm still missing something. When building my project (https://github.com/brenzi/rust-ipfs-verifier/tree/master/sgx) I get ``` error: the #[global_allocator] in sgx_tstd conflicts with this global...

@elichai Thanks, that was it!

but to come back on the topic: wouldn't it be more sustainable to fork all these libraries individualy and submit PR's (that might never be merged...), but it would be...