02:31:40 OK updated. Cheers. 02:31:52 Out of curiouosity though, why is "ld" so much noisier now? 06:39:54 ? 14:45:08 now cloud-init fails to build, "ModuleNotFoundError: No module named 'requests' 14:55:28 Fails for me too. It's the dependencies installation step earlier, something similar to what was happening with pyyaml 14:55:34 I wonder what has changed, and where? 14:56:15 × pip subprocess to install build dependencies did not run successfully. 15:02:19 There is some python module that now uses rust, and the rust platform-info crate does not understand illumos 15:03:29 except I see jclulow making changes there so there is hope! 15:05:42 so the build will remain broken for now? 15:06:19 platform-info 2.0.2 looks ok for illumos, but something in the cloud-init build pulled in 2.0.1 15:06:24 I'm still looking 15:11:27 So much for reproducible builds in the modern world 15:17:08 so the build (for bloody at least) is pulling in stuff at whatever version the upstream is? 15:17:10 We need https://github.com/PyO3/maturin to publish a new release, all of the commits are there 15:17:42 For cloud-init, that's possible, although it's not what we want 15:17:51 I have to head off but I'll be back in a bit 15:46:19 It seems that the cloud-init source doesn't lock dependency versions. The bundled dependencies in other things like 'pkg' are locked, but that didn't stop the pyyaml problem from occuring. 15:46:39 We should be able to patch cloud-init to lock this on slightly older versions, I'll take a look 15:48:20 gcc10 is also failing, opt/gcc-10/lib/gcc/x86_64-pc-solaris2.11/10.5.0/plugin/libcc1plugin.so.0.0.0 is missing an SONAME 15:49:29 build/files/soname.ignore needs updating then 15:49:40 build/gcc10/files/soname.ignore 15:50:28 I'll hopefully get a PR up for both shortly 16:10:59 Woodstock - https://github.com/omniosorg/omnios-build/pull/3300