Summary: | devel/qt5-core: QStorageInfo::mountedVolumes() fails to read mountpoints | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | tcberner | ||||||
Priority: | --- | Flags: | tcberner:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Yuri Victorovich
![]() ![]() Created attachment 184625 [details]
patch
Please disregard my previous message.
The attached patch solves the problem.
Hi, we have already upstreamed that change recently: https://github.com/qt/qtbase/commit/fa3940cc4b5580070f465d1f64a23a69bc925367 But it seems we forgot to add it to the propper ports tree :D mfg Tobias Thanks! A commit references this bug: Author: tcberner Date: Sun Jul 23 10:56:03 UTC 2017 New revision: 446462 URL: https://svnweb.freebsd.org/changeset/ports/446462 Log: Fix QStorageInfo in devel/qt5-core. QStorageInfo did not return any valid data on FreeBSD. Add upstreamed patch: getmntinfo() was wrongly called with flag 0. This changes it to use MNT_NOWAIT. PR: 220941 Changes: head/devel/qt5-core/Makefile head/devel/qt5-core/files/patch-git_fa3940cc |