DEBUG: Executing python function autotools_aclocals
DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']
DEBUG: Python function autotools_aclocals finished
DEBUG: Executing shell function do_compile
NOTE: make
make all-recursive
make[1]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build'
Making all in api
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build/api'
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o daq_base.lo ../../daq-2.0.7/api/daq_base.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_base.c -fPIC -DPIC -o .libs/daq_base.o
../../daq-2.0.7/api/daq_base.c: In function 'daq_load_modules':
../../daq-2.0.7/api/daq_base.c:313:28: warning: the comparison will always evaluate as 'false' for the address of 'd_name' will never be NULL [-Waddress]
313 | if (de->d_name == NULL)
| ^~
In file included from TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include/dirent.h:61,
from ../../daq-2.0.7/api/daq_base.c:27:
TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include/bits/dirent.h:33:10: note: 'd_name' declared here
33 | char d_name[256]; /* We must not include limits.h! */
| ^~~~~~
../../daq-2.0.7/api/daq_base.c: In function 'daq_config_set_value':
../../daq-2.0.7/api/daq_base.c:535:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
535 | __FUNCTION__, (unsigned long) sizeof(struct _daq_dict_entry));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_base.c:542:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
542 | __FUNCTION__, (unsigned long) (strlen(key) + 1));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_base.c:555:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
555 | __FUNCTION__, (unsigned long) (strlen(value) + 1));
| ^~~~~~~~~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_base.c -o daq_base.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o daq_mod_ops.lo ../../daq-2.0.7/api/daq_mod_ops.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_mod_ops.c -fPIC -DPIC -o .libs/daq_mod_ops.o
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_mod_ops.c -o daq_mod_ops.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -version-info 2:4:0 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -o libdaq.la -rpath /usr/lib daq_base.lo daq_mod_ops.lo -ldl
libtool: link: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -shared -fPIC -DPIC .libs/daq_base.o .libs/daq_mod_ops.o -ldl -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -O2 -g -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -Wl,-soname -Wl,libdaq.so.2 -o .libs/libdaq.so.2.0.4
libtool: link: (cd ".libs" && rm -f "libdaq.so.2" && ln -s "libdaq.so.2.0.4" "libdaq.so.2")
libtool: link: (cd ".libs" && rm -f "libdaq.so" && ln -s "libdaq.so.2.0.4" "libdaq.so")
libtool: link: x86_64-oe-linux-gcc-ar cr .libs/libdaq.a daq_base.o daq_mod_ops.o
libtool: link: x86_64-oe-linux-gcc-ranlib .libs/libdaq.a
libtool: link: ( cd ".libs" && rm -f "libdaq.la" && ln -s "../libdaq.la" "libdaq.la" )
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_la-daq_base.lo `test -f 'daq_base.c' || echo '../../daq-2.0.7/api/'`daq_base.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_base.c -fPIC -DPIC -o .libs/libdaq_static_la-daq_base.o
../../daq-2.0.7/api/daq_base.c: In function 'daq_load_modules':
../../daq-2.0.7/api/daq_base.c:313:28: warning: the comparison will always evaluate as 'false' for the address of 'd_name' will never be NULL [-Waddress]
313 | if (de->d_name == NULL)
| ^~
In file included from TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include/dirent.h:61,
from ../../daq-2.0.7/api/daq_base.c:27:
TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include/bits/dirent.h:33:10: note: 'd_name' declared here
33 | char d_name[256]; /* We must not include limits.h! */
| ^~~~~~
../../daq-2.0.7/api/daq_base.c: In function 'daq_config_set_value':
../../daq-2.0.7/api/daq_base.c:535:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
535 | __FUNCTION__, (unsigned long) sizeof(struct _daq_dict_entry));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_base.c:542:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
542 | __FUNCTION__, (unsigned long) (strlen(key) + 1));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_base.c:555:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
555 | __FUNCTION__, (unsigned long) (strlen(value) + 1));
| ^~~~~~~~~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_base.c -o libdaq_static_la-daq_base.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_la-daq_mod_ops.lo `test -f 'daq_mod_ops.c' || echo '../../daq-2.0.7/api/'`daq_mod_ops.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_mod_ops.c -fPIC -DPIC -o .libs/libdaq_static_la-daq_mod_ops.o
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/api -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/api/daq_mod_ops.c -o libdaq_static_la-daq_mod_ops.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DSTATIC_MODULE_LIST -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -static -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -o libdaq_static.la -rpath /usr/lib libdaq_static_la-daq_base.lo libdaq_static_la-daq_mod_ops.lo
libtool: link: x86_64-oe-linux-gcc-ar cr .libs/libdaq_static.a libdaq_static_la-daq_base.o libdaq_static_la-daq_mod_ops.o
libtool: link: x86_64-oe-linux-gcc-ranlib .libs/libdaq_static.a
libtool: link: ( cd ".libs" && rm -f "libdaq_static.la" && ln -s "../libdaq_static.la" "libdaq_static.la" )
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build/api'
Making all in sfbpf
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build/sfbpf'
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_bpf_filter.lo `test -f 'sf_bpf_filter.c' || echo '../../daq-2.0.7/sfbpf/'`sf_bpf_filter.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_bpf_filter.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_bpf_filter.o
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:73:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
73 | #if defined(__hpux) || SOLARIS
| ^~~~~~~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:73:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:73:24: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
../../daq-2.0.7/sfbpf/sf_bpf_filter.c: In function 'sfbpf_filter':
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:301:23: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare]
301 | if (k >= buflen)
| ^~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:363:23: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare]
363 | if (k >= buflen)
| ^~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:381:23: warning: comparison of integer expressions of different signedness: 'int' and 'u_int' {aka 'unsigned int'} [-Wsign-compare]
381 | if (k >= buflen)
| ^~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c: In function 'sfbpf_validate':
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:566:19: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
566 | for (i = 0; i < len; ++i)
| ^
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:669:41: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
669 | if (from + p->k >= len)
| ^~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:677:42: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
677 | if (from + p->jt >= len || from + p->jf >= len)
| ^~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:677:65: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
677 | if (from + p->jt >= len || from + p->jf >= len)
| ^~
../../daq-2.0.7/sfbpf/sf_bpf_filter.c: At top level:
../../daq-2.0.7/sfbpf/sf_bpf_filter.c:45:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
45 | static const char rcsid[] =
| ^~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_bpf_filter.c -o libsfbpf_la-sf_bpf_filter.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_bpf_printer.lo `test -f 'sf_bpf_printer.c' || echo '../../daq-2.0.7/sfbpf/'`sf_bpf_printer.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_bpf_printer.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_bpf_printer.o
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_bpf_printer.c -o libsfbpf_la-sf_bpf_printer.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_gencode.lo `test -f 'sf_gencode.c' || echo '../../daq-2.0.7/sfbpf/'`sf_gencode.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_gencode.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_gencode.o
In file included from ../../daq-2.0.7/sfbpf/sf_gencode.c:78:
../../daq-2.0.7/sfbpf/sf_gencode.c: In function 'sf_sdup':
../../daq-2.0.7/sfbpf/sfbpf-int.h:44:44: warning: right-hand operand of comma expression has no effect [-Wunused-value]
43 | (strncpy((x), (y), (z)), \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
44 | ((z) <= 0 ? 0 : ((x)[(z) - 1] = '\0')), \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
45 | strlen((y)))
| ~~~~~~~~~~~~
../../daq-2.0.7/sfbpf/sf_gencode.c:339:5: note: in expansion of macro 'strlcpy'
339 | strlcpy(cp, s, n);
| ^~~~~~~
../../daq-2.0.7/sfbpf/sf_gencode.c: In function 'sf_gen_scode':
../../daq-2.0.7/sfbpf/sf_gencode.c:6047:34: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
6047 | if (off_linktype == -1 && tproto == Q_DEFAULT)
| ^~
../../daq-2.0.7/sfbpf/sf_gencode.c: In function 'sf_gen_mcode6':
../../daq-2.0.7/sfbpf/sf_gencode.c:6407:26: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int' [-Wsign-compare]
6407 | if (sizeof(mask) * 8 < masklen)
| ^
../../daq-2.0.7/sfbpf/sf_gencode.c: In function 'sf_gen_ncode':
../../daq-2.0.7/sfbpf/sf_gencode.c:6374:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
6374 | syntax();
| ^~~~~~~~
../../daq-2.0.7/sfbpf/sf_gencode.c:6377:9: note: here
6377 | default:
| ^~~~~~~
../../daq-2.0.7/sfbpf/sf_gencode.c: At top level:
../../daq-2.0.7/sfbpf/sf_gencode.c:26:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
26 | static const char rcsid[] =
| ^~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_gencode.c -o libsfbpf_la-sf_gencode.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_nametoaddr.lo `test -f 'sf_nametoaddr.c' || echo '../../daq-2.0.7/sfbpf/'`sf_nametoaddr.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_nametoaddr.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_nametoaddr.o
../../daq-2.0.7/sfbpf/sf_nametoaddr.c:29:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
29 | static const char rcsid[] =
| ^~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_nametoaddr.c -o libsfbpf_la-sf_nametoaddr.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_optimize.lo `test -f 'sf_optimize.c' || echo '../../daq-2.0.7/sfbpf/'`sf_optimize.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_optimize.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_optimize.o
../../daq-2.0.7/sfbpf/sf_optimize.c: In function 'opt_peep':
../../daq-2.0.7/sfbpf/sf_optimize.c:933:20: warning: comparison of integer expressions of different signedness: 'sfbpf_int32' {aka 'int'} and 'unsigned int' [-Wsign-compare]
933 | if (b->s.k == 0xffffffff)
| ^~
../../daq-2.0.7/sfbpf/sf_optimize.c:964:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'sfbpf_int32' {aka 'int'} [-Wsign-compare]
964 | v = (unsigned) v > b->s.k;
| ^
../../daq-2.0.7/sfbpf/sf_optimize.c:968:34: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'sfbpf_int32' {aka 'int'} [-Wsign-compare]
968 | v = (unsigned) v >= b->s.k;
| ^~
../../daq-2.0.7/sfbpf/sf_optimize.c: In function 'convert_code_r':
../../daq-2.0.7/sfbpf/sf_optimize.c:2172:23: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
2172 | for (off = 0; off < slen && src; off++)
| ^
../../daq-2.0.7/sfbpf/sf_optimize.c:2200:17: warning: comparison of integer expressions of different signedness: 'u_int' {aka 'unsigned int'} and 'int' [-Wsign-compare]
2200 | if (off == slen - 2) /*??? */
| ^~
../../daq-2.0.7/sfbpf/sf_optimize.c: At top level:
../../daq-2.0.7/sfbpf/sf_optimize.c:26:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=]
26 | static const char rcsid[] =
| ^~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sf_optimize.c -o libsfbpf_la-sf_optimize.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sfbpf-int.lo `test -f 'sfbpf-int.c' || echo '../../daq-2.0.7/sfbpf/'`sfbpf-int.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sfbpf-int.c -fPIC -DPIC -o .libs/libsfbpf_la-sfbpf-int.o
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/sfbpf/sfbpf-int.c -o libsfbpf_la-sfbpf-int.o >/dev/null 2>&1
bison -y -p sfbpf_ -d ../../daq-2.0.7/sfbpf/grammar.y
../../daq-2.0.7/sfbpf/grammar.y:289.13-14: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
289 | %type <s> ID
| ^~
../../daq-2.0.7/sfbpf/grammar.y:290.13-15: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
290 | %type <e> EID
| ^~~
../../daq-2.0.7/sfbpf/grammar.y:291.13-15: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
291 | %type <e> AID
| ^~~
../../daq-2.0.7/sfbpf/grammar.y:292.13-15: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
292 | %type <s> HID HID6
| ^~~
../../daq-2.0.7/sfbpf/grammar.y:292.17-20: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
292 | %type <s> HID HID6
| ^~~~
../../daq-2.0.7/sfbpf/grammar.y:293.13-15: warning: POSIX yacc reserves %type to nonterminals [-Wyacc]
293 | %type <i> NUM action reason type subtype type_subtype dir
| ^~~
mv y.tab.c sf_grammar.c
mv y.tab.h tokdefs.h
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_grammar.lo `test -f 'sf_grammar.c' || echo '../../daq-2.0.7/sfbpf/'`sf_grammar.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c sf_grammar.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_grammar.o
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c sf_grammar.c -o libsfbpf_la-sf_grammar.o >/dev/null 2>&1
../../daq-2.0.7/sfbpf/runlex.sh flex -Psfbpf_ -osf_scanner.c ../../daq-2.0.7/sfbpf/scanner.l
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libsfbpf_la-sf_scanner.lo `test -f 'sf_scanner.c' || echo '../../daq-2.0.7/sfbpf/'`sf_scanner.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c sf_scanner.c -fPIC -DPIC -o .libs/libsfbpf_la-sf_scanner.o
../../daq-2.0.7/sfbpf/scanner.l:85:9: warning: "yylval" redefined
85 | #define yylval pcap_lval
| ^~~~~~
<command-line>: note: this is the location of the previous definition
sf_scanner.c:4362:16: warning: 'input' defined but not used [-Wunused-function]
4362 | #else
| ^
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/sfbpf -I.. -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c sf_scanner.c -o libsfbpf_la-sf_scanner.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -Dyylval=sfbpf_lval -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -version-info 0:1:0 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -o libsfbpf.la -rpath /usr/lib libsfbpf_la-sf_bpf_filter.lo libsfbpf_la-sf_bpf_printer.lo libsfbpf_la-sf_gencode.lo libsfbpf_la-sf_nametoaddr.lo libsfbpf_la-sf_optimize.lo libsfbpf_la-sfbpf-int.lo libsfbpf_la-sf_grammar.lo libsfbpf_la-sf_scanner.lo
libtool: link: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -shared -fPIC -DPIC .libs/libsfbpf_la-sf_bpf_filter.o .libs/libsfbpf_la-sf_bpf_printer.o .libs/libsfbpf_la-sf_gencode.o .libs/libsfbpf_la-sf_nametoaddr.o .libs/libsfbpf_la-sf_optimize.o .libs/libsfbpf_la-sfbpf-int.o .libs/libsfbpf_la-sf_grammar.o .libs/libsfbpf_la-sf_scanner.o -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -O2 -g -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -Wl,-soname -Wl,libsfbpf.so.0 -o .libs/libsfbpf.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libsfbpf.so.0" && ln -s "libsfbpf.so.0.0.1" "libsfbpf.so.0")
libtool: link: (cd ".libs" && rm -f "libsfbpf.so" && ln -s "libsfbpf.so.0.0.1" "libsfbpf.so")
libtool: link: x86_64-oe-linux-gcc-ar cr .libs/libsfbpf.a libsfbpf_la-sf_bpf_filter.o libsfbpf_la-sf_bpf_printer.o libsfbpf_la-sf_gencode.o libsfbpf_la-sf_nametoaddr.o libsfbpf_la-sf_optimize.o libsfbpf_la-sfbpf-int.o libsfbpf_la-sf_grammar.o libsfbpf_la-sf_scanner.o
libtool: link: x86_64-oe-linux-gcc-ranlib .libs/libsfbpf.a
libtool: link: ( cd ".libs" && rm -f "libsfbpf.la" && ln -s "../libsfbpf.la" "libsfbpf.la" )
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build/sfbpf'
Making all in os-daq-modules
make[2]: Entering directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build/os-daq-modules'
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_modules_la-daq_static_modules.lo `test -f 'daq_static_modules.c' || echo '../../daq-2.0.7/os-daq-modules/'`daq_static_modules.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_static_modules.c -fPIC -DPIC -o .libs/libdaq_static_modules_la-daq_static_modules.o
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_static_modules.c -o libdaq_static_modules_la-daq_static_modules.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_modules_la-daq_afpacket.lo `test -f 'daq_afpacket.c' || echo '../../daq-2.0.7/os-daq-modules/'`daq_afpacket.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_afpacket.c -fPIC -DPIC -o .libs/libdaq_static_modules_la-daq_afpacket.o
In file included from ../../daq-2.0.7/os-daq-modules/daq_afpacket.c:42:
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'bind_instance_interface':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:126:49: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
126 | DPE(afpc->errbuf, "%s: bind(%s): %s\n", __FUNCTION__, instance->name, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:133:49: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
133 | DPE(afpc->errbuf, "%s: getsockopt: %s", __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'set_up_ring':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:148:88: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
148 | DPE(afpc->errbuf, "%s: Could not allocate ring buffer entries for device %s!", __FUNCTION__, instance->name);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'create_instance':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:244:86: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
244 | snprintf(errbuf, errlen, "%s: Could not allocate a new instance structure.", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:251:87: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
251 | snprintf(errbuf, errlen, "%s: Could not allocate a copy of the device name.", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:259:81: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
259 | snprintf(errbuf, errlen, "%s: Could not open the PF_PACKET socket: %s", __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:268:76: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
268 | snprintf(errbuf, errlen, "%s: Could not find index for device %s", __FUNCTION__, instance->name);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'calculate_layout':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:342:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
342 | __FUNCTION__, layout->tp_block_size, layout->tp_frame_size, afpc->device);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'create_ring':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:386:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
386 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'mmap_rings':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:410:62: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
410 | DPE(afpc->errbuf, "%s: Could not MMAP the ring: %s", __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'start_instance':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:434:49: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
434 | DPE(afpc->errbuf, "%s: setsockopt: %s", __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:443:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
443 | __FUNCTION__, instance->name, errno, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:450:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
450 | __FUNCTION__, instance->name, arptype, ARPHRD_ETHER);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'afpacket_daq_initialize':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:573:96: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
573 | snprintf(errbuf, errlen, "%s: Couldn't allocate memory for the new AFPacket context!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:581:89: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
581 | snprintf(errbuf, errlen, "%s: Couldn't allocate memory for the device string!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:592:80: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
592 | snprintf(errbuf, errlen, "%s: Invalid interface specification: '%s'!", __FUNCTION__, afpc->device);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:601:76: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
601 | snprintf(errbuf, errlen, "%s: Interface name too long! (%zu)", __FUNCTION__, len);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:609:97: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
609 | snprintf(errbuf, errlen, "%s: Using more than %d interfaces is not supported!", __FUNCTION__, AF_PACKET_MAX_INTERFACES);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:629:103: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
629 | snprintf(errbuf, errlen, "%s: Couldn't create the bridge between %s and %s!", __FUNCTION__, name1, name2);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:646:80: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
646 | snprintf(errbuf, errlen, "%s: Invalid interface specification: '%s'!", __FUNCTION__, afpc->device);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'afpacket_daq_set_filter':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:704:82: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
704 | DPE(afpc->errbuf, "%s: Couldn't allocate memory for the filter string!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:710:72: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
710 | DPE(afpc->errbuf, "%s: BPF state machine compilation failed!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'afpacket_daq_acquire':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:790:79: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
790 | DPE(afpc->errbuf, "%s: Unknown TPACKET version: %u!", __FUNCTION__, instance->tp_version);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:796:25: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
796 | __FUNCTION__, tp_mac, tp_snaplen, instance->rx_ring.layout.tp_frame_size);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:859:25: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
859 | int rc;
| ^~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:893:63: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
893 | DPE(afpc->errbuf, "%s: Poll failed: %s (%d)", __FUNCTION__, strerror(errno), errno);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:907:81: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
907 | DPE(afpc->errbuf, "%s: Hang-up on a packet socket", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:909:101: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
909 | DPE(afpc->errbuf, "%s: Encountered error condition on a packet socket", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:911:97: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
911 | DPE(afpc->errbuf, "%s: Invalid polling request on a packet socket", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_afpacket.c: In function 'afpacket_daq_inject':
../../daq-2.0.7/os-daq-modules/daq_afpacket.c:946:68: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
946 | DPE(afpc->errbuf, "%s: Error sending packet: %s (%d)", __FUNCTION__, strerror(errno), errno);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_afpacket.c -o libdaq_static_modules_la-daq_afpacket.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_modules_la-daq_pcap.lo `test -f 'daq_pcap.c' || echo '../../daq-2.0.7/os-daq-modules/'`daq_pcap.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_pcap.c -fPIC -DPIC -o .libs/libdaq_static_modules_la-daq_pcap.o
../../daq-2.0.7/os-daq-modules/daq_pcap.c: In function 'pcap_daq_initialize':
../../daq-2.0.7/os-daq-modules/daq_pcap.c:207:89: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
207 | snprintf(errbuf, len, "%s: Couldn't allocate memory for the new PCAP context!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_pcap.c:232:92: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
232 | snprintf(errbuf, len, "%s: Couldn't allocate memory for the filename string!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_pcap.c:243:90: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
243 | snprintf(errbuf, len, "%s: Couldn't allocate memory for the device string!", __FUNCTION__);
| ^~~~~~~~~~~~
In file included from ../../daq-2.0.7/os-daq-modules/daq_pcap.c:41:
../../daq-2.0.7/os-daq-modules/daq_pcap.c: In function 'pcap_daq_set_filter':
../../daq-2.0.7/os-daq-modules/daq_pcap.c:276:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
276 | DPE(context->errbuf, "%s: pcap_compile: %s", __FUNCTION__, pcap_geterr(context->handle));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_pcap.c:283:60: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
283 | DPE(context->errbuf, "%s: pcap_setfilter: %s", __FUNCTION__, pcap_geterr(context->handle));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_pcap.c:295:80: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
295 | DPE(context->errbuf, "%s: Could not allocate a dead PCAP handle!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_pcap.c:300:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
300 | DPE(context->errbuf, "%s: pcap_compile: %s", __FUNCTION__, pcap_geterr(dead_handle));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_pcap.c:312:104: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
312 | DPE(context->errbuf, "%s: Could not allocate space to store a copy of the filter string!", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_pcap.c -o libdaq_static_modules_la-daq_pcap.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_modules_la-daq_dump.lo `test -f 'daq_dump.c' || echo '../../daq-2.0.7/os-daq-modules/'`daq_dump.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_dump.c -fPIC -DPIC -o .libs/libdaq_static_modules_la-daq_dump.o
../../daq-2.0.7/os-daq-modules/daq_dump.c: In function 'dump_daq_initialize':
../../daq-2.0.7/os-daq-modules/daq_dump.c:113:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
113 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_dump.c:118:70: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
118 | snprintf(errBuf, errMax, "%s: no file capable daq provided", __FUNCTION__);
| ^~~~~~~~~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_dump.c -o libdaq_static_modules_la-daq_dump.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_modules_la-daq_ipfw.lo `test -f 'daq_ipfw.c' || echo '../../daq-2.0.7/os-daq-modules/'`daq_ipfw.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_ipfw.c -fPIC -DPIC -o .libs/libdaq_static_modules_la-daq_ipfw.o
../../daq-2.0.7/os-daq-modules/daq_ipfw.c: In function 'ipfw_daq_get_setup':
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:91:52: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
91 | "%s: variable needs value (%s)\n", __FUNCTION__, entry->key);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:102:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
102 | __FUNCTION__, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:110:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
110 | __FUNCTION__, entry->key, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c: In function 'ipfw_daq_initialize':
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:137:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
137 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:151:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
151 | __FUNCTION__);
| ^~~~~~~~~~~~
In file included from ../../daq-2.0.7/os-daq-modules/daq_ipfw.c:36:
../../daq-2.0.7/os-daq-modules/daq_ipfw.c: In function 'ipfw_daq_start':
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:211:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
211 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:218:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
218 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c: In function 'ipfw_daq_forward':
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:248:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
248 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c: In function 'ipfw_daq_acquire':
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:316:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
316 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_ipfw.c:334:25: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
334 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_ipfw.c -o libdaq_static_modules_la-daq_ipfw.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=compile x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c -o libdaq_static_modules_la-daq_nfq.lo `test -f 'daq_nfq.c' || echo '../../daq-2.0.7/os-daq-modules/'`daq_nfq.c
libtool: compile: x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../daq-2.0.7/os-daq-modules -I.. -I../../daq-2.0.7/api -I../../daq-2.0.7/sfbpf -I../sfbpf -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include -ITOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/lib -DBUILD_AFPACKET_MODULE -DBUILD_PCAP_MODULE -DBUILD_DUMP_MODULE -DBUILD_IPFW_MODULE -DBUILD_NFQ_MODULE -O2 -pipe -g -feliminate-unused-debug-types -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/daq-2.0.7=/usr/src/debug/daq/2.0.7 -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build=/usr/src/debug/daq/2.0.7 -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot-native= -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -c ../../daq-2.0.7/os-daq-modules/daq_nfq.c -fPIC -DPIC -o .libs/libdaq_static_modules_la-daq_nfq.o
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'nfq_daq_get_setup':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:130:52: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
130 | "%s: variable needs value (%s)\n", __FUNCTION__, entry->key);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:140:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
140 | __FUNCTION__, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:150:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
150 | __FUNCTION__, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:163:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
163 | __FUNCTION__, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:175:25: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
175 | __FUNCTION__, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:183:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
183 | __FUNCTION__, entry->key, entry->value);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'nfq_daq_initialize':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:211:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
211 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:224:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
224 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:234:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
234 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:249:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
249 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:271:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
271 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:285:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
285 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:294:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
294 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:304:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
304 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:323:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
323 | __FUNCTION__, impl->device);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:334:62: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
334 | snprintf(errBuf, errMax, "%s: can't open ip!\n", __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2 of 'nfq_get_payload' from incompatible pointer type [-Wincompatible-pointer-types]
394 | int len = nfq_get_payload(nfad, (char**)pkt);
| ^~~~~~~~~~~
| |
| char **
In file included from ../../daq-2.0.7/os-daq-modules/daq_nfq.c:40:
TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/recipe-sysroot/usr/include/libnetfilter_queue/libnetfilter_queue.h:123:67: note: expected 'unsigned char **' but argument is of type 'char **'
123 | extern int nfq_get_payload(struct nfq_data *nfad, unsigned char **data);
| ~~~~~~~~~~~~~~~~^~~~
In file included from ../../daq-2.0.7/os-daq-modules/daq_nfq.c:42:
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'daq_nfq_callback':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:442:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
442 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'nfq_daq_acquire':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:520:17: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
520 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c:538:25: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
538 | __FUNCTION__, strerror(errno));
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'nfq_daq_inject':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:566:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
566 | __FUNCTION__);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'nfq_daq_set_filter':
../../daq-2.0.7/os-daq-modules/daq_nfq.c:584:13: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic]
584 | __FUNCTION__, filter);
| ^~~~~~~~~~~~
../../daq-2.0.7/api/daq_api.h:118:50: note: in definition of macro 'DPE'
118 | #define DPE(var, ...) snprintf(var, sizeof(var), __VA_ARGS__)
| ^~~~~~~~~~~
make[2]: *** [Makefile:821: libdaq_static_modules_la-daq_nfq.lo] Error 1
make[2]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build/os-daq-modules'
make[1]: *** [Makefile:405: all-recursive] Error 1
make[1]: Leaving directory 'TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/build'
make: *** [Makefile:337: all] Error 2
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743:182 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743, line 182
#2: die, TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743, line 166
#3: oe_runmake, TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743, line 161
#4: autotools_do_compile, TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743, line 156
#5: do_compile, TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743, line 151
#6: main, TOPDIR/tmp-glibc/work/core2-64-oe-linux/daq/2.0.7/temp/run.do_compile.3717743, line 195