From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 8 Jul 2019 12:30:02 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Message-ID: <20190708093002.GB5826@altlinux.org> References: <20190708075838.GA19130@gyle.altlinux.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Y7xTucakfITjPcLV" Content-Disposition: inline In-Reply-To: <20190708075838.GA19130@gyle.altlinux.org> Subject: [devel] I: SIOCGSTAMP and SIOCGSTAMPNS X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2019 09:30:02 -0000 Archived-At: List-Archive: List-Post: --Y7xTucakfITjPcLV Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 08, 2019 at 07:58:38AM +0000, ALT beekeeper wrote: > 19 NEW error logs [...] >=20 > bluez-5.50-alt1 > tools/rctest.c: In function 'recv_mode': > tools/rctest.c:507:19: error: 'SIOCGSTAMP' undeclared (first use in this= function); > did you mean 'SIOCGARP'? > if (ioctl(sk, SIOCGSTAMP, &tv) < 0) { > -- > tools/l2test.c: In function 'recv_mode': > tools/l2test.c:909:19: error: 'SIOCGSTAMP' undeclared (first use in this= function); > did you mean 'SIOCGARP'? > if (ioctl(sk, SIOCGSTAMP, &tv) < 0) { >=20 > dnsmasq-2.80-alt1 > dhcp.c: In function 'dhcp_packet': > dhcp.c:182:17: error: 'SIOCGSTAMP' undeclared (first use in this functio= n); did you mean > 'SIOCGARP'? > if (ioctl(fd, SIOCGSTAMP, &tv) =3D=3D 0) >=20 > firefox-67.0.4-alt2 > 36:21.15 > /usr/src/RPM/BUILD/firefox-67.0.4/mozilla/media/webrtc/trunk/webrtc/rtc_= base/physicalsocketserver.cc:67:27: > error: use of undeclared identifier 'SIOCGSTAMP' > 36:21.15 int ret =3D ioctl(socket, SIOCGSTAMP, &tv_ioctl); >=20 > ipmiutil-3.1.3-alt1 > /usr/bin/ld.default: iseltime.o: in function `get_sel_time': > /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:125: undefined referen= ce to `ipmi_cmdraw' > /usr/bin/ld.default: iseltime.o: in function `main': > /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:229: undefined referen= ce to > `parse_lan_options' > /usr/bin/ld.default: /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:2= 35: undefined > reference to `print_lan_opt_usage' > /usr/bin/ld.default: /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:2= 39: undefined > reference to `ipmi_getdeviceid' > /usr/bin/ld.default: /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:2= 41: undefined > reference to `show_outcome' > /usr/bin/ld.default: /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:2= 42: undefined > reference to `ipmi_close_' > /usr/bin/ld.default: iseltime.o: in function `get_sel_utc': > /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:98: undefined referenc= e to `ipmi_cmdraw' > /usr/bin/ld.default: iseltime.o: in function `main': > /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:264: undefined referen= ce to `ipmi_close_' > /usr/bin/ld.default: iseltime.o: in function `set_sel_utc': > /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:114: undefined referen= ce to `ipmi_cmdraw' > /usr/bin/ld.default: iseltime.o: in function `main': > /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:292: undefined referen= ce to `is_remote' > /usr/bin/ld.default: /usr/src/RPM/BUILD/ipmiutil-3.1.3/util/iseltime.c:3= 00: undefined > reference to `ipmi_close_' >=20 > ipsumdump-1.86-alt2 > fromdevice.cc: In member function 'virtual void FromDevice::selected(int= , int)': > fromdevice.cc:546:49: error: 'SIOCGSTAMP' was not declared in this scope > p->timestamp_anno().set_timeval_ioctl(_fd, SIOCGSTAMP); >=20 > linux-atm-2.5.1-alt5 > atmdump.c: In function 'main': > atmdump.c:142:18: error: 'SIOCGSTAMP' undeclared (first use in this func= tion); did you > mean 'SIOCGARP'? > if (ioctl(s,SIOCGSTAMP,&stamp) < 0) { >=20 > paketto-1.10-alt3.qa1 > ./pcap-linux.c: In function 'pcap_read_packet': > ./pcap-linux.c:568:24: error: 'SIOCGSTAMP' undeclared (first use in this= function); > did you mean 'SIOCGARP'? > if (ioctl(handle->fd, SIOCGSTAMP, &pcap_header.ts) =3D=3D -1) { >=20 > qemu-4.0.0-alt2 > cc -iquote /usr/src/RPM/BUILD/qemu-4.0.0/linux-user -iquote > linux-user -iquote /usr/src/RPM/BUILD/qemu-4.0.0/tcg -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/tcg/i386 -I/usr/src/RPM/BUILD/qemu-4.0.0/l= inux-headers > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-headers -iquote . -iquote > /usr/src/RPM/BUILD/qemu-4.0.0 -iquote /usr/src/RPM/BUILD/qemu-4.0.0/acce= l/tcg > -iquote /usr/src/RPM/BUILD/qemu-4.0.0/include -pthread -I/usr/include/gl= ib-2.0 > -I/usr/lib64/glib-2.0/include -I/usr/include/pcre -m64 -mcx16 -D_GNU_SOU= RCE > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredun= dant-decls -Wall > -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-c= ommon -fwrapv > -std=3Dgnu99 -pipe -frecord-gcc-switches -Wall -g -O2 -Wexpansion-to-de= fined -Wendif-labels > -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wneste= d-externs > -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-st= yle-declaration > -Wold-style-definition -Wtype-limits -fstack-protector-strong -I../linux= -headers > -iquote .. -iquote /usr/src/RPM/BUILD/qemu-4.0.0/target/cris -DNEED_CPU_= H -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/include -I/usr/src/RPM/BUILD/qemu-4.0.0/li= nux-user/cris > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user/host/x86_64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user -MMD -MP -MT linux-user/sysca= ll.o > -MF linux-user/syscall.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D2 -g > -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linux-user/syscall.o > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/syscall.c > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:222:9: error: 'SIOCGST= AMP' undeclared > here (not in a function); did you mean 'SIOCSRARP'? > IOCTL(SIOCGSTAMP, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timeval))) > -- > { TARGET_ ## cmd, cmd, #cmd, access, 0, { __VA_ARGS__ } }, > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:223:9: error: 'SIOCGST= AMPNS' undeclared > here (not in a function); did you mean 'SIOCGSTAMP_OLD'? > IOCTL(SIOCGSTAMPNS, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timespec))) > -- > cc -iquote /usr/src/RPM/BUILD/qemu-4.0.0/linux-user -iquote > linux-user -iquote /usr/src/RPM/BUILD/qemu-4.0.0/tcg -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/tcg/i386 -I/usr/src/RPM/BUILD/qemu-4.0.0/l= inux-headers > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-headers -iquote . -iquote > /usr/src/RPM/BUILD/qemu-4.0.0 -iquote /usr/src/RPM/BUILD/qemu-4.0.0/acce= l/tcg > -iquote /usr/src/RPM/BUILD/qemu-4.0.0/include -pthread -I/usr/include/gl= ib-2.0 > -I/usr/lib64/glib-2.0/include -I/usr/include/pcre -m64 -mcx16 -D_GNU_SOU= RCE > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredun= dant-decls -Wall > -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-c= ommon -fwrapv > -std=3Dgnu99 -pipe -frecord-gcc-switches -Wall -g -O2 -Wexpansion-to-de= fined -Wendif-labels > -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wneste= d-externs > -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-st= yle-declaration > -Wold-style-definition -Wtype-limits -fstack-protector-strong -I../linux= -headers > -iquote .. -iquote /usr/src/RPM/BUILD/qemu-4.0.0/target/arm -DNEED_CPU_H= -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/include -I/usr/src/RPM/BUILD/qemu-4.0.0/li= nux-user/arm > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user/host/x86_64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user -MMD -MP -MT linux-user/sysca= ll.o > -MF linux-user/syscall.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D2 -g > -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linux-user/syscall.o > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/syscall.c > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:222:9: error: 'SIOCGST= AMP' undeclared > here (not in a function); did you mean 'SIOCSRARP'? > IOCTL(SIOCGSTAMP, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timeval))) > -- > { TARGET_ ## cmd, cmd, #cmd, access, 0, { __VA_ARGS__ } }, > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:223:9: error: 'SIOCGST= AMPNS' undeclared > here (not in a function); did you mean 'SIOCGSTAMP_OLD'? > IOCTL(SIOCGSTAMPNS, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timespec))) > -- > cc -iquote /usr/src/RPM/BUILD/qemu-4.0.0/linux-user -iquote > linux-user -iquote /usr/src/RPM/BUILD/qemu-4.0.0/tcg -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/tcg/i386 -I/usr/src/RPM/BUILD/qemu-4.0.0/l= inux-headers > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-headers -iquote . -iquote > /usr/src/RPM/BUILD/qemu-4.0.0 -iquote /usr/src/RPM/BUILD/qemu-4.0.0/acce= l/tcg > -iquote /usr/src/RPM/BUILD/qemu-4.0.0/include -pthread -I/usr/include/gl= ib-2.0 > -I/usr/lib64/glib-2.0/include -I/usr/include/pcre -m64 -mcx16 -D_GNU_SOU= RCE > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredun= dant-decls -Wall > -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-c= ommon -fwrapv > -std=3Dgnu99 -pipe -frecord-gcc-switches -Wall -g -O2 -Wexpansion-to-de= fined -Wendif-labels > -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wneste= d-externs > -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-st= yle-declaration > -Wold-style-definition -Wtype-limits -fstack-protector-strong -I../linux= -headers > -iquote .. -iquote /usr/src/RPM/BUILD/qemu-4.0.0/target/i386 -DNEED_CPU_= H -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/include -I/usr/src/RPM/BUILD/qemu-4.0.0/li= nux-user/i386 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user/host/x86_64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user -MMD -MP -MT linux-user/sysca= ll.o > -MF linux-user/syscall.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D2 -g > -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linux-user/syscall.o > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/syscall.c > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:222:9: error: 'SIOCGST= AMP' undeclared > here (not in a function); did you mean 'SIOCSRARP'? > IOCTL(SIOCGSTAMP, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timeval))) > -- > { TARGET_ ## cmd, cmd, #cmd, access, 0, { __VA_ARGS__ } }, > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:223:9: error: 'SIOCGST= AMPNS' undeclared > here (not in a function); did you mean 'SIOCGSTAMP_OLD'? > IOCTL(SIOCGSTAMPNS, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timespec))) > -- > cc -iquote /usr/src/RPM/BUILD/qemu-4.0.0/linux-user -iquote > linux-user -iquote /usr/src/RPM/BUILD/qemu-4.0.0/tcg -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/tcg/i386 -I/usr/src/RPM/BUILD/qemu-4.0.0/l= inux-headers > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-headers -iquote . -iquote > /usr/src/RPM/BUILD/qemu-4.0.0 -iquote /usr/src/RPM/BUILD/qemu-4.0.0/acce= l/tcg > -iquote /usr/src/RPM/BUILD/qemu-4.0.0/include -pthread -I/usr/include/gl= ib-2.0 > -I/usr/lib64/glib-2.0/include -I/usr/include/pcre -m64 -mcx16 -D_GNU_SOU= RCE > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredun= dant-decls -Wall > -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-c= ommon -fwrapv > -std=3Dgnu99 -pipe -frecord-gcc-switches -Wall -g -O2 -Wexpansion-to-de= fined -Wendif-labels > -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wneste= d-externs > -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-st= yle-declaration > -Wold-style-definition -Wtype-limits -fstack-protector-strong -I../linux= -headers > -iquote .. -iquote /usr/src/RPM/BUILD/qemu-4.0.0/target/arm -DNEED_CPU_H= -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/include -I/usr/src/RPM/BUILD/qemu-4.0.0/li= nux-user/aarch64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user/host/x86_64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user -MMD -MP -MT linux-user/sysca= ll.o > -MF linux-user/syscall.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D2 -g > -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linux-user/syscall.o > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/syscall.c > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:222:9: error: 'SIOCGST= AMP' undeclared > here (not in a function); did you mean 'SIOCSRARP'? > IOCTL(SIOCGSTAMP, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timeval))) > -- > { TARGET_ ## cmd, cmd, #cmd, access, 0, { __VA_ARGS__ } }, > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:223:9: error: 'SIOCGST= AMPNS' undeclared > here (not in a function); did you mean 'SIOCGSTAMP_OLD'? > IOCTL(SIOCGSTAMPNS, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timespec))) > -- > cc -iquote /usr/src/RPM/BUILD/qemu-4.0.0/linux-user -iquote > linux-user -iquote /usr/src/RPM/BUILD/qemu-4.0.0/tcg -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/tcg/i386 -I/usr/src/RPM/BUILD/qemu-4.0.0/l= inux-headers > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-headers -iquote . -iquote > /usr/src/RPM/BUILD/qemu-4.0.0 -iquote /usr/src/RPM/BUILD/qemu-4.0.0/acce= l/tcg > -iquote /usr/src/RPM/BUILD/qemu-4.0.0/include -pthread -I/usr/include/gl= ib-2.0 > -I/usr/lib64/glib-2.0/include -I/usr/include/pcre -m64 -mcx16 -D_GNU_SOU= RCE > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredun= dant-decls -Wall > -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-c= ommon -fwrapv > -std=3Dgnu99 -pipe -frecord-gcc-switches -Wall -g -O2 -Wexpansion-to-de= fined -Wendif-labels > -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wneste= d-externs > -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-st= yle-declaration > -Wold-style-definition -Wtype-limits -fstack-protector-strong -I../linux= -headers > -iquote .. -iquote /usr/src/RPM/BUILD/qemu-4.0.0/target/arm -DNEED_CPU_H= -iquote > /usr/src/RPM/BUILD/qemu-4.0.0/include -I/usr/src/RPM/BUILD/qemu-4.0.0/li= nux-user/aarch64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user/host/x86_64 > -I/usr/src/RPM/BUILD/qemu-4.0.0/linux-user -MMD -MP -MT linux-user/sysca= ll.o > -MF linux-user/syscall.d -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D2 -g > -pipe -frecord-gcc-switches -Wall -g -O2 -c -o linux-user/syscall.o > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/syscall.c > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:222:9: error: 'SIOCGST= AMP' undeclared > here (not in a function); did you mean 'SIOCSRARP'? > IOCTL(SIOCGSTAMP, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timeval))) > -- > { TARGET_ ## cmd, cmd, #cmd, access, 0, { __VA_ARGS__ } }, > /usr/src/RPM/BUILD/qemu-4.0.0/linux-user/ioctls.h:223:9: error: 'SIOCGST= AMPNS' undeclared > here (not in a function); did you mean 'SIOCGSTAMP_OLD'? > IOCTL(SIOCGSTAMPNS, IOC_R, MK_PTR(MK_STRUCT(STRUCT_timespec))) >=20 > qt5-serialbus-5.12.4-alt1 > socketcanbackend.cpp: In member function 'void SocketCanBackend::readSoc= ket()': > socketcanbackend.cpp:697:41: error: 'SIOCGSTAMP' was not declared in thi= s scope > if (Q_UNLIKELY(ioctl(canSocket, SIOCGSTAMP, &timeStamp) < 0)) { >=20 > qt5-webengine-5.12.4-alt2 > [6404/22491] /usr/bin/g++ -MMD -MF > obj/third_party/webrtc/rtc_base/rtc_base_generic/physicalsocketserver.o.d > -DWEBRTC_BUILT_IN_SSL_ROOT_CERTIFICATES -DV8_DEPRECATION_WARNINGS -DUSE_= UDEV > -DUSE_AURA=3D1 -DUSE_NSS_CERTS=3D1 -DUSE_OZONE=3D1 -DNO_TCMALLOC -DFULL_= SAFE_BROWSING > -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM= _BUILD > -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=3D64 -D_LA= RGEFILE_SOURCE > -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D= NDEBUG > -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=3D0 -DWEBRTC_ENABLE_PROTOBUF= =3D1 -DHAVE_SCTP > -DENABLE_EXTERNAL_AUTH -DUSE_BUILTIN_SW_CODECS -DHAVE_WEBRTC_VIDEO -DHAV= E_WEBRTC_VOICE > -DLOGGING_INSIDE_WEBRTC -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=3D0 > -DGTEST_RELATIVE_PATH -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX > -DWEBRTC_LINUX -DABSL_ALLOCATOR_NOTHROW=3D1 -DNO_MAIN_THREAD_WRAPPING > -I../../../../src/3rdparty/chromium/third_party/boringssl/src/include > -Igen -I../../../../src/3rdparty/chromium > -I../../../../src/3rdparty/chromium/third_party/webrtc_overrides > -I../../../../src/3rdparty/chromium/third_party/webrtc -Igen > -I../../../../src/3rdparty/chromium/third_party/boringssl/src/include > -fno-strict-aliasing --param=3Dssp-buffer-size=3D4 -fstack-protector -fu= nwind-tables > -fPIC -pipe -pthread -m64 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D1 > -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-decl= arations > -fno-delete-null-pointer-checks -Wno-comments -Wno-dangling-else > -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-para= meter > -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-point= er -g0 > -fvisibility=3Dhidden -isystem ../../../../src/3rdparty/chromium/third_p= arty/abseil-cpp > -std=3Dgnu++14 -Wno-narrowing -Wno-attributes -Wno-class-memaccess > -Wno-subobject-linkage -fno-exceptions -fno-rtti -fvisibility-inlines-hi= dden -c > ../../../../src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalso= cketserver.cc > -o obj/third_party/webrtc/rtc_base/rtc_base_generic/physicalsocketserver= =2Eo > FAILED: obj/third_party/webrtc/rtc_base/rtc_base_generic/physicalsockets= erver.o > /usr/bin/g++ -MMD -MF > obj/third_party/webrtc/rtc_base/rtc_base_generic/physicalsocketserver.o.d > -DWEBRTC_BUILT_IN_SSL_ROOT_CERTIFICATES -DV8_DEPRECATION_WARNINGS -DUSE_= UDEV > -DUSE_AURA=3D1 -DUSE_NSS_CERTS=3D1 -DUSE_OZONE=3D1 -DNO_TCMALLOC -DFULL_= SAFE_BROWSING > -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DOFFICIAL_BUILD -DCHROMIUM= _BUILD > -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=3D64 -D_LA= RGEFILE_SOURCE > -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D= NDEBUG > -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=3D0 -DWEBRTC_ENABLE_PROTOBUF= =3D1 -DHAVE_SCTP > -DENABLE_EXTERNAL_AUTH -DUSE_BUILTIN_SW_CODECS -DHAVE_WEBRTC_VIDEO -DHAV= E_WEBRTC_VOICE > -DLOGGING_INSIDE_WEBRTC -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=3D0 > -DGTEST_RELATIVE_PATH -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX > -DWEBRTC_LINUX -DABSL_ALLOCATOR_NOTHROW=3D1 -DNO_MAIN_THREAD_WRAPPING > -I../../../../src/3rdparty/chromium/third_party/boringssl/src/include > -Igen -I../../../../src/3rdparty/chromium > -I../../../../src/3rdparty/chromium/third_party/webrtc_overrides > -I../../../../src/3rdparty/chromium/third_party/webrtc -Igen > -I../../../../src/3rdparty/chromium/third_party/boringssl/src/include > -fno-strict-aliasing --param=3Dssp-buffer-size=3D4 -fstack-protector -fu= nwind-tables > -fPIC -pipe -pthread -m64 -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D1 > -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-deprecated-decl= arations > -fno-delete-null-pointer-checks -Wno-comments -Wno-dangling-else > -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-unused-para= meter > -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-point= er -g0 > -fvisibility=3Dhidden -isystem ../../../../src/3rdparty/chromium/third_p= arty/abseil-cpp > -std=3Dgnu++14 -Wno-narrowing -Wno-attributes -Wno-class-memaccess > -Wno-subobject-linkage -fno-exceptions -fno-rtti -fvisibility-inlines-hi= dden -c > ../../../../src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalso= cketserver.cc > -o obj/third_party/webrtc/rtc_base/rtc_base_generic/physicalsocketserver= =2Eo > ../../../../src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalso= cketserver.cc: > In function 'int64_t GetSocketRecvTimestamp(int)': > ../../../../src/3rdparty/chromium/third_party/webrtc/rtc_base/physicalso= cketserver.cc:74:27: > error: 'SIOCGSTAMP' was not declared in this scope > int ret =3D ioctl(socket, SIOCGSTAMP, &tv_ioctl); >=20 > suricata-4.0.3-alt3 > source-af-packet.c: In function 'AFPRead': > source-af-packet.c:599:28: error: 'SIOCGSTAMP' undeclared (first use in = this function); > did you mean 'SIOCGRARP'? > if (ioctl(ptv->socket, SIOCGSTAMP, &p->ts) =3D=3D -1) { > -- > source-af-packet.c: In function 'AFPReadAndDiscard': > source-af-packet.c:1210:28: error: 'SIOCGSTAMP' undeclared (first use in= this function); > did you mean 'SIOCGRARP'? > if (ioctl(ptv->socket, SIOCGSTAMP, &ts) =3D=3D -1) { =F0=CF=D3=CC=C5 [1] =CF=D0=D2=C5=C4=C5=CC=C5=CE=C9=D1 =CD=C1=CB=D2=CF=D3=CF= =D7 SIOCGSTAMP =C9 SIOCGSTAMPNS =D0=C5=D2=C5=C5=C8=C1=CC=C9 =C9=DA =D7 , = =D7 =D2=C5=DA=D5=CC=D8=D4=C1=D4=C5 =DE=C5=C7=CF #include =C2=CF=CC=D8=DB=C5 =CE=C5 =D0=D2=C9=D7=CF=C4=C9=D4 = =CB =CF=D0=D2=C5=C4=C5=CC=C5=CE=C9=C0 =DC=D4=C9=C8 =CB=CF=CE=D3=D4=C1=CE=D4. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/comm= it/?id=3D0768e17073dc527ccd18ed5f96ce85f9985e9115 --=20 ldv --Y7xTucakfITjPcLV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJdIw0aAAoJEAVFT+BVnCUICr8P/jmnPgfsZgQMJZ3OmfL9H0xx yoLvcTxNPgOECBzbjPGxWgOYegiZ7gkkBKHzYVqKjSqoq7oO+SK7oEeC49kQrW6r 7jKXP8eKLqXYupEDSV6zilHe3CmJJElf2GiSShSR7y2qmO8i4mIWE1nxlDjyrXOq ktlLpk8QxZgWU4jPSl/xHJS7r0C+mUBWeBDtMi8DPI8xW7vhFxq/C0c4OSaILPQu ryhCtodmta+GPue36/P9PJjIBAN6IASY2+rBcKC8DAzT4zBQskAWnCnTO/eyam9b arFtUyYQ6467QwxY0Jdx1gp35cKT+5K5nQyJ4GuwQqBrafA2xgfnfwmyRtbQKwrQ 3yMLl+VnRfRLTo56233vBkzCrKQrS449HhPP5Ildwql53dBKmbCXi31LqDEwBV6+ Mdbum0UtWnjvuBQUvOof4yOG9hNtfhbl8L5TuoCj/hChBg8VQxZ0Oa16D4kX0CwN OvAjrrykKjINzN024ijpcp9JRCNwdIvcHj7kv901CdgAfo6L39Ni2paBq9pOtow/ 1gkyE85p1pi8q8Sb8ANrHk2aP8x8VlHxxrILLEbhiyuTu8/hXb3oWRTESSOBO0p+ MxmZMEdNFdOW5V5y4/LsSWxhAQ6QWGyqEZp8vA/q4GsqyKOlV5x2z+bBoJqlB/GT GgfOC1SS3A9REafqHFjw =5H0A -----END PGP SIGNATURE----- --Y7xTucakfITjPcLV--