* Package: net-misc/ntpclient-2018.244 * Repository: gentoo * Maintainer: monsieurp@gentoo.org ck+gentoo@bl4ckb0x.de,proxy-maint@gentoo.org * Upstream: https://github.com/troglobit/ntpclient/issues * USE: abi_x86_64 amd64 elibc_glibc kernel_linux syslog userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ntpclient-2018_244.tar.xz to /var/tmp/portage/net-misc/ntpclient-2018.244/work >>> Source unpacked in /var/tmp/portage/net-misc/ntpclient-2018.244/work >>> Preparing source in /var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/ntpclient-2018.244 --htmldir=/usr/share/doc/ntpclient-2018.244/html --libdir=/usr/lib64 --disable-debug --disable-replay --disable-mini --disable-obsolete --enable-siocgstamp --enable-syslog configure: loading site script /usr/share/config.site checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for ANSI C header files... (cached) yes checking for arpa/inet.h... yes checking for netinet/in.h... yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for syslog.h... yes checking for an ANSI C-conforming const... yes checking for uint16_t... yes checking for uint32_t... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating docs/Makefile config.status: creating man/Makefile config.status: creating ntpclient.service config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244' Making all in src make[2]: Entering directory '/var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=199309 -D_BSD_SOURCE -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter -Wpointer-arith -Winline -Wshadow -Waggregate-return -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -march=native -c -o adjtimex.o adjtimex.c x86_64-pc-linux-gnu-gcc -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter -Wpointer-arith -Winline -Wshadow -Waggregate-return -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -o adjtimex adjtimex.o x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=199309 -D_BSD_SOURCE -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter -Wpointer-arith -Winline -Wshadow -Waggregate-return -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -O2 -pipe -march=native -c -o ntpclient.o ntpclient.c ntpclient.c: In function ‘get_packet_timestamp’: ntpclient.c:290:17: error: ‘SIOCGSTAMP’ undeclared (first use in this function); did you mean ‘SIOCGARP’? 290 | if (ioctl(usd, SIOCGSTAMP, &udp_arrival) < 0) { | ^~~~~~~~~~ | SIOCGARP ntpclient.c:290:17: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Makefile:420: ntpclient.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244/src' make[1]: *** [Makefile:437: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244' make: *** [Makefile:334: all] Error 2 * ERROR: net-misc/ntpclient-2018.244::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-misc/ntpclient-2018.244::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/ntpclient-2018.244::gentoo'`. * The complete build log is located at '/var/log/portage/net-misc:ntpclient-2018.244:20190818-220036.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/ntpclient-2018.244/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/ntpclient-2018.244/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244' * S: '/var/tmp/portage/net-misc/ntpclient-2018.244/work/ntpclient-2018_244'