From owner-svn-ports-all@freebsd.org Wed Mar 24 23:41:49 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D2E8E57B874; Wed, 24 Mar 2021 23:41:49 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F5Ps95fcnz3Qf2; Wed, 24 Mar 2021 23:41:49 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id B5E073C0199; Wed, 24 Mar 2021 23:41:43 +0000 (UTC) Date: Wed, 24 Mar 2021 23:41:43 +0000 From: Brooks Davis To: Ruslan Makhmatkhanov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r569127 - in head/textproc/py-chardet: . files Message-ID: <20210324234143.GH71823@spindle.one-eyed-alien.net> References: <202103241442.12OEg3X4051324@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0QFb0wBpEddLcDHQ" Content-Disposition: inline In-Reply-To: <202103241442.12OEg3X4051324@repo.freebsd.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4F5Ps95fcnz3Qf2 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 23:41:49 -0000 --0QFb0wBpEddLcDHQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 24, 2021 at 02:42:03PM +0000, Ruslan Makhmatkhanov wrote: > Author: rm > Date: Wed Mar 24 14:42:03 2021 > New Revision: 569127 > URL: https://svnweb.freebsd.org/changeset/ports/569127 >=20 > Log: > textproc/py-chardet: update to 4.0.0 Unfortunately this appears to have broken cmake's use of sphinx. The error I'm seeing is: Traceback (most recent call last): = =20 File "/usr/local/bin/sphinx-build", line 6, in from pkg_resources import load_entry_point =20 File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", = line=20 3251, in @_call_aside = =20 File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", = line=20 3235, in _call_aside=20 f(*args, **kwargs) = =20 File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", = line=20 3264, in _initialize_master_working_set working_set =3D WorkingSet._build_master() =20 File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", = line=20 585, in _build_master = =20 return cls._build_from_requirements(__requires__) File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", = line=20 598, in _build_from_requirements dists =3D ws.resolve(reqs, Environment()) File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", = line=20 786, in resolve = =20 raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'chardet<4,>=3D3.0.2' distribution = was not found and is required by requests = =20 --- Utilities/Sphinx/doc_format_man --- = *** [Utilities/Sphinx/doc_format_man] Error code 1 -- Brooks --0QFb0wBpEddLcDHQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJgW842AAoJEKzQXbSebgfAlMUH/ik61B/54CHeNpxilVoloPvp 9JSLan3uz2vkciBflwGIsZR3m9fCsn2HswNjilvKsJnmoQP7r8EpSpyzmUIOPxOU GwUDzJpuuyMUOGnFNSj56HEUMUNxuXV2X/6sH2FOPcvmhoeSoONHkVdPR74hm0TA ylUbjODZosHNg3zB8hzW3+lxCJZhNx864MZdIRBkf5RL/Uoeuyl06gxrTFxr8ayn G6I7iJsIZiomp23YbyNCWRtHhKiFcFXA9SL+oTpBqi7FuCd90L/xYyKsS1K5amPq 6+JbP36UU92/x+SsDsxKHDql0ISYsihTI7/H6vEYzH/E3EK7zYoEIIiInagokeg= =U287 -----END PGP SIGNATURE----- --0QFb0wBpEddLcDHQ--