Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 792294 - dev-libs/popt-1.18 static-libs useflag removal
Summary: dev-libs/popt-1.18 static-libs useflag removal
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-05-26 19:47 UTC by Alessandro Barbieri
Modified: 2021-05-27 02:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Ionen Wolkens gentoo-dev 2021-05-27 02:56:26 UTC
There's two revdeps for popt[static-libs], cryptsetup and gptfdisk. By removing this flag you'd be breaking them.

static-libs is allowed when it's used by something (typically rescue tools, some system critical tools, cases where shared libraries don't exist, etc...).

With your PR:
x86_64-pc-linux-gnu-g++ <snip> -static -luuid -lpopt  -o sgdisk
ld: cannot find -lpopt
collect2: error: ld returned 1 exit status

Also, this is usually something typically only done as parts of other cleanups, or during bumps.

I'll take the liberty to close this.