Details
Description
build fails with glibc-2.30, but succeeds on another machine with similar software except for glibc-2.29
qtwebengine-5.13.0 failed in a similar manner
FAILED: obj/third_party/webrtc/rtc_base/rtc_base/physical_socket_server.o
ccache /var/lib/sorcery/build/g++ -MMD -MF obj/third_party/webrtc/rtc_base/rtc_base/physical_socket_server.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC
-DOFFICIAL_BUILD -DCHROMIUM_BUILD -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_STDC_CONSTANT_MACROS -D_STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIN
D -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DWEBRTC_ENABLE_PROTOBUF=1 -DRTC_ENABLE_VP9 -DHAVE_SCTP
-DENABLE_EXTERNAL_AUTH -DHAVE_WEBRTC_VIDEO -DHAVE_WEBRTC_VOICE -DLOGGING_INSIDE_WEBRTC -DW
EBRTC_LIBRARY_IMPL -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWE
BRTC_POSIX -DWEBRTC_LINUX -DABSL_ALLOCATOR_NOTHROW=1 -DNO_MAIN_THREAD_WRAPPING -I../../3rd
party/chromium/third_party/boringssl/src/include -Igen -I../../3rdparty/chromium -I../../3
rdparty/chromium/third_party/webrtc_overrides -I../../3rdparty/chromium/third_party/webrtc
-Igen/third_party/webrtc -I../../3rdparty/chromium/third_party/abseil-cpp -Igen -I../../3
rdparty/chromium/third_party/boringssl/src/include -fno-strict-aliasing --param=ssp-buffer
-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m64 -Wall -U_FORTIFY_SOURC
E D_FORTIFY_SOURCE=2 -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated
declarations -Wno-comments -Wno-dangling-else -Wno-packed-not-aligned -Wno-missing-field-i
nitializers Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -fno
omit-frame-pointer -g0 -fvisibility=hidden -std=gnu++14 -Wno-narrowing -Wno-attributes -Wn
o-class-memaccess -Wno-subobject-linkage -Wno-invalid-offsetof -fno-exceptions -fno-rtti -
fvisibility-inlines-hidden -c ../../3rdparty/chromium/third_party/webrtc/rtc_base/physical
_socket_server.cc -o obj/third_party/webrtc/rtc_base/rtc_base/physical_socket_server.o
../../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 |
Attachments
Issue Links
- duplicates
-
QTBUG-76963 Forgotten include causes qt not compile (master branch) error: 'SIOCGSTAMP' was not declared in this scope (another one)
- Closed