Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 748057

Summary: media-plugins/vamp-aubio-plugins-0.5.1-r1 fails to compile
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED UPSTREAM    
Severity: normal CC: fordfrog, sam
Priority: Normal    
Version: unspecified   
Hardware: PPC64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 744799    
Attachments: build.log
build.log (ppc64)
emerge --info (ppc64)

Description Agostino Sarubbo gentoo-dev 2020-10-12 13:12:49 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-12 13:12:51 UTC
Created attachment 664867 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-05-16 21:13:59 UTC
ping
Comment 3 Miroslav Ć ulc gentoo-dev 2021-06-30 17:38:53 UTC
compiles fine on amd64 and i don't have access to ppc64 to verify the issue and verify it's fixed.
Comment 4 ernsteiswuerfel archtester 2021-08-02 18:56:47 UTC
Created attachment 729762 [details]
build.log (ppc64)

Build fails on real ppc64 hardware.
Comment 5 ernsteiswuerfel archtester 2021-08-02 18:57:23 UTC
Created attachment 729765 [details]
emerge --info (ppc64)
Comment 6 Larry the Git Cow gentoo-dev 2022-03-15 18:32:19 UTC
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(-)
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-15 18:32:58 UTC
configure script doesn't bother defining anything on linux for !amd64/x86: https://github.com/aubio/vamp-aubio-plugins/commit/7a8e644aa81f0a3672b4e140396f9afe17eb2627.
Comment 8 Larry the Git Cow gentoo-dev 2022-03-21 19:34:50 UTC
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(-)