The readthedocs service we use appears to be broken at the moment. Issue reported here (and in a dozen or more other places): https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-9556... <https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-955678833> There is a workaround, to pin the docutils<0.18 version, but I think better to just wait for readthedocs to fix the issue as it is affecting so many builds. If they haven’t fixed it in the next few days then I’ll try to apply the workaround. Regards, Mark.
It seems this isn't fixed yet, but pinning some 0.x dependency certainly doesn't sound right… Regards, Michael Am 01.11.21 um 02:46 schrieb Mark Webb-Johnson:
The readthedocs service we use appears to be broken at the moment. Issue reported here (and in a dozen or more other places):
https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-9556... <https://github.com/readthedocs/readthedocs.org/issues/8616#issuecomment-955678833>
There is a workaround, to pin the docutils<0.18 version, but I think better to just wait for readthedocs to fix the issue as it is affecting so many builds.
If they haven’t fixed it in the next few days then I’ll try to apply the workaround.
Regards, Mark.
-- Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal Fon 02333 / 833 5735 * Handy 0176 / 206 989 26
On 11/13/21 02:59, Michael Balzer wrote:
It seems this isn't fixed yet, but pinning some 0.x dependency certainly doesn't sound right…
I checked to see how FreeBSD handled this issue and it looks like they upgraded py-docutils to 0.18 but quickly reverted because that verson breaks cmake: - this breaks devel/cmake [ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinition.cxx.o --- Utilities/Sphinx/doc_format_man --- *** [Utilities/Sphinx/doc_format_man] Error code 1 make[3]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.4 1 error This reverts commit dc8aa7c1129a911155ec93a2dd61fc1591c197b7. Craig
I added the <0.18 requirement, to be at least able to build in the interim. Will check back with readthedocs later to see if they have a better solution. Regards, Mark.
On 14 Nov 2021, at 4:56 AM, Craig Leres <leres@xse.com> wrote:
On 11/13/21 02:59, Michael Balzer wrote:
It seems this isn't fixed yet, but pinning some 0.x dependency certainly doesn't sound right…
I checked to see how FreeBSD handled this issue and it looks like they upgraded py-docutils to 0.18 but quickly reverted because that verson breaks cmake:
- this breaks devel/cmake
[ 39%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmPropertyDefinition.cxx.o --- Utilities/Sphinx/doc_format_man --- *** [Utilities/Sphinx/doc_format_man] Error code 1
make[3]: stopped in /wrkdirs/usr/ports/devel/cmake/work/cmake-3.21.4 1 error
This reverts commit dc8aa7c1129a911155ec93a2dd61fc1591c197b7.
Craig _______________________________________________ OvmsDev mailing list OvmsDev@lists.openvehicles.com http://lists.openvehicles.com/mailman/listinfo/ovmsdev
participants (3)
-
Craig Leres -
Mark Webb-Johnson -
Michael Balzer