On Wed, Jul 10, 2024 at 2:02 AM Michael Schwendt <mschwe...@gmail.com> wrote:
> However, based on that one cannot conclude who may have created /usr/lib/qt6
> on your machine. It may be some other package that stores files in a
> directory _below_ (!) /usr/lib/qt6 and owns files there. It would be a
> packaging mistake. Query ownership of files below /usr/lib/qt6.

That's exactly it.

$ ls /usr/lib/qt6
plugins  qml
$ rpm -qf /usr/lib/qt6
file /usr/lib/qt6 is not owned by any package
$ rpm -qf /usr/lib/qt6/plugins
file /usr/lib/qt6/plugins is not owned by any package
$ rpm -qf /usr/lib/qt6/plugins/kf6
kf6-filesystem-6.3.0-1.fc40.x86_64
$ rpm -qf /usr/lib/qt6/qml
file /usr/lib/qt6/qml is not owned by any package
$ rpm -qf /usr/lib/qt6/qml/org
file /usr/lib/qt6/qml/org is not owned by any package
$ rpm -qf /usr/lib/qt6/qml/org/kde
kf6-filesystem-6.3.0-1.fc40.x86_64

The kf6-filesystem package is creating and owning directories without
owning the parents of those directories.  The same is true of the
kf5-filesystem package.
-- 
Jerry James
http://www.jamezone.org/
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to