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

Bug 922950

Summary: media-libs/opensubdiv-3.6.0 installs '.a' files without static-libs USE
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Adrian <agrigo2001>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/35029
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 695878    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-01-26 07:56:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/opensubdiv-3.6.0 installs '.a' files without static-libs USE.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0070
Comment 1 Agostino Sarubbo gentoo-dev 2024-01-26 07:56:17 UTC
Created attachment 883152 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-02-14 09:29:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9cb4db94d5520e018a1a99d38d444c9c95d159

commit 5b9cb4db94d5520e018a1a99d38d444c9c95d159
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2024-01-21 18:01:51 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2024-02-14 09:26:38 +0000

    media-libs/opensubdiv: 3.6.0 update
    
    Removed all automagic dependencies.
    
    Changed CUDA interaction as a test-case for better binpkg support.
      - We adhere to CUDAARCHS or NVCCFLAGS.
      - For `MERGE_TYPE=source` we fall back to native.
      - For `MERGE_TYPE=buildonly` we fall back to all-major.
      - Removed clunky OSD_CUDA_NVCC_FLAGS which defaulted to ancient ARCHS.
    
    Replace src_install logic that removed extra files in favour of never installing them via src_prepare.
    
    Closes: https://bugs.gentoo.org/922952
    Closes: https://bugs.gentoo.org/922950
    Closes: https://bugs.gentoo.org/904070
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35029
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../files/opensubdiv-3.6.0-cudaflags.patch         |  20 ++
 .../opensubdiv-3.6.0-use-gnuinstalldirs.patch      |  38 ++++
 media-libs/opensubdiv/metadata.xml                 |   9 +
 media-libs/opensubdiv/opensubdiv-3.6.0.ebuild      | 222 +++++++++++++++------
 4 files changed, 232 insertions(+), 57 deletions(-)