Yuri Victorovich <[email protected]> has reassigned Bugzilla Automation <[email protected]>'s request for maintainer-feedback to [email protected]: Bug 220941: devel/qt5-core: QStorageInfo::mountedVolumes() fails to read mountpoints https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220941
--- Description --- Created attachment 184624 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184624&action=edit suggested patch to qstorageinfo__unix.cpp QStorageInfo::mountedVolumes() returns an empty list. See filelight (https://github.com/KDE/filelight) as a testcase. Particularly, src/localLister.cpp there. It looked like patching /usr/ports/devel/qt5-core/files/patch-src_corelib_io_qstorageinfo__unix.cpp should have helped, but it doesn't. It calls getfsstat which returns a non-empty list, but QStorageInfo::mountedVolumes() still returns an empty list.
