robotpkg/wip/can-utils bulk build results

Log for can-utils-2018.02.0 on Debian-12-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for can-utils-2018.02.0 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Debian-12-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for can-utils-2018.02.0 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20091122: tnftp-20151004~ssl found => Required system package gnupg>=1: gnupg-2.2.40 found => Required system package gzip: gzip-1.12 found => Required system package pax and tar archivers: pax found => Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found => Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.13 found ===> Done bootstrap-depends for can-utils-2018.02.0 ===> Installing full dependencies for can-utils-2018.02.0 => Dependency digest-20080510 already installed => Dependency tnftp-20151004~ssl already installed ===> Checking build options for can-utils-2018.02.0 => Building with no option. ===> Checking alternatives for can-utils-2018.02.0 => Use the GNU C compiler: c-compiler provided by gcc>=3 ===> Checking dependencies for can-utils-2018.02.0 => Required system package autoconf>=2.59: autoconf-2.71 found => Required system package automake>=1.8: automake-1.16.5 found => Required system package gcc>=3: gcc-12 found => Required system package GNU m4>=1.4: gm4-1.4.19 found ===> Done depends for can-utils-2018.02.0 ===> Extracting for can-utils-2018.02.0 => SHA1 checksums OK => RMD160 checksums OK ===> Configuring for can-utils-2018.02.0 => Running autoreconf in can-utils-2018.02.0/ autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: /usr/bin/aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory config/autoconf autoreconf: running: libtoolize --copy --force autoreconf: configure.ac: not using Intltool autoreconf: configure.ac: not using Gtkdoc autoreconf: running: /usr/bin/aclocal --force autoreconf: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: /usr/bin/automake --add-missing --copy --force-missing configure.ac:19: installing 'config/autoconf/compile' configure.ac:9: installing 'config/autoconf/config.guess' configure.ac:9: installing 'config/autoconf/config.sub' configure.ac:22: installing 'config/autoconf/install-sh' configure.ac:22: installing 'config/autoconf/missing' GNUmakefile.am: installing 'config/autoconf/depcomp' autoreconf: Leaving directory '.' => Modifying GNU configure scripts to avoid --recheck => Disabling fatal errors with C++ preprocessor in GNU configure scripts ===> Building for can-utils-2018.02.0 cansniffer.c: In function 'handle_bcm': cansniffer.c:507:19: error: 'SIOCGSTAMP' undeclared (first use in this function); did you mean 'SIOCGARP'? 507 | ioctl(fd, SIOCGSTAMP, &sniftab[id].currstamp); | ^~~~~~~~~~ | SIOCGARP cansniffer.c:507:19: note: each undeclared identifier is reported only once for each function it appears in make: *** [: cansniffer] Error 1 candump.c: In function 'main': candump.c:624:50: warning: '-' directive writing 1 byte into a region of size between 0 and 16 [-Wformat-overflow=] 624 | sprintf(fname, "candump-%04d-%02d-%02d_%02d%02d%02d.log", | ^ candump.c:624:17: note: 'sprintf' output between 30 and 82 bytes into a destination of size 31 624 | sprintf(fname, "candump-%04d-%02d-%02d_%02d%02d%02d.log", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 625 | now.tm_year + 1900, | ~~~~~~~~~~~~~~~~~~~ 626 | now.tm_mon + 1, | ~~~~~~~~~~~~~~~ 627 | now.tm_mday, | ~~~~~~~~~~~~ 628 | now.tm_hour, | ~~~~~~~~~~~~ 629 | now.tm_min, | ~~~~~~~~~~~ 630 | now.tm_sec); | ~~~~~~~~~~~ isotpdump.c: In function 'main': isotpdump.c:231:42: error: 'SIOCGSTAMP' undeclared (first use in this function); did you mean 'SIOCGARP'? 231 | ioctl(s, SIOCGSTAMP, &tv); | ^~~~~~~~~~ | SIOCGARP isotpdump.c:231:42: note: each undeclared identifier is reported only once for each function it appears in canlogserver.c: In function 'main': canlogserver.c:404:49: error: 'SIOCGSTAMP' undeclared (first use in this function); did you mean 'SIOCGARP'? 404 | if (ioctl(s[i], SIOCGSTAMP, &tv) < 0) | ^~~~~~~~~~ | SIOCGARP canlogserver.c:404:49: note: each undeclared identifier is reported only once for each function it appears in make: *** [: isotpdump] Error 1 make: *** [: canlogserver.o] Error 1 isotpsniffer.c: In function 'printbuf': isotpsniffer.c:94:31: error: 'SIOCGSTAMP' undeclared (first use in this function); did you mean 'SIOCGARP'? 94 | ioctl(socket, SIOCGSTAMP, tv); | ^~~~~~~~~~ | SIOCGARP isotpsniffer.c:94:31: note: each undeclared identifier is reported only once for each function it appears in make: *** [: isotpsniffer] Error 1 isotpperf.c: In function 'main': isotpperf.c:284:42: error: 'SIOCGSTAMP' undeclared (first use in this function); did you mean 'SIOCGARP'? 284 | ioctl(s, SIOCGSTAMP, &start_tv); | ^~~~~~~~~~ | SIOCGARP isotpperf.c:284:42: note: each undeclared identifier is reported only once for each function it appears in isotptun.c: In function 'main': isotptun.c:327:9: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] 327 | strncpy(ifr.ifr_name, name, IFNAMSIZ - 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [: isotpperf] Error 1 slcan_attach.c: In function 'main': slcan_attach.c:205:33: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation] 205 | strncpy (ifr.ifr_name, buf, IFNAMSIZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slcand.c: In function 'main': slcand.c:389:25: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 16 [-Wstringop-truncation] 389 | strncpy(ifr.ifr_name, buf, IFNAMSIZ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ slcanpty.c: In function 'can2pty': slcanpty.c:375:35: error: 'SIOCGSTAMP' undeclared (first use in this function); did you mean 'SIOCGARP'? 375 | if (ioctl(socket, SIOCGSTAMP, &tv) < 0) | ^~~~~~~~~~ | SIOCGARP slcanpty.c:375:35: note: each undeclared identifier is reported only once for each function it appears in make: *** [: slcanpty] Error 1 make: Target 'all' not remade because of errors. An unexpected error occured. The last 10 log lines are shown below. | /usr/bin/gcc cangen.o lib.o -o cangen | /usr/bin/gcc canbusload.o canframelen.o -o canbusload | /usr/bin/gcc log2long.o lib.o -o log2long | /usr/bin/gcc log2asc.o lib.o -o log2asc | /usr/bin/gcc asc2log.o lib.o -o asc2log | /usr/bin/gcc jacd.o libj1939.o -o jacd | /usr/bin/gcc jspy.o libj1939.o -o jspy | /usr/bin/gcc jsr.o libj1939.o -o jsr | /usr/bin/gcc testj1939.o libj1939.o -o testj1939 | make: Target 'all' not remade because of errors. For details or bug reports, check the complete log file in: /local/robotpkg/var/tmp/robotpkg/wip/can-utils/work/build.log make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/wip/can-utils/work/can-utils-2018.02.0/)] Error 2 make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:42: pkg-check-installed] Error 2 => Marking can-utils-2018.02.0 as broken ERROR: make: *** [package] Error 2 ===> Deinstalling for can-utils Removed digest-20080510 Removed tnftp-20151004~ssl