Date: Sat, 20 Jun 2026 09:23:21 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 285957] lang/python312 as default python Message-ID: <bug-285957-21822-huRVAtkib3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-285957-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285957 Matthias Andree <mandree@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #271970| |maintainer-approval- Flags| | --- Comment #81 from Matthias Andree <mandree@FreeBSD.org> --- Created attachment 271970 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271970&action=edit scan current dir for patterns in *.log files and move to subdirectories named after pattern (In reply to Antoine Brodin from comment #79) I have downloaded all logs and grouped many of these by the prominent error with this script, I'll put some comment in parentheses. The ones at the bottom have individual failures. The script assumes ripgrep is installed, it just goes through all .log files and if it finds a pattern match, creates a subdirectory named after the pattern and moves the log there; the remainder is using tree to present them: [~/python312-failures]$ tree -n --dirsfirst | cat . ├── has no attribute (Python version incompatible) │ ├── py312-custom_inherit-2.3.1_1.log │ ├── py312-datashape-0.5.2.log │ ├── py312-foolscap-23.3.0_2.log │ ├── py312-goatools-1.1.6_5.log │ ├── py312-hieroglyph-2.1.0_1.log │ ├── py312-khard-0.20.0.log │ ├── py312-onionbalance-0.2.1_2.log │ ├── py312-pandas-datareader-0.9.0_4.log │ ├── py312-pyaxo-0.8.2_6.log │ ├── py312-pygeos-0.14_2.log │ ├── py312-python-jsonrpc-server-0.4.0_1.log │ ├── py312-pythonbrew-1.3_2.log │ ├── py312-sphinx_material-0.0.36_3.log │ ├── py312-StrEnum-0.4.15_1.log │ ├── py312-theano-1.0.5_5.log │ └── py312-xarray-simlab-0.5.0.5_4.log ├── incompatible integer to pointer conversion (C API change) │ ├── py312-simpleparse-2.2.4_1.log │ └── py312-xist-5.34_4.log ├── incompatible pointer to integer conversion (C API change) │ ├── dico-2.12_1.log │ └── py312-freebsd-0.9.5_1.log ├── incomplete definition of type │ └── py312-yappi-1.4.0_1.log ├── ModuleNotFoundError (Python version incompatible or dependencies off) │ ├── aubio-0.4.9_7.log │ ├── cpp2py-2.0.0_4.log │ ├── ifcopenshell-0.7.0.231127_5.log │ ├── ko-ibus-hangul-1.5.1_3.log │ ├── libpreludedb-5.2.0_1.log │ ├── mongodb80-8.0.12_10.log │ ├── ntk-1.3.1001_1.log │ ├── py312-astropy-helpers-4.0.1_4.log │ ├── py312-avahi-0.8_5.log │ ├── py312-brz-3.2.2_3.log │ ├── py312-cld-20150113_1.log │ ├── py312-cliapp-1.20180812.1_2.log │ ├── py312-gmsh-4.14.0_1.log │ ├── py312-grizzled-0.9.4_3.log │ ├── py312-http-parser-0.9.0_1.log │ ├── py312-pathtools-0.1.2_6.log │ ├── py312-pep562-1.1_1.log │ ├── py312-python-ptrace-0.9.8_1.log │ ├── py312-ros-vcstools-0.1.42_3.log │ ├── py312-scikit-fusion-0.2.1_6.log │ ├── tailor-0.9.37_2.log │ └── vamos-0.8.2.log ├── no member named (Python version incompatible) │ ├── py312-apache-beam-2.43.0_5.log │ ├── py312-compreffor-0.5.4_1.log │ ├── py312-fsph-0.3.0_1.log │ ├── py312-libgetar-1.1.7_2.log │ └── py312-macs2-2.2.9.1_3.log ├── No such file or directory (pkg-plist error, or unchecked build failure) │ ├── py312-icet-3.2_2.log │ ├── py312-phonopy-4.2.0.log │ └── py312-python-tools-3.12.13_1.log ├── TypeError (Python version incompatible) │ └── ja-mozc-server-2.23.2815.102.01_33.log ├── Unable to access file (pkg-plist error, or unchecked build failure) │ ├── bunkerweb-1.6.11.log │ ├── eclipse-pydev-13.1.0_3.log │ ├── jetbrains-clion-2026.1.2.log │ ├── mythtv-35.0_1,1.log │ ├── nest-3.10.log │ ├── py312-gau2grid-2.0.9.log │ ├── rumur-2026.03.11.log │ └── seahub-11.0.12_2.log These have individual failures according to some spot check. ├── blender4-4.5.5_4.log ├── librewolf-151.0.3_1.log ├── logs.txt ├── lvtk-2.0.0.r1.14.log ├── openvswitch-2.17.12.log ├── py312-bup-0.32.log ├── py312-fluent-logger-0.11.1.log ├── py312-leveldb-0.201_1.log ├── py312-librosa-0.11.0_3.log ├── py312-pyside2-5.15.19.log ├── py312-python-nss-1.0.1_4.log └── py312-torchaudio-2.11.0.log -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-285957-21822-huRVAtkib3>
