14:12:34 i'm trying to build a custom omnios iso, but the build fails in library/python-3/pyyaml-311 14:12:37 https://pastebin.com/gf70Gvnf 14:12:43 anyone have an idea whats wrong? 19:28:02 <|cos|> Woodstock: hard to read through all the "We value your privacy"-crap, but doesn't it look like a priviledge escalation issue? 20:16:19 Woodstock: I don't think you can run this as root 20:56:55 being root seems weird, but you'd need hadfl or andy for more 21:07:38 just tried to build pyyaml-311 and hitting the same issue. must be something recently introduced. thanks for the report Woodstock 21:07:50 thanks for checking hadfl 21:32:46 so in any case, i shouldn't be root when building omnios? 21:33:29 no, there is no need to be root to build omnios (apart from kayak-kernel which will elevate privileges) 21:33:54 https://github.com/yaml/pyyaml/issues/601 << this seems to be the issue with pyyaml. cython 3.0.0 was released 2 days ago 21:40:20 yeah pyyaml 6.0.1 (also released 2 days ago) works. we'll get PRs out to get this fixed. as an interim fix you can just bump the version in the pyyaml build to 6.0.1 Woodstock