Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2024 21:22:10 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports@freebsd.org
Subject:   UPDATING providing misinformation
Message-ID:  <Zrg8cpFS8fHtKVgs@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
Updating a circ Feb 2024 system with python 3.9.
Following ports/UPDATING

  # sh
  # portmaster -o lang/python311 python39
  # REINSTALL="$(pkg info -oq '*py39*')"
  # pkg delete -f "*py39*"
  # portmaster $REINSTALL
  # REBUILD=$(pkg query -g "%n:%dn" '*' | grep py3 | grep -v py311 | cut -d : -f 1 | sort -u)
  # portmaster $REBUILD
  # REBUILD2=$(pkg list | grep python-39 | xargs pkg which | awk '{print $6}' | sort -u)
  # portmaster $REBUILD2

The 'portmaster $REINSTALL' step leads to

===>>> /usr/ports/devel/py-setuptools_scm does not exist
===>>> Aborting update

% cd /usr/ports/devel
% ls | grep py-setup
py-setuptools/
py-setuptools-declarative-requirements/
py-setuptools-dso/
py-setuptools-gettext/
py-setuptools-git/
py-setuptools-git-versioning/
py-setuptools-pkg/
py-setuptools-rust/
py-setuptools-scm/

WTF?

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Zrg8cpFS8fHtKVgs>