Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 694106 - [qt overlay] dev-qt/qtwebengine-5.13.1 with >=sys-kernel/linux-headers-5.2 - error: 'SIOCGSTAMP' was not declared in this scope
Summary: [qt overlay] dev-qt/qtwebengine-5.13.1 with >=sys-kernel/linux-headers-5.2 - ...
Status: RESOLVED DUPLICATE of bug 692352
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-09-11 23:30 UTC by Peter Levine
Modified: 2019-09-12 15:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qtwebengine-5.13.1-webrtc-missing-include.patch (qtwebengine-5.13.1-webrtc-missing-include.patch,585 bytes, patch)
2019-09-11 23:33 UTC, Peter Levine
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Levine 2019-09-11 23:30:40 UTC
Full error:

> ../../3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc: In function 'int64_t GetSocketRecvTimestamp(int)':
> ../../3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc:73:> 27: error: 'SIOCGSTAMP' was not declared in this scope; did you mean 'SIOCGRARP'?
>    73 |   int ret = ioctl(socket, SIOCGSTAMP, &tv_ioctl);
>       |                           ^~~~~~~~~~
>       |                           SIOCGRARP

The bug is related to: https://bugzilla.mozilla.org/show_bug.cgi?id=1567446#c0
Comment 1 Peter Levine 2019-09-11 23:33:28 UTC
Created attachment 589704 [details, diff]
qtwebengine-5.13.1-webrtc-missing-include.patch

Adapted from https://webrtc.googlesource.com/src/+/6806550d5d51a820104a12205d1f37ce0acebf19
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-09-12 05:47:43 UTC

*** This bug has been marked as a duplicate of bug 693684 ***
Comment 3 Andreas Sturmlechner gentoo-dev 2019-09-12 09:45:05 UTC

*** This bug has been marked as a duplicate of bug 692352 ***
Comment 4 Andreas Sturmlechner gentoo-dev 2019-09-12 09:46:11 UTC
Shoud have already been fixed by 71741eaa85e8cac49adef366366edfe89b723a04 in qt overlay.
Comment 5 Peter Levine 2019-09-12 15:27:00 UTC
(In reply to Andreas Sturmlechner from comment #4)
> Shoud have already been fixed by 71741eaa85e8cac49adef366366edfe89b723a04 in
> qt overlay.

I see.  Thanks.