Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2022 11:09:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 261415] multimedia/onevpl: wrong python version used if newer python (than default) is installed ('make install' fails)
Message-ID:  <bug-261415-21822-MG1iEivPNJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261415-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261415-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261415

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch 2022Q1 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3Dd4d984097ef8f4a36b05b610f5ff8de=
7a22d58c2

commit d4d984097ef8f4a36b05b610f5ff8de7a22d58c2
Author:     John Hein <jcfyecrayz@liamekaens.com>
AuthorDate: 2022-01-24 16:02:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-02-11 11:08:43 +0000

    multimedia/onevpl: respect PYTHON_DEFAULT

    $ pkg install python311
    $ make -V PYTHON_DEFAULT
    3.8
    $ make clean all
    [...]
    -- Found Python3: /usr/local/bin/python3.11 (found version "3.11.0") fo=
und
components: Interpreter Development Development.Module Development.Embed
    [...]
    CMake Warning:
      Manually-specified variables were not used by the project:
    [...]
        Python_ADDITIONAL_VERSIONS
    [...]
    $ make check-plist
    =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
    =3D=3D=3D> Parsing plist
    =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
    Error: Orphaned: %%PYTHON_LIBDIR%%/pyvpl.cpython-311.so
    =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
    Error: Missing: %%PYTHON_LIBDIR%%/pyvpl%%PYTHON_EXT_SUFFIX%%.so
    =3D=3D=3D> Error: Plist issues found.
    *** Error code 1

    PR:             261415
    (cherry picked from commit 0378719b21c61d5a5d3dc8f31be7781fd7ff11ef)

 multimedia/onevpl/Makefile | 1 +
 1 file changed, 1 insertion(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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