You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2021/09/13 12:03:01 UTC

[GitHub] [incubator-teaclave-sgx-sdk] brenzi opened a new issue #360: upgrade SDK and rust compiler urgently needed

brenzi opened a new issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360


   This SDK is behind Intel's SDK for quite a while already and the supported rust compiler is very old.
   
   We currently face a deadlock because https://github.com/dtolnay/proc-macro2/pull/296 breaks our build. We can't downgrade, because other dependencies request proc-macro2-1.0.29. But we can't upgrade because teaclave's rust compiler support is outdated.
   
   Please upgrade ASAP


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-970252525


   Update: Upgrade to rust-toolchain nightly-2021-11-13 is not possible, because of the following error:
   ```bash
   error[E0522]: definition of an unknown language item: `begin_panic_fmt`
      --> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1
       |
   406 | #[lang = "begin_panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `begin_panic_fmt`
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-970252525


   Update: Upgrade to rust-toolchain `nightly-2021-10-30` and later is not possible, because of the following error:
   ```bash
   error[E0522]: definition of an unknown language item: `begin_panic_fmt`
      --> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1
       |
   406 | #[lang = "begin_panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `begin_panic_fmt`
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231


   We were able to test it and it seems to work perfectly. `proc-macro` was updated to `v1.0.32` and rust version to `nightly-2021-10-01`, which successfully built & run. (https://github.com/integritee-network/worker/pull/486)
   Currently, not ver nice patching to a teaclave fork is neccesary for the mesalock libraries to work, since cargo does not allow patches to the same github repo. Other than that, nothing to complain about. Thanks alot for your effort!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-979652553


   @PiDelport 
   `v1.1.4-testing` can support `intel sgx sdk 2.15.1` and `dcap 1.12.1`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] brenzi commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
brenzi commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-962151062


   when can we expect the release of 1.1.4?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-989808142


   @haerdib I have upgraded rust-toolchain to `nightly-2021-11-01.`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-970336177


   @haerdib I will upgrade rust-toolchain again recently to support rust `edition 2021`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-951519092


   @sbellem 
   
   - The `master` branch fully supports Intel sgx sdk 2.14. The rust-toolchain is `nightly-2020-10-25`.(The `master` branch can also be compiled with `rust-nightly-2020-03-30)`
   - The `v1.1.4-testing` branch fully supports Intel sgx sdk 2.15. The rust-toolchain is `nightly-2021-09-13`.
   - After testing, the `v1.1.4-testing` branch will be merged into the `master` branch.
   - If you plan to use Intel sgx sdk 2.14 now, it is best to use the `master` branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] sbellem commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
sbellem commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-951476953


   A few questions & observations:
   
   * Is the `master` branch considered to be fully supportive of the C++ SDK 2.14?
   * Is there a reason why the `rust-toolchain` on `master` `is nightly-2020-10-25` whereas on the branch https://github.com/apache/incubator-teaclave-sgx-sdk/tree/v1.1.4-testing it's `nightly-2021-09-13`.
   * The branch https://github.com/apache/incubator-teaclave-sgx-sdk/tree/v1.1.4-testing is now at 2.15 for the C++ SDK. Are you planning to skip 2.14 in terms of releases, meaning that 1.1.4 will be for 2.15? 
   * Would it be possible to clarify which branch is best to use for the C++ SDK 2.14?
   
   Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] brenzi commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
brenzi commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-962151062


   when can we expect the release of 1.1.4?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-970252525


   Update: Upgrade to rust-toolchain nightly-2021-10-30 is not possible, because of the following error:
   ```bash
   error[E0522]: definition of an unknown language item: `begin_panic_fmt`
      --> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1
       |
   406 | #[lang = "begin_panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `begin_panic_fmt`
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231


   We were able to test it and it seems to work perfectly, thanks alot. `proc-macro` was updated to `v1.0.32` and rust version to `nightly-2021-10-01`, which successfully built. (https://github.com/integritee-network/worker/pull/486)
   Currently, ugly patching to a teaclave fork is neccesary for the mesalock libraries to work, since cargo does not allow patches to the same github repo. Other than that, nothing to complain about. Thanks alot for your effort!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-935801990


   @PiDelport sorry for the late upgrade. 
   I 'v upgraded the SDK to support rust-nightly-2021-09-13, and the updated vesion is `1.1.4.` The latest SDK has been pushed to `v1.1.4-testing` branch.
   Any respondes will be greatly welcome.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-970252525


   Update: Upgrade to rust-toolchain nightly-2021-10-30 and later is not possible, because of the following error:
   ```bash
   error[E0522]: definition of an unknown language item: `begin_panic_fmt`
      --> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1
       |
   406 | #[lang = "begin_panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `begin_panic_fmt`
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-989810983


   @PiDelport This issue has been resolved.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] PiDelport commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
PiDelport commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-933328339


   @mssun, @volcano0dr: Do you have any status update about the new release? Can SDK users or contributors do anything to help?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-970252525


   Some update: Upgrade to rust-toolchain nightly-2021-11-13 is not possible, because of the following error:
   ```bash
   error[E0522]: definition of an unknown language item: `begin_panic_fmt`
      --> /.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/19355dc/sgx_tstd/src/panicking.rs:406:1
       |
   406 | #[lang = "begin_panic_fmt"]
       | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ definition of unknown language item `begin_panic_fmt`
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] mssun commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-919570408


   @brenzi, as discussed with @volcano0dr, he's working on a new release recently. You'll see the changes in this month.
   
   In the meantime, I suggest to pin to a specific version (through vendoring) to avoid such problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] PiDelport commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
PiDelport commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-979839601


   Awesome!
   
   Does that resolve this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231


   We were able to test it and it seems to work perfectly. `proc-macro` was updated to `v1.0.32` and rust version to `nightly-2021-10-01`, which successfully built. (https://github.com/integritee-network/worker/pull/486)
   Currently, ugly patching to a teaclave fork is neccesary for the mesalock libraries to work, since cargo does not allow patches to the same github repo. Other than that, nothing to complain about. Thanks alot for your effort!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] brenzi commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
brenzi commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-962151062


   when can we expect the release of 1.1.4?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-979652553


   @PiDelport 
   `v1.1.4-testing` can support `intel sgx sdk 2.15.1` and `dcap 1.12.1`
   `v1.1.4-testing` has been merged into `master`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] PiDelport commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
PiDelport commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-979349550


   Upstream release: [Intel SGX SDK 2.15.1 Release Notes](https://download.01.org/intel-sgx/sgx-linux/2.15.1/docs/Intel_SGX_SDK_Release_Notes_Linux_2.15.1_Open_Source.pdf) (12 Nov 2021)
   
   Changes in version 2.15.1:
   
   > * Upgraded to OpenSSL 1.1.1l.
   
   Does `v1.1.4-testing` need any update for this?
   
   Is anything else still blocking it from being merged?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] sbellem commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
sbellem commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-951537208


   Thanks for the detailed answer @volcano0dr!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] mssun commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-918552275


   Thanks for the report. I'll link a related PR here: https://github.com/apache/incubator-teaclave-sgx-sdk/pull/349


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231


   We were able to test it and it seems to work perfectly. `proc-macro` was updated to `v1.0.32` and rust version to `nightly-2021-10-01`, which successfully built & run. (https://github.com/integritee-network/worker/pull/486)
   Currently, ugly patching to a teaclave fork is neccesary for the mesalock libraries to work, since cargo does not allow patches to the same github repo. Other than that, nothing to complain about. Thanks alot for your effort!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib edited a comment on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib edited a comment on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] haerdib commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
haerdib commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-958917231


   We were able to test it and it seems to work perfectly, thanks alot. `proc-macro` was updated to `v1.0.32` and rust version to `nightly-2021-10-01`, which successfully built. (https://github.com/integritee-network/worker/pull/486)
   Currently, ugly patching to a teaclave fork is neccesary for the mesalock libraries to work, since cargo does not allow patches to the same github repo. Other than that, nothing to complain about. Thanks alot for your effort!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #360: upgrade SDK and rust compiler urgently needed

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #360:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/360#issuecomment-938567118


   @brenzi SDK has been upgraded.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org