| 4 Aug 2025 |
dramforever | kjeremy: so without the actual code we can't know for sure but if you put rustPlatform.cargoSetupHook in nativeBuildInputs it should work | 17:27:27 |
dramforever | wait ... should it? | 17:29:29 |
emily | are we sure that it's not just a missing C compiler for the build platform for build script stuff or something. idk | 17:32:36 |
dramforever | i'm not sure, but without the actual expression i can only just guess... | 17:38:13 |
dramforever | wait | 17:38:38 |
dramforever | nevermind, it probably is that | 17:38:43 |
dramforever | https://github.com/briansmith/ring/issues/2009 | 17:38:46 |
dramforever | Caused by:
process didn't exit successfully: /home/ibrahimkaan/remote-service/target/release/build/ring-bd52227bc0c72a9b/build-script-build (exit status: 1)
TARGET = Some("x86_64-unknown-linux-gnu")
HOST = Some("x86_64-unknown-linux-gnu")
| 17:39:22 |
dramforever | why can't i reproduce this then...? | 17:39:51 |
dramforever | oooh thank you i think i got it | 17:43:37 |
dramforever | zenoh_cpp_vendor is https://github.com/ros2/rmw_zenoh/tree/rolling/zenoh_cpp_vendor | 17:43:51 |
dramforever | which is https://github.com/eclipse-zenoh/zenoh-cpp | 17:44:03 |
dramforever | which depends on https://github.com/eclipse-zenoh/zenoh-c, which build-depends on zenoh (i'm going to stop posting links), which depends on ring | 17:45:22 |
dramforever | * which depends on https://github.com/eclipse-zenoh/zenoh-c, which build-depends on zenoh (i'm going to stop posting more links), which depends on ring | 17:45:32 |