https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-plugins/gst-plugins-webrtc-1.18.4-r1 fails to compile with dev-lang/python-exec[-native-symlinks]. Discovered on: amd64 (internal ref: ci) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html Please take a look at the tracker bug for more info.
CC'ing also the author of the commit (67bd5c2bf68b4eab4a1f13b77abd170a6ddedb62)
Created attachment 739362 [details] build.log build log and emerge --info
Created attachment 739365 [details] 1-meson-log.txt 1-meson-log.txt
Possible context of error(s): ../gst-plugins-bad-1.18.4/meson.build:514:4: ERROR: Problem encountered: /usr/bin/env: ‘python3’: No such file or directory
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aedfe44bb5427c414ba4660b6f8eb63b4dad634 commit 3aedfe44bb5427c414ba4660b6f8eb63b4dad634 Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2024-03-31 22:29:56 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2024-04-01 19:53:43 +0000 media-plugins/gst-plugins-webrtc: add 1.22.11, EAPI-8, touchups Drop gst-plugins-{base,bad} deps, we rely on the eclass and indirect RDEPEND for these in all other packages too. Do a single gstreamer_system_package() call as a micro-optimization, as it supports multiple arguments for less internal calls to gstreamer_get_plugin_dir(). Closes: https://bugs.gentoo.org/813159 Signed-off-by: Mart Raudsepp <leio@gentoo.org> media-plugins/gst-plugins-webrtc/Manifest | 2 +- ...10.ebuild => gst-plugins-webrtc-1.22.11.ebuild} | 23 +++++----------------- 2 files changed, 6 insertions(+), 19 deletions(-) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce2194fd23f5a7996c7d7fb8b55005ccdfac9ba commit 0ce2194fd23f5a7996c7d7fb8b55005ccdfac9ba Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2024-03-24 22:46:45 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2024-04-01 19:53:32 +0000 gstreamer-meson.eclass: add EAPI 8 support with pkg_setup and python-any-r1 pkg_setup is exported in EAPI-8 to proxy to python-any-r1_pkg_setup while being future-proof for any other changes and make it less surprising when some ebuild needs to important something else that exports pkg_setup too by not having it be implicit export via an indirect inherit. Bug: https://bugs.gentoo.org/834789 Bug: https://bugs.gentoo.org/807959 Bug: https://bugs.gentoo.org/804597 Bug: https://bugs.gentoo.org/804600 Bug: https://bugs.gentoo.org/804948 Bug: https://bugs.gentoo.org/805515 Bug: https://bugs.gentoo.org/808111 Bug: https://bugs.gentoo.org/808114 Bug: https://bugs.gentoo.org/813029 Bug: https://bugs.gentoo.org/813156 Bug: https://bugs.gentoo.org/813159 Bug: https://bugs.gentoo.org/834790 Bug: https://bugs.gentoo.org/834791 Bug: https://bugs.gentoo.org/834878 Bug: https://bugs.gentoo.org/835398 Bug: https://bugs.gentoo.org/843986 Bug: https://bugs.gentoo.org/866797 Bug: https://bugs.gentoo.org/866800 Bug: https://bugs.gentoo.org/866803 Bug: https://bugs.gentoo.org/866806 Bug: https://bugs.gentoo.org/866824 Bug: https://bugs.gentoo.org/866827 Bug: https://bugs.gentoo.org/866830 Bug: https://bugs.gentoo.org/866833 Bug: https://bugs.gentoo.org/866836 Bug: https://bugs.gentoo.org/866845 Bug: https://bugs.gentoo.org/866848 Bug: https://bugs.gentoo.org/866851 Bug: https://bugs.gentoo.org/866854 Bug: https://bugs.gentoo.org/866857 Bug: https://bugs.gentoo.org/866860 Bug: https://bugs.gentoo.org/866863 Bug: https://bugs.gentoo.org/866866 Bug: https://bugs.gentoo.org/866914 Bug: https://bugs.gentoo.org/866917 Bug: https://bugs.gentoo.org/866920 Bug: https://bugs.gentoo.org/866926 Bug: https://bugs.gentoo.org/888129 Bug: https://bugs.gentoo.org/907435 Bug: https://bugs.gentoo.org/907437 Bug: https://bugs.gentoo.org/907438 Bug: https://bugs.gentoo.org/907440 Bug: https://bugs.gentoo.org/907441 Bug: https://bugs.gentoo.org/907466 Bug: https://bugs.gentoo.org/907467 Bug: https://bugs.gentoo.org/907468 Bug: https://bugs.gentoo.org/907469 Signed-off-by: Mart Raudsepp <leio@gentoo.org> eclass/gstreamer-meson.eclass | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-)