[Bug 275494] [exp-run] lang/python311 as default python version
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275494] [exp-run] lang/python3.11 as default python version"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Feb 2024 10:35:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275494 Vladimir Druzenko <vvd@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nc@FreeBSD.org --- Comment #80 from Vladimir Druzenko <vvd@FreeBSD.org> --- (In reply to Antoine Brodin from comment #79) > https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-02-13_18h33m09s/logs/errors/libreoffice-24.2.0.3.log Isn't python related and was fixed in https://cgit.freebsd.org/ports/commit/?id=42b8f3c6826b6bd1d96c0da4df3f365a81c7b8a7 > https://pkg-status.freebsd.org/gohan04/data/140amd64-default-foo/2024-02-13_18h33m09s/logs/errors/openvswitch-2.17.3.log Have outdated version 2.17.3. Look like check python version is "ugly" parsing "3.1x" to "3.1" and compare with "3.4" - I saw same behavior a lot of times in different software. There is 2.17.9 release in same branch and 3.0.6, 3.1.4, 3.2.2 in newer branches (http://www.openvswitch.org/download/). Probably update port is the solution. Added maintainer to CC. -- You are receiving this mail because: You are on the CC list for the bug.