Build failure of chromium in next branch (synced as of today)
| ../../git/src/third_party/webrtc/rtc_base/physicalsocketserver.cc: In function 'int64_t GetSocketRecvTimestamp(int)':
| ../../git/src/third_party/webrtc/rtc_base/physicalsocketserver.cc:75:27: error: 'SIOCGSTAMP' was not declared in this scope; did you mean 'SIOCGARP'?
| int ret = ioctl(socket, SIOCGSTAMP, &tv_ioctl);
I will cherry-pick it and update the chromium68 recipe
Marius Vlad
February 28, 2020 at 6:09 PM
I've re-tested this now (as I can continue the build due to https://lf-automotivelinux.atlassian.net/browse/SPEC-3204 being fixed), but this is still fails when attempting to build chromium68, same error. Attaching the full build log.
Build failure of chromium in next branch (synced as of today)
| ../../git/src/third_party/webrtc/rtc_base/physicalsocketserver.cc: In function 'int64_t GetSocketRecvTimestamp(int)': | ../../git/src/third_party/webrtc/rtc_base/physicalsocketserver.cc:75:27: error: 'SIOCGSTAMP' was not declared in this scope; did you mean 'SIOCGARP'? | int ret = ioctl(socket, SIOCGSTAMP, &tv_ioctl);
Tried building using:
$ source meta-agl/scripts/aglsetup.sh -f -b qemux86-64 agl-devel agl-demo agl-hmi-framework agl-profile-graphical-html5 $ bitbake agl-demo-platform-html5