01:54:55 Hi, am i the only one have really bad time downloading omnios in US at ~250kb/s and failing multiple time 01:57:29 and the US mirror is not in sync with the one in europe, all of      omnios-r151052b aren't available 07:31:21 they appear to be in https://us-west.mirror.omnios.org/downloads/media/r151052/ but not in stable/ as linked to from the download page 07:31:53 although guest has left so that may not help them 10:23:02 m1ari - Thanks. I've fixed that link. 11:37:18 andyf: Could you give more information about building r151052 ?) 11:41:23 vetal_ - Yes, I can help. 11:42:36 I pushed a PR to r52 to update the version of the python packaging module but there hasn't been a release since then. If your clone is up to date then I think the best option is to build just the packaging module, update your local copy, then do a full build. 11:43:26 Or another option that doesn't need you to weaken the signature policy is that I can publish a signed hotfix for that package. 11:43:49 andyf: Thanks! So I need to install packaging manually, not via pkg update ? 11:44:29 Since the updated version hasn't been published yet, you can do: 11:44:35 pkg apply-hot-fix https://hf.omnios.org/r52/packaging.p5p 11:45:04 I expect there will be some releases this coming week to catch up on things like this. 11:46:28 andyf: Thanks, will try. So it is update from packaging-312 24.1-151052.0 to 24.2 11:46:57 Yes. If you want to do a dry run and see what it would do you can add -nv to the options. -n is dry run, -v is verbose. 11:51:50 andyf: Yes, it helped! -- Job 2 (library/python-3/attrs-312) terminated normally 11:52:12 andyf: Thanks! 11:53:23 Great. With any luck that will run right through now. 12:36:25 andyf: It failed in python-3/setuptools-312 :) 12:37:29 Let me try that on my system 12:39:04 Worked here. What was the error you saw? 12:42:26 andyf: https://gist.github.com/gusev-vitaliy/9ac46ead18e4240cc35482ad686ec334 12:48:11 andyf: It looks like it tries change system packages ? 12:53:09 It does. That's strange. Could you try adding this line to build/python312/common.sh ? 12:53:11 PEP518OPTS+=" --ignore-installed" 13:43:30 andyf: It helped! -- Job 1 (library/python-3/setuptools-312) terminated normally 14:45:35 Great, thanks. I will get that fixed in r52 too.