Date: Thu, 09 Dec 2021 22:07:32 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 260288] textproc/py-chardet - Cannot be concurrently installed for multiple versions of python Message-ID: <bug-260288-21822-kDq4vYayUk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-260288-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-260288-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D260288 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |needs-qa --- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> --- This port uses USE_PYTHON=3Dconcurrent, which all else being equal, should python-version suffix all files in LOCALBASE/bin. You may be seeing conflicts given you are switching between default Python versions. Specifically as an example, if a user has: DEFAULT_VERSIONS=3Dpython=3D3.8 1) And installs py-chardet, a 'default link' for LOCALBASE/bin/chardetect w= ill be installed pointing to LOCALBASE/bin/chardetect-3.8 User then switches to DEFAULT_VERSIONS=3Dpython=3D3.10 (without deinstalling py38-chardet)... 2) And installs py-chardet again , a 'default link' for LOCALBASE/bin/chardetect install is attempted, pointing to LOCALBASE/bin/chardetect-3.10, which conflicts with the installed 'default link' from (1) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-260288-21822-kDq4vYayUk>