robo-todd

Results 12 comments of robo-todd

I didn't know if this would be helpful to report to Rust compiler team, since there is no "minimal reproduction"... I mean the instructions to reproduce are short, but "build...

Yes I've run cargo clean and started over multiple times. This morning I've been repeating the process to reproduce the problem while monitoring top to make sure we're not running...

What versions of Rust are known to work if it is working for you? I didn't find a "Minimum Supported Rust Version" in the README.

Trying again this appears to work on 1.87.0, so something introduced in 1.88 and remaining up through 1.90 combined with something in the korina-3d and korina-icp files really does not...

Additional update: Fails to compile on nightly as well in a similar (but not identical) manner. ``` error: could not compile `kornia-3d` (lib) Caused by: process didn't exit successfully: `/home/todd/.rustup/toolchains/nightly-aarch64-unknown-linux-gnu/bin/rustc...

Thanks for the suggestion. The arm build of Rust seems to have a lot of differences after 1.87 or something. I can't use options to disable the linker because they...

I'm just trying to figure out what is so special about kornia-icp and kornia-3d. Other kornia-rs subcrates compile just fine, but something in these two is different out of the...

So I updated kiddo to 5.2.2 in Cargo.toml and made sure I ended up with it in Cargo.lock. This fails in the same manner on kornia-icp and kornia-3d. This is...

libsdl2-dev is installed on my system: Reading package lists... Done Building dependency tree... Done Reading state information... Done libsdl2-dev is already the newest version (2.0.20+dfsg-2ubuntu1.22.04.1).

SAPIEN 3 sounds great. I clone the repository, then run 'git submodule update --init'. Then I run: 'git checkout 3.0.0dev' I get: fatal: failed to unpack tree object 8ab7719390bcb3bfb585368538b4f55bfa0e5456 error:...