-
Guest49Hi, am i the only one have really bad time downloading omnios in US at ~250kb/s and failing multiple time
-
Guest49and the US mirror is not in sync with the one in europe, all of omnios-r151052b aren't available
-
m1arithey appear to be in us-west.mirror.omnios.org/downloads/media/r151052 but not in stable/ as linked to from the download page
-
m1arialthough guest has left so that may not help them
-
andyfm1ari - Thanks. I've fixed that link.
-
vetal_andyf: Could you give more information about building r151052 ?)
-
andyfvetal_ - Yes, I can help.
-
andyfI 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.
-
andyfOr another option that doesn't need you to weaken the signature policy is that I can publish a signed hotfix for that package.
-
vetal_andyf: Thanks! So I need to install packaging manually, not via pkg update ?
-
andyfSince the updated version hasn't been published yet, you can do:
-
andyfpkg apply-hot-fix hf.omnios.org/r52/packaging.p5p
-
andyfI expect there will be some releases this coming week to catch up on things like this.
-
vetal_andyf: Thanks, will try. So it is update from packaging-312 24.1-151052.0 to 24.2
-
andyfYes. 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.
-
vetal_andyf: Yes, it helped! -- Job 2 (library/python-3/attrs-312) terminated normally
-
vetal_andyf: Thanks!
-
andyfGreat. With any luck that will run right through now.
-
vetal_andyf: It failed in python-3/setuptools-312 :)
-
andyfLet me try that on my system
-
andyfWorked here. What was the error you saw?
-
vetal_
-
vetal_andyf: It looks like it tries change system packages ?
-
andyfIt does. That's strange. Could you try adding this line to build/python312/common.sh ?
-
andyfPEP518OPTS+=" --ignore-installed"
-
vetal_andyf: It helped! -- Job 1 (library/python-3/setuptools-312) terminated normally
-
andyfGreat, thanks. I will get that fixed in r52 too.