https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-plugins/vamp-aubio-plugins-0.5.1-r1 fails to compile. Discovered on: ppc64 (internal ref: ppc64_at)
Created attachment 664867 [details] build.log build log and emerge --info
ping
compiles fine on amd64 and i don't have access to ppc64 to verify the issue and verify it's fixed.
Created attachment 729762 [details] build.log (ppc64) Build fails on real ppc64 hardware.
Created attachment 729765 [details] emerge --info (ppc64)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=601a639d6dd08014867d9e93328e2851cc30f475 commit 601a639d6dd08014867d9e93328e2851cc30f475 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-03-15 18:31:17 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-03-15 18:32:09 +0000 media-plugins/vamp-aubio-plugins: configure only allows amd64/x86 Set KEYWORDS="-* ~amd64 ~x86" as the configure script doesn't allow any other platforms and it's not worth the effort right now to fix that, especially given it may never have worked. Closes: https://bugs.gentoo.org/748057 Signed-off-by: Sam James <sam@gentoo.org> media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild | 5 +++-- media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-)
configure script doesn't bother defining anything on linux for !amd64/x86: https://github.com/aubio/vamp-aubio-plugins/commit/7a8e644aa81f0a3672b4e140396f9afe17eb2627.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9987feeebebd8f44bc551842e84a42c284cba19b commit 9987feeebebd8f44bc551842e84a42c284cba19b Author: Sam James <sam@gentoo.org> AuthorDate: 2022-03-21 19:34:22 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-03-21 19:34:40 +0000 media-plugins/vamp-aubio-plugins: mark -x86 Can't be installed there either due to build system issues, same as PPC*. Closes: https://bugs.gentoo.org/744799 Bug: https://bugs.gentoo.org/748057 Signed-off-by: Sam James <sam@gentoo.org> media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.0.ebuild | 2 +- media-plugins/vamp-aubio-plugins/vamp-aubio-plugins-0.5.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)