maintainer-feedback requested: [Bug 220941] devel/qt5-core: QStorageInfo::mountedVolumes() fails to read mountpoints
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 23 10:23:05 UTC 2017
Yuri Victorovich <yuri at rawbw.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to kde at FreeBSD.org:
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.
More information about the kde-freebsd
mailing list