Date: Thu, 06 May 2021 17:09:23 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 255663] UPDATING: Fix update error of python37->python38 with portmaster Message-ID: <bug-255663-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255663 Bug ID: 255663 Summary: UPDATING: Fix update error of python37->python38 with portmaster Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: nork@ninth-nine.com CC: python@FreeBSD.org, sunpoet@FreeBSD.org CC: python@FreeBSD.org, sunpoet@FreeBSD.org Created attachment 224731 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D224731&action= =3Dedit A patch for updating operation text. In "For portmaster users" on "20210425", # REINSTALL=3D"$(pkg info -o py37-\* | awk '{printf "%s ", $2}')" # pkg delete -f py37-\* 'portmaster $REBUILD' causes a updating error like devel/scons. =3D=3D=3D>>> scons-py37-3.1.2_1 4/4 >> devel/py-setuptools@py37 (2/2) =3D=3D=3D> Installing for py37-setuptools-44.0.0_1 =3D=3D=3D> Checking if py37-setuptools is already installed =3D=3D=3D> Registering installation for py37-setuptools-44.0.0_1 as autom= atic Installing py37-setuptools-44.0.0_1... Only /usr/local/bin/easy_install-3.7 script has been installed since Python 3.7 is not the default Python version. =3D=3D=3D>>> Installation of devel/py-setuptools@py37 (py37-setuptools-44.0= .0_1) succeeded =3D=3D=3D>>> Returning to dependency check for devel/scons@py37 =3D=3D=3D>>> Dependency check complete for devel/scons@py37 =3D=3D=3D>>> scons-py37-3.1.2_1 4/4 =3D=3D=3D> Cleaning for scons-py37-3.1.2_1 =3D=3D=3D> scons-py37-3.1.2_1 Unknown flavor 'py37', possible flavors: py3= 8 py27. *** Error code 1 Stop. make: stopped in /usr/ports/devel/scons =3D=3D=3D>>> make build failed for devel/scons@py37 =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for scons-py37-3.1.2_1 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> There are messages from installed ports to display, but first take a moment to review the error messages above. Then press Enter when ready to proceed. To fix this issue, specify '\*py37\*' instead of 'py37-\*'. And I confirmed some packages that causes this issue: bpython-py38-0.21 eric6-qt5-py38-21.4 gitinspector-py38-0.4.4_4 nuitka-py38-0.6.10.5 pylint-py38-2.8.2 scons-py38-3.1.2_1 thonny-py38-3.3.6 nagios-check_smartmon-py38-20100318_4 denyhosts-py38-3.1.2 dvdvideo-py38-20130117_2 ap24-py38-mod_wsgi-4.7.0 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255663-21822>