Skip to content

Problem with FreeBSD installation #37

@BertramScharpf

Description

@BertramScharpf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions