Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756037 - app-portage/unsymlink-lib: must not move /lib64/rc/plugins
Summary: app-portage/unsymlink-lib: must not move /lib64/rc/plugins
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-22 09:08 UTC by i.Dark_Templar
Modified: 2020-11-22 20:01 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.
Description i.Dark_Templar 2020-11-22 09:08:33 UTC
unsymlink-lib must keep /lib64/rc/plugins in place, while moving rest of /lib64/rc to /lib/rc.

Reproducible: Always

Steps to Reproduce:
1. emerge sys-boot/plymouth-openrc-plugin
2. migrate from amd64/17.0 to amd64/17.1 profile
3. emerge sys-boot/plymouth-openrc-plugin (again)
Actual Results:  
/lib64/rc/plugins/plymouth.so is moved to /lib/rc/plugins/plymouth.so. Upon re-emerge of sys-boot/plymouth-openrc-plugin, plugin is created in /lib64/rc/plugins/plymouth.so.

Plugin is used from /lib64/rc/plugins/plymouth.so. Tested this by removing /lib/rc/plugins/plymouth.so

Expected Results:  
If plugin from /lib64/rc/plugins is used, it must not be moved to /lib/rc/plugins.

Currently, move of plugins leads to untracked and unused files stored in /lib/rc/plugins.