Date: Sun, 23 Jan 2022 15:28:06 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@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-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261415 Bug ID: 261415 Summary: multimedia/onevpl: wrong python version used if newer python (than default) is installed ('make install' fails) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: jbeich@FreeBSD.org Reporter: jcfyecrayz@liamekaens.com Flags: maintainer-feedback?(jbeich@FreeBSD.org) Assignee: jbeich@FreeBSD.org If you have a newer python installed (say python3.10 now while python3.8 is= the default ports version), then 'make install' fails (or 'make check-plist'). . . =3D=3D=3D> Configuring for oneVPL-2022.0.2 . . -- Found Python3: /usr/local/bin/python3.10 (found version "3.10.2") found components: Interpreter Development Development.Module Development.Embed . . -- BUILD_PYTHON_BINDING : true . . Manually-specified variables were not used by the project: BOOST_PYTHON_SUFFIX CMAKE_VERBOSE_MAKEFILE Python_ADDITIONAL_VERSIONS . . =3D=3D=3D> Building for oneVPL-2022.0.2 . . [ 84% 101/116] /usr/bin/c++ -DLIBVA_SUPPORT -DPYBIND11_COMPILER_TYPE=3D\"_librs_abi\" -D_FORTIFY_SOURCE=3D2 -Dpyvpl_EXP= ORTS -I/usr/ports/multimedia/onevpl/work/oneVPL-2022.0.2/api -isystem /usr/local/include/python3.10 -z relro -z now -z noexecstack -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing=20 -isystem /usr/local/include -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -fPIC -fvisibility=3Dhidden -Wformat -Wformat-security -Werror=3Dformat-security -fstack-protector-strong -Wall -flto -std=3Dgnu++17 -MD -MT preview/python/binding/CMakeFiles/pyvpl.dir/bitstream.cpp.o -MF preview/python/binding/CMakeFiles/pyvpl.dir/bitstream.cpp.o.d -o preview/python/binding/CMakeFiles/pyvpl.dir/bitstream.cpp.o -c /usr/ports/multimedia/onevpl/work/oneVPL-2022.0.2/preview/python/binding/bi= tstream.cpp c++: warning: -z relro: 'linker' input unused [-Wunused-command-line-argume= nt] c++: warning: -z now: 'linker' input unused [-Wunused-command-line-argument] c++: warning: -z noexecstack: 'linker' input unused [-Wunused-command-line-argument] . . =3D=3D=3D> Registering installation for oneVPL-2022.0.2 as automatic /usr/ports/multimedia/onevpl/work/.PLIST.mktmp pkg-static: Unable to access file /usr/ports/multimedia/onevpl/work/stage/usr/local/lib/python3.8/pyvpl.cpyth= on-38.so:No such file or directory *** Error code 1 % ls /usr/ports/multimedia/onevpl/work/stage/usr/local/lib/python3.8 pyvpl.cpython-310.so --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261415-7788>