Summary: | media-plugins/gst-plugins-cdparanoia-1.20.3 fails to compile with dev-lang/python-exec[-native-symlinks] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | GStreamer package maintainers <gstreamer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | igor.v.kovalenko, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 762406 | ||
Attachments: |
build.log
1-meson-log.txt |
Description
Agostino Sarubbo
![]() CC'ing also the author of the commit (795444d028f64b6b803c1c480699ba62545ce631) Created attachment 801259 [details]
build.log
build log and emerge --info
Created attachment 801262 [details]
1-meson-log.txt
1-meson-log.txt
Error(s) that match a know pattern: Dependency (anonymous) from subproject gl-headers found: NO (subproject failed to configure) ../gst-plugins-base-1.20.3/meson.build:497:0: ERROR: Command "/var/tmp/portage/media-plugins/gst-plugins-cdparanoia-1.20.3/work/gst-plugins-base-1.20.3/scripts/meson-pkg-config-file-fixup.py gstreamer-plugins-base-1.0 libraries" failed with status 127. Library bcm_host found: NO Library nvbuf_utils found: NO Program gst-tester-1.0 found: NO Program wayland-scanner found: NO Run-time dependency bcm_host found: NO (tried pkgconfig and cmake) Run-time dependency cdparanoia-3 found: NO (tried pkgconfig and cmake) Run-time dependency gudev-1.0 found: NO (tried pkgconfig and cmake) Run-time dependency valgrind found: NO (tried pkgconfig) Run-time dependency wayland-client found: NO (tried pkgconfig and cmake) Run-time dependency wayland-cursor found: NO (tried pkgconfig and cmake) Run-time dependency wayland-egl found: NO (tried pkgconfig and cmake) Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4562f484f565ecc5e16884084ac97c5fa15ffd commit 2f4562f484f565ecc5e16884084ac97c5fa15ffd Author: Mart Raudsepp <leio@gentoo.org> AuthorDate: 2024-03-25 06:18:19 +0000 Commit: Mart Raudsepp <leio@gentoo.org> CommitDate: 2024-04-01 19:53:32 +0000 media-plugins/gst-plugins-cdparanoia: add 1.22.11, EAPI-8 Closes: https://bugs.gentoo.org/866833 Signed-off-by: Mart Raudsepp <leio@gentoo.org> media-plugins/gst-plugins-cdparanoia/Manifest | 2 +- ...-cdparanoia-1.22.10.ebuild => gst-plugins-cdparanoia-1.22.11.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 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(-) |