[Bug 255663] UPDATING: Fix update error of python37->python38 with portmaster

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 6 17:09:23 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255663

            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 at FreeBSD.org
          Reporter: nork at ninth-nine.com
                CC: python at FreeBSD.org, sunpoet at FreeBSD.org
                CC: python at FreeBSD.org, sunpoet at FreeBSD.org

Created attachment 224731
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224731&action=edit
A patch for updating operation text.

In "For portmaster users" on "20210425",

  # REINSTALL="$(pkg info -o py37-\* | awk '{printf "%s ", $2}')"
  # pkg delete -f py37-\*

'portmaster $REBUILD' causes a updating error like devel/scons.

===>>> scons-py37-3.1.2_1 4/4 >> devel/py-setuptools at py37 (2/2)
===>  Installing for py37-setuptools-44.0.0_1
===>  Checking if py37-setuptools is already installed
===>   Registering installation for py37-setuptools-44.0.0_1 as automatic
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.
===>>> Installation of devel/py-setuptools at py37 (py37-setuptools-44.0.0_1)
succeeded
===>>> Returning to dependency check for devel/scons at py37
===>>> Dependency check complete for devel/scons at py37
===>>> scons-py37-3.1.2_1 4/4
===>  Cleaning for scons-py37-3.1.2_1
===>  scons-py37-3.1.2_1 Unknown flavor 'py37', possible flavors: py38 py27.
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/scons
===>>> make build failed for devel/scons at py37
===>>> Aborting update
===>>> Update for scons-py37-3.1.2_1 failed
===>>> Aborting update
===>>> 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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list