Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832872 - sys-boot/plymouth[static-libs] - does not build and install shared libraries
Summary: sys-boot/plymouth[static-libs] - does not build and install shared libraries
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-07 23:58 UTC by Mathieu Okuyama
Modified: 2022-02-08 09:09 UTC (History)
0 users

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.
Description Mathieu Okuyama 2022-02-07 23:58:36 UTC
Plymouth build with static-libs use flag is missing .so libraries

Reproducible: Always

Steps to Reproduce:
1. # emerge -1v plymouth
2. # plymouth-set-default-theme gentoo-log
   /usr/lib64/plymouth/script.so does not exist
3. # USE=-static-libs emerge -1v plymouth
4. # plymouth-set-default-theme gentoo-logo # no errors
Actual Results:  
# plymouth-set-default-theme gentoo-log
   /usr/lib64/plymouth/script.so does not exist

Expected Results:  
# plymouth-set-default-theme gentoo-logo # no errors