git: 8115936097b3 - main - security/py-[acme|certbot]: Update to 1.14.0
Yasuhiro Kimura
yasu at utahime.org
Thu Apr 15 04:37:27 UTC 2021
From: Juraj Lutter <otis at FreeBSD.org>
Subject: Re: git: 8115936097b3 - main - security/py-[acme|certbot]: Update to 1.14.0
Date: Wed, 14 Apr 2021 13:22:14 +0200
> Hi,
>
> did you do any tests? After update, poudriere shouts on me:
>
> Running Sphinx v3.5.2
>
> Encoding error:
> 'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128)
> The full traceback has been saved in /tmp/sphinx-err-u_3thyuo.log, if you want to report the issue to the developers.
> *** Error code 2
>
> Full log:
> https://freebsd-stable.builder.wilbury.net/data/12_STABLE_GENERIC_amd64-default-mzmon/2021-04-14_13h01m43s/logs/errors/py36-certbot-1.14.0,1.log
I tried build test of security/py-certbot from scratch with following
conditions.
Host: 13.0-RELEASE amd64
Poudriere: 3.3.6
Jail: 13.0-RELEASE amd64
Ports tree: 16bd70b5395a of main
Default python: 3.6
And got following result.
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/130amd64-default-python36/2021-04-15_13h07m13s/build.html
As you can see it failed because of build error of www/py-request-toolbelt.
https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/130amd64-default-python36/2021-04-15_13h07m13s/logs/errors/py36-requests-toolbelt-0.9.1.log
And it failed with similar error message as folloing
----------------------------------------------------------------------
=======================<phase: build >============================
===> Building for py36-requests-toolbelt-0.9.1
running build_sphinx
Running Sphinx v3.5.2
Encoding error:
'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128)
The full traceback has been saved in /tmp/sphinx-err-nly_d50p.log, if you want to report the issue to the developers.
*** Error code 1
Stop.
make: stopped in /usr/ports/www/py-requests-toolbelt
=>> Cleaning up wrkdir
===> Cleaning for py36-requests-toolbelt-0.9.1
build of www/py-requests-toolbelt | py36-requests-toolbelt-0.9.1 ended at Thu Apr 15 13:14:46 JST 2021
build time: 00:00:10
!!! build failure encountered !!!
----------------------------------------------------------------------
So the source of the problem seems to be combination of python 3.6 and
textproc/py-sphinx.
---
Yasuhiro Kimura
More information about the dev-commits-ports-all
mailing list