-
lundmanOK updated. Cheers.
-
lundmanOut of curiouosity though, why is "ld" so much noisier now?
-
tsoome?
-
Woodstocknow cloud-init fails to build, "ModuleNotFoundError: No module named 'requests'
-
andyfFails for me too. It's the dependencies installation step earlier, something similar to what was happening with pyyaml
-
andyfI wonder what has changed, and where?
-
andyf× pip subprocess to install build dependencies did not run successfully.
-
andyfThere is some python module that now uses rust, and the rust platform-info crate does not understand illumos
-
andyfexcept I see jclulow making changes there so there is hope!
-
Woodstockso the build will remain broken for now?
-
andyfplatform-info 2.0.2 looks ok for illumos, but something in the cloud-init build pulled in 2.0.1
-
andyfI'm still looking
-
andyfSo much for reproducible builds in the modern world
-
Woodstockso the build (for bloody at least) is pulling in stuff at whatever version the upstream is?
-
andyfWe need github.com/PyO3/maturin to publish a new release, all of the commits are there
-
andyfFor cloud-init, that's possible, although it's not what we want
-
andyfI have to head off but I'll be back in a bit
-
andyfIt 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.
-
andyfWe should be able to patch cloud-init to lock this on slightly older versions, I'll take a look
-
Woodstockgcc10 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
-
andyfbuild/files/soname.ignore needs updating then
-
andyfbuild/gcc10/files/soname.ignore
-
andyfI'll hopefully get a PR up for both shortly
-
andyfWoodstock - omniosorg/omnios-build #3300