FreeBSD Bugzilla – Attachment 203143 Details for
Bug 236787
www/qt5-webengine: Support for KDE is disabled due intertwined libnotify references
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Excerpt from build logfile with errors if KDE support is re-enabled
build_excerpt.log (text/plain), 1.79 KB, created by
Kai Knoblich
on 2019-03-25 17:08:02 UTC
(
hide
)
Description:
Excerpt from build logfile with errors if KDE support is re-enabled
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2019-03-25 17:08:02 UTC
Size:
1.79 KB
patch
obsolete
>../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:589:19: error: use of undeclared identifier 'inotify_init' > inotify_fd_ = inotify_init(); > ^ >../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:633:27: error: use of undeclared identifier 'IN_MODIFY' > IN_MODIFY | IN_MOVED_TO) < 0) { > ^ >../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:633:39: error: use of undeclared identifier 'IN_MOVED_TO' > IN_MODIFY | IN_MOVED_TO) < 0) { > ^ >../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:911:28: error: use of undeclared identifier 'inotify_event' > char event_buf[(sizeof(inotify_event) + NAME_MAX + 1) * 4]; > ^ >../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:919:9: error: unknown type name 'inotify_event' > inotify_event* event = reinterpret_cast<inotify_event*>(event_ptr); > ^ >../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:919:49: error: unknown type name 'inotify_event' > inotify_event* event = reinterpret_cast<inotify_event*>(event_ptr); > ^ >../../../../qtwebengine-everywhere-src-5.12.1/src/3rdparty/chromium/net/proxy_resolution/proxy_config_service_linux.cc:921:37: error: use of undeclared identifier 'inotify_event' > CHECK_LE(event_ptr + sizeof(inotify_event), event_buf + r);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 236787
:
203141
|
203142
| 203143