Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943640 - net-fs/openafs-1.8.13 installs '.a' files without static-libs USE
Summary: net-fs/openafs-1.8.13 installs '.a' files without static-libs USE
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2024-11-16 16:17 UTC by Agostino Sarubbo
Modified: 2024-12-17 07:55 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,67.12 KB, application/x-xz)
2024-11-16 16:17 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-11-16 16:17:41 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-fs/openafs-1.8.13 installs '.a' files without static-libs USE.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0070
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-16 16:17:42 UTC
CC'ing also the author of the commit (0f31b49a7cacc5f9e71b5721c46879eb7c6d46bf)
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-16 16:17:43 UTC
Created attachment 908809 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 3 Cheyenne Wills 2024-11-17 05:11:51 UTC
Upstream has a restriction requiring static libraries.  The build fails when static libraries are disabled.  There is an explicit "--enable-static" set when econf is ran.
Comment 4 Cheyenne Wills 2024-12-12 20:15:08 UTC
Question - 

At this point in time, upstream requires the '--enable-static'.  How should I update the ebuild to satisfy the QA check?

For example, I could add +static-libs to the USE, and then produce an warning or error out if '-static-libs' is specified.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-16 19:49:41 UTC
I think the QA warning is indeed invalid here. I don't think the warning is in portage.git or gentoo.git's metadata/install-qa-check.d, so ago just needs to add it to an ignore list (correct me if I'm wrong), rather than us invent a variable to suppress it.
Comment 6 Agostino Sarubbo gentoo-dev 2024-12-17 07:55:48 UTC
(In reply to Sam James from comment #5)
> I think the QA warning is indeed invalid here. I don't think the warning is
> in portage.git or gentoo.git's metadata/install-qa-check.d, so ago just
> needs to add it to an ignore list (correct me if I'm wrong), rather than us
> invent a variable to suppress it.

completely right.

Thanks for letting me know.