Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922950 - media-libs/opensubdiv-3.6.0 installs '.a' files without static-libs USE
Summary: media-libs/opensubdiv-3.6.0 installs '.a' files without static-libs USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adrian
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2024-01-26 07:56 UTC by Agostino Sarubbo
Modified: 2024-02-14 09:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,145.01 KB, text/plain)
2024-01-26 07:56 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)