Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with FreeBSD installation #37

Open
BertramScharpf opened this issue Mar 18, 2022 · 0 comments
Open

Problem with FreeBSD installation #37

BertramScharpf opened this issue Mar 18, 2022 · 0 comments

Comments

@BertramScharpf
Copy link

Hi,

in the FreeBSD port net/vde2, file aclocal.m4, line 861 says:

[am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])

This does no longer work in Python 3.10; it will yield "3.1".

A possible fix:

python3.10 -c "import sys; sys.stdout.write('.'.join([str(m) for m in sys.version_info[0:2]]))"

In case this problem does concern FreeBSD rather than your
project, please report it yourself. I will no longer report
any problems to the FreeBSD project since some of my reports
were totally ignored, some even for years.

Greetings,

Bertram

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant