Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928343 - app-misc/ddcutil installs the same files in both /lib/udev/rules.d/ and /usr/lib/udev/rules.d/ on split-usr profile
Summary: app-misc/ddcutil installs the same files in both /lib/udev/rules.d/ and /usr/...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-01 05:40 UTC by Viorel Munteanu
Modified: 2024-04-01 05:40 UTC (History)
1 user (show)

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


Attachments
emerge --info before switching (emerge-info.txt,25.41 KB, text/plain)
2024-04-01 05:40 UTC, Viorel Munteanu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Viorel Munteanu gentoo-dev 2024-04-01 05:40:39 UTC
Created attachment 889177 [details]
emerge --info before switching

I am on a split-usr profile and trying to switch to a merged-usr profile, merge-usr gives this error:

ERROR: Conflict for file '/lib/udev/rules.d/60-ddcutil-i2c.rules': [Errno 17] File exists: '/usr/lib/udev/rules.d/60-ddcutil-i2c.rules'
ERROR: Conflict for file '/lib/udev/rules.d/60-ddcutil-usb.rules': [Errno 17] File exists: '/usr/lib/udev/rules.d/60-ddcutil-usb.rules'
ERROR: Leaving '/lib' as a directory due to prior errors

Both pairs are installed by app-misc/ddcutil-2.1.4 and are otherwise identical.



After I uninstalled ddcutil I could switch with no errors and then reinstalled it, all went well, the bug only exists in split-usr profiles.