Skip to content

Instantly share code, notes, and snippets.

@nh2
Last active November 10, 2019 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nh2/6f57756b648ad4f5f7fa247d01adc22c to your computer and use it in GitHub Desktop.
Save nh2/6f57756b648ad4f5f7fa247d01adc22c to your computer and use it in GitHub Desktop.
Nix odp-dpdk problem investigation for flokli
unpacking source archive /nix/store/cqq2m229cpgms09gcf3a3z07774d36d0-odp-dpdk-1.22.0.0_DPDK_18.11.tar.gz
source root is odp-dpdk-1.22.0.0_DPDK_18.11
setting SOURCE_DATE_EPOCH to timestamp 1566561796 of file odp-dpdk-1.22.0.0_DPDK_18.11/test/validation/api/traffic_mngr/traffic_mngr.c
patching sources
autoreconfPhase
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /nix/store/3b909zp850x183s4gp0b6knx3c2p20x6-autoconf-2.69/bin/autoconf --force
autoreconf: running: /nix/store/3b909zp850x183s4gp0b6knx3c2p20x6-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:80: installing './ar-lib'
configure.ac:48: installing './compile'
configure.ac:82: installing './config.guess'
configure.ac:82: installing './config.sub'
configure.ac:44: installing './install-sh'
configure.ac:44: installing './missing'
example/classifier/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: Leaving directory `.'
configuring
fixing libtool script ./ltmain.sh
configure flags: --disable-static --disable-dependency-tracking --prefix=/nix/store/0wqpw59rwvsgk2a8l1wq1np6y7pdz502-odp-dpdk-1.22.0.0_DPDK_18.11
checking for a BSD-compatible install... /nix/store/q04zcsq3aib7ksbzjvm4ajipf7igjm4d-coreutils-8.31/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /nix/store/q04zcsq3aib7ksbzjvm4ajipf7igjm4d-coreutils-8.31/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /nix/store/nhpssqg3k8w4h4cybrgr8cz6sy94dqq1-gnugrep-3.3/bin/grep
checking for egrep... /nix/store/nhpssqg3k8w4h4cybrgr8cz6sy94dqq1-gnugrep-3.3/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether make supports nested variables... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /nix/store/5bzp9gfa14j4a1rbxxf6d574a4qgmqi9-gnused-4.7/bin/sed
checking for fgrep... /nix/store/nhpssqg3k8w4h4cybrgr8cz6sy94dqq1-gnugrep-3.3/bin/grep -F
checking for ld used by gcc... ld
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse nm output from gcc object... ok
checking for sysroot... no
checking for a working dd... /nix/store/q04zcsq3aib7ksbzjvm4ajipf7igjm4d-coreutils-8.31/bin/dd
checking how to truncate binary pipes... /nix/store/q04zcsq3aib7ksbzjvm4ajipf7igjm4d-coreutils-8.31/bin/dd bs=4096 count=1
./configure: line 9095: /usr/bin/file: No such file or directory
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... ld
checking if the linker (ld) is GNU ld... yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /nix/store/xqy71s4d455bj58xyhx0vih83vfglqvy-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for clock_gettime... yes
checking for gethostbyname... yes
checking for getpagesize... (cached) yes
checking for gettimeofday... yes
checking for malloc... yes
checking for memset... yes
checking for munmap... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoull... yes
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for size_t... yes
checking for ssize_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking if gcc supports -Wstrict-prototypes... no
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wold-style-definition... no
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wcast-qual... yes
checking if gcc supports -Wformat-nonliteral... yes
checking if gcc supports -Wformat-security... yes
checking if gcc supports -Wundef... yes
checking if gcc supports -Wwrite-strings... yes
checking if gcc supports -Wformat-truncation=0... yes
checking if gcc supports -Wformat-overflow=0... yes
checking if gcc supports -mcx16... yes
checking for valgrind... no
checking whether gcc supports -fvisibility=hidden... yes
checking for GCC atomic builtins... yes
checking whether -latomic is needed for 64-bit atomic built-ins... no
checking for __int128... yes
checking whether -latomic is needed for 128-bit atomic built-ins... yes
checking for __atomic_exchange_16 in -latomic... yes
checking for pthread support in -pthread... yes
checking for timer_create in -lrt... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... yes
checking for openssl/des.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking for EVP_EncryptInit in -lcrypto... yes
checking for libconfig... yes
checking for od... od
checking for a sed that does not truncate output... (cached) /nix/store/5bzp9gfa14j4a1rbxxf6d574a4qgmqi9-gnused-4.7/bin/sed
checking for libdpdk... yes
configure: Using DPDK detected via pkg-config
checking for libdpdk... yes
checking if gcc supports -Wno-error=cast-align... yes
checking for doxygen... no
configure: WARNING: Doxygen not found - continuing without Doxygen support
checking for asciidoctor... no
configure: WARNING: asciidoctor not found - continuing without asciidoctor support
checking for mscgen... no
configure: WARNING: mscgen not found - continuing without sequence message support
checking if C++ compiler works... yes
checking for cunit... no
configure: WARNING: pkg-config could not find CUnit, guessing
checking CUnit/Basic.h usability... no
checking CUnit/Basic.h presence... no
checking for CUnit/Basic.h... no
checking for CU_get_error in -lcunit... no
configure: WARNING: CUnit was not found, disabling validation testsuite
checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation
checking for perl... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating doc/application-api-guide/Makefile
config.status: creating doc/helper-guide/Makefile
config.status: creating doc/implementers-guide/Makefile
config.status: creating doc/Makefile
config.status: creating doc/platform-api-guide/Makefile
config.status: creating doc/process-guide/Makefile
config.status: creating doc/users-guide/Makefile
config.status: creating example/classifier/Makefile
config.status: creating example/generator/Makefile
config.status: creating example/hello/Makefile
config.status: creating example/ipsec/Makefile
config.status: creating example/ipsec_api/Makefile
config.status: creating example/ipfragreass/Makefile
config.status: creating example/ipsec_offload/Makefile
config.status: creating example/l2fwd_simple/Makefile
config.status: creating example/l3fwd/Makefile
config.status: creating example/packet/Makefile
config.status: creating example/simple_pipeline/Makefile
config.status: creating example/switch/Makefile
config.status: creating example/sysinfo/Makefile
config.status: creating example/time/Makefile
config.status: creating example/timer/Makefile
config.status: creating example/traffic_mgmt/Makefile
config.status: creating example/Makefile
config.status: creating helper/libodphelper.pc
config.status: creating helper/test/Makefile
config.status: creating test/Makefile
config.status: creating test/common/Makefile
config.status: creating test/miscellaneous/Makefile
config.status: creating test/performance/Makefile
config.status: creating test/validation/Makefile
config.status: creating test/validation/api/atomic/Makefile
config.status: creating test/validation/api/barrier/Makefile
config.status: creating test/validation/api/buffer/Makefile
config.status: creating test/validation/api/chksum/Makefile
config.status: creating test/validation/api/classification/Makefile
config.status: creating test/validation/api/comp/Makefile
config.status: creating test/validation/api/cpumask/Makefile
config.status: creating test/validation/api/crypto/Makefile
config.status: creating test/validation/api/errno/Makefile
config.status: creating test/validation/api/event/Makefile
config.status: creating test/validation/api/hash/Makefile
config.status: creating test/validation/api/init/Makefile
config.status: creating test/validation/api/ipsec/Makefile
config.status: creating test/validation/api/lock/Makefile
config.status: creating test/validation/api/Makefile
config.status: creating test/validation/api/packet/Makefile
config.status: creating test/validation/api/pktio/Makefile
config.status: creating test/validation/api/pool/Makefile
config.status: creating test/validation/api/queue/Makefile
config.status: creating test/validation/api/random/Makefile
config.status: creating test/validation/api/scheduler/Makefile
config.status: creating test/validation/api/shmem/Makefile
config.status: creating test/validation/api/std_clib/Makefile
config.status: creating test/validation/api/system/Makefile
config.status: creating test/validation/api/thread/Makefile
config.status: creating test/validation/api/time/Makefile
config.status: creating test/validation/api/timer/Makefile
config.status: creating test/validation/api/traffic_mngr/Makefile
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/odp/api/spec/version.h
config.status: creating include/odp/api/spec/deprecated.h
config.status: creating helper/Makefile
config.status: creating helper/include/odp/helper/version.h
config.status: creating platform/linux-generic/Makefile
config.status: creating platform/linux-generic/libodp-linux.pc
config.status: creating platform/linux-generic/dumpconfig/Makefile
config.status: creating platform/linux-generic/test/Makefile
config.status: creating platform/linux-generic/test/validation/api/shmem/Makefile
config.status: creating platform/linux-generic/test/validation/api/pktio/Makefile
config.status: creating platform/linux-generic/test/mmap_vlan_ins/Makefile
config.status: creating platform/linux-generic/test/pktio_ipc/Makefile
config.status: creating platform/linux-generic/test/ring/Makefile
config.status: creating platform/linux-dpdk/Makefile
config.status: creating platform/linux-dpdk/libodp-linux.pc
config.status: creating platform/linux-dpdk/dumpconfig/Makefile
config.status: creating platform/linux-dpdk/test/Makefile
config.status: creating platform/linux-dpdk/test/validation/api/pktio/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing platform/linux-dpdk/include/odp_libconfig_config.h commands
opendataplane 1.22.0.0
ODP Library version: 122:0:0
Helper Library version: 122:0:0
implementation_name: odp-dpdk
host: x86_64-pc-linux-gnu
ARCH_DIR x86
ARCH_ABI x86_64-linux
with_platform: linux-dpdk
helper_linux: yes
prefix: /nix/store/0wqpw59rwvsgk2a8l1wq1np6y7pdz502-odp-dpdk-1.22.0.0_DPDK_18.11
sysconfdir: ${prefix}/etc
libdir: ${exec_prefix}/lib
includedir: ${prefix}/include
testdir:
WITH_ARCH:
with_openssl: yes
cc: gcc
cc version: gcc (GCC) 8.3.0
cppflags:
cflags: -g -O2 -pthread -W -Wall -Werror -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wformat-truncation=0 -Wformat-overflow=0 -std=c99 -mcx16 -Wno-error=cast-align
cxxflags: -g -O2 -W -Wall -Werror -std=c++11 -Wno-deprecated-register
ld: ld
ldflags: -pthread
libs:
defs: -DHAVE_CONFIG_H
static libraries: no
shared libraries: yes
ABI compatible: yes
link time optimization: no
deprecated APIs: no
debug: ODP_DEBUG=0, ODP_DEBUG_PRINT=0, ODPH_DEBUG=0, ODPH_DEBUG_PRINT=0
cunit: no
static tests linkage: yes
with_examples: yes
with_tests: yes
test_vald: no
test_perf: yes
test_cpp: yes
test_helper: yes
test_example: yes
user_guides: no
pcapng: no
[nix-shell:/tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11]$ ldd example/traffic_mgmt/odp_traffic_mgmt
linux-vdso.so.1 (0x00007fff025ed000)
librte_telemetry.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_telemetry.so.1 (0x00007f1f1356d000)
librte_bpf.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bpf.so.1 (0x00007f1f1355a000)
librte_flow_classify.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_flow_classify.so.1 (0x00007f1f13553000)
librte_pipeline.so.3 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pipeline.so.3 (0x00007f1f1353a000)
librte_table.so.3 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_table.so.3 (0x00007f1f13520000)
librte_port.so.3 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_port.so.3 (0x00007f1f134f8000)
librte_vhost.so.4 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_vhost.so.4 (0x00007f1f134be000)
librte_security.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_security.so.1 (0x00007f1f134b9000)
librte_sched.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_sched.so.1 (0x00007f1f134ad000)
librte_reorder.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_reorder.so.1 (0x00007f1f134a5000)
librte_rawdev.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_rawdev.so.1 (0x00007f1f1349e000)
librte_pdump.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pdump.so.2 (0x00007f1f13293000)
librte_power.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_power.so.1 (0x00007f1f1326f000)
librte_meter.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_meter.so.2 (0x00007f1f1326a000)
librte_member.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_member.so.1 (0x00007f1f1325c000)
librte_lpm.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_lpm.so.2 (0x00007f1f1324f000)
librte_latencystats.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_latencystats.so.1 (0x00007f1f131ca000)
librte_kni.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_kni.so.2 (0x00007f1f131c0000)
librte_jobstats.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_jobstats.so.1 (0x00007f1f131bb000)
librte_ip_frag.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_ip_frag.so.1 (0x00007f1f131af000)
librte_gso.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_gso.so.1 (0x00007f1f131a7000)
librte_gro.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_gro.so.1 (0x00007f1f1319e000)
librte_eventdev.so.6 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_eventdev.so.6 (0x00007f1f1317b000)
librte_efd.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_efd.so.1 (0x00007f1f1316f000)
librte_distributor.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_distributor.so.1 (0x00007f1f13169000)
librte_cryptodev.so.5 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_cryptodev.so.5 (0x00007f1f1315a000)
librte_compressdev.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_compressdev.so.1 (0x00007f1f13151000)
librte_cfgfile.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_cfgfile.so.2 (0x00007f1f13148000)
librte_bitratestats.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bitratestats.so.2 (0x00007f1f13143000)
librte_bbdev.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bbdev.so.1 (0x00007f1f13136000)
librte_acl.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_acl.so.2 (0x00007f1f13125000)
librte_timer.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_timer.so.1 (0x00007f1f1311a000)
librte_hash.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_hash.so.2 (0x00007f1f13108000)
librte_metrics.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_metrics.so.1 (0x00007f1f13101000)
librte_pci.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pci.so.1 (0x00007f1f130fc000)
librte_ethdev.so.11 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_ethdev.so.11 (0x00007f1f1305a000)
librte_net.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_net.so.1 (0x00007f1f13053000)
librte_mbuf.so.4 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mbuf.so.4 (0x00007f1f13049000)
librte_mempool.so.5 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool.so.5 (0x00007f1f13040000)
librte_ring.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_ring.so.2 (0x00007f1f13039000)
librte_eal.so.9 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_eal.so.9 (0x00007f1f12f67000)
librte_kvargs.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_kvargs.so.1 (0x00007f1f12f62000)
librte_cmdline.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_cmdline.so.2 (0x00007f1f12f56000)
librte_common_cpt.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_common_cpt.so.1 (0x00007f1f12f51000)
librte_common_dpaax.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_common_dpaax.so.1 (0x00007f1f12f49000)
librte_common_octeontx.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_common_octeontx.so.1 (0x00007f1f12f44000)
librte_bus_dpaa.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bus_dpaa.so.2 (0x00007f1f12f24000)
librte_bus_fslmc.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bus_fslmc.so.2 (0x00007f1f12f0f000)
librte_bus_ifpga.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bus_ifpga.so.2 (0x00007f1f12f09000)
librte_bus_pci.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bus_pci.so.2 (0x00007f1f12efb000)
librte_bus_vdev.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bus_vdev.so.2 (0x00007f1f12ef2000)
librte_bus_vmbus.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_bus_vmbus.so.2 (0x00007f1f12ee7000)
librte_mempool_bucket.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool_bucket.so.1 (0x00007f1f12ee1000)
librte_mempool_dpaa.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool_dpaa.so.1 (0x00007f1f12ed9000)
librte_mempool_dpaa2.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool_dpaa2.so.2 (0x00007f1f12ed2000)
librte_mempool_octeontx.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool_octeontx.so.1 (0x00007f1f12eca000)
librte_mempool_ring.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool_ring.so.1 (0x00007f1f12ec5000)
librte_mempool_stack.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_mempool_stack.so.1 (0x00007f1f12ec0000)
librte_pmd_af_packet.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_af_packet.so.1 (0x00007f1f12eb6000)
librte_pmd_ark.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ark.so.1 (0x00007f1f12ea5000)
librte_pmd_atlantic.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_atlantic.so.1 (0x00007f1f12e92000)
librte_pmd_avf.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_avf.so.1 (0x00007f1f12e6e000)
librte_pmd_avp.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_avp.so.1 (0x00007f1f12e60000)
librte_pmd_axgbe.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_axgbe.so.1 (0x00007f1f12e4e000)
librte_pmd_bond.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_bond.so.2 (0x00007f1f12e2f000)
librte_pmd_bnx2x.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_bnx2x.so.1 (0x00007f1f12dcd000)
librte_pmd_bnxt.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_bnxt.so.2 (0x00007f1f12d9c000)
librte_pmd_cxgbe.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_cxgbe.so.1 (0x00007f1f12d6b000)
librte_pmd_dpaa.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa.so.1 (0x00007f1f12d5a000)
librte_pmd_dpaa2.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa2.so.2 (0x00007f1f12d42000)
librte_pmd_e1000.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_e1000.so.1 (0x00007f1f12ce9000)
librte_pmd_ena.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ena.so.1 (0x00007f1f12cd6000)
librte_pmd_enetc.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_enetc.so.1 (0x00007f1f12ccc000)
librte_pmd_enic.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_enic.so.1 (0x00007f1f12ca7000)
librte_pmd_failsafe.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_failsafe.so.1 (0x00007f1f12c8b000)
librte_pmd_fm10k.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_fm10k.so.1 (0x00007f1f12c6b000)
librte_pmd_i40e.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_i40e.so.2 (0x00007f1f12bd8000)
librte_pmd_ifc.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ifc.so.1 (0x00007f1f12bd0000)
librte_pmd_ixgbe.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ixgbe.so.2 (0x00007f1f12b63000)
librte_pmd_kni.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_kni.so.1 (0x00007f1f12b5d000)
librte_pmd_liquidio.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_liquidio.so.1 (0x00007f1f12b4a000)
librte_pmd_netvsc.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_netvsc.so.2 (0x00007f1f12b36000)
librte_pmd_nfp.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_nfp.so.1 (0x00007f1f12b21000)
librte_pmd_null.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_null.so.2 (0x00007f1f12b17000)
librte_pmd_octeontx.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_octeontx.so.1 (0x00007f1f12b0a000)
librte_pmd_pcap.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_pcap.so.1 (0x00007f1f12afe000)
librte_pmd_qede.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_qede.so.1 (0x00007f1f12a76000)
librte_pmd_ring.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ring.so.2 (0x00007f1f12a6e000)
librte_pmd_sfc.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_sfc.so.1 (0x00007f1f12a2b000)
librte_pmd_softnic.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_softnic.so.1 (0x00007f1f129ff000)
librte_pmd_tap.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_tap.so.1 (0x00007f1f129e6000)
librte_pmd_thunderx.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_thunderx.so.1 (0x00007f1f129ce000)
librte_pmd_vdev_netvsc.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_vdev_netvsc.so.1 (0x00007f1f129c6000)
librte_pmd_vhost.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_vhost.so.2 (0x00007f1f129ba000)
librte_pmd_virtio.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_virtio.so.1 (0x00007f1f1299a000)
librte_pmd_vmxnet3.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_vmxnet3.so.1 (0x00007f1f12987000)
librte_pmd_caam_jr.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_caam_jr.so.1 (0x00007f1f12973000)
librte_pmd_ccp.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ccp.so.1 (0x00007f1f1295d000)
librte_pmd_dpaa_sec.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa_sec.so.1 (0x00007f1f12949000)
librte_pmd_dpaa2_sec.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa2_sec.so.2 (0x00007f1f12929000)
librte_pmd_null_crypto.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_null_crypto.so.1 (0x00007f1f12920000)
librte_pmd_octeontx_crypto.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_octeontx_crypto.so.1 (0x00007f1f12910000)
librte_pmd_openssl.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_openssl.so.1 (0x00007f1f12902000)
librte_pmd_crypto_scheduler.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_crypto_scheduler.so.1 (0x00007f1f128f2000)
librte_pmd_virtio_crypto.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_virtio_crypto.so.1 (0x00007f1f128e5000)
librte_pmd_octeontx_compress.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_octeontx_compress.so.1 (0x00007f1f128dd000)
librte_pmd_qat.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_qat.so.1 (0x00007f1f128c4000)
librte_pmd_zlib.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_zlib.so.1 (0x00007f1f128bc000)
librte_pmd_dpaa_event.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa_event.so.1 (0x00007f1f128b4000)
librte_pmd_dpaa2_event.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa2_event.so.2 (0x00007f1f128ac000)
librte_pmd_opdl_event.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_opdl_event.so.1 (0x00007f1f12898000)
librte_pmd_skeleton_event.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_skeleton_event.so.1 (0x00007f1f12891000)
librte_pmd_sw_event.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_sw_event.so.1 (0x00007f1f12873000)
librte_pmd_dsw_event.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dsw_event.so.1 (0x00007f1f12868000)
librte_pmd_octeontx_event.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_octeontx_event.so.1 (0x00007f1f1272a000)
librte_pmd_bbdev_null.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_bbdev_null.so.1 (0x00007f1f12724000)
librte_pmd_skeleton_rawdev.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_skeleton_rawdev.so.1 (0x00007f1f1271b000)
librte_pmd_dpaa2_cmdif.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa2_cmdif.so.2 (0x00007f1f12713000)
librte_pmd_dpaa2_qdma.so.2 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_dpaa2_qdma.so.2 (0x00007f1f126fb000)
librte_pmd_ifpga_rawdev.so.1 => /nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib/librte_pmd_ifpga_rawdev.so.1 (0x00007f1f126ed000)
libm.so.6 => /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libm.so.6 (0x00007f1f12557000)
libdl.so.2 => /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libdl.so.2 (0x00007f1f12552000)
libnuma.so.1 => /nix/store/sd1w2qsyyi8wh9zvlh2cbyasa6kii2hx-numactl-2.0.13/lib/libnuma.so.1 (0x00007f1f12543000)
libbsd.so.0 => /nix/store/r9gz67rlcdfy4svj7abcawh2c1hmsdk2-libbsd-0.10.0/lib/libbsd.so.0 (0x00007f1f12527000)
libpcap.so.1 => /nix/store/g3p4qz0f5yjfjmrmh2fmf7zc3f033rn2-libpcap-1.9.1/lib/libpcap.so.1 (0x00007f1f124de000)
libcrypto.so.1.1 => /nix/store/m0pcwqyr1pfkd3hndpiljrh681xb5an8-openssl-1.1.1d/lib/libcrypto.so.1.1 (0x00007f1f121f5000)
libz.so.1 => /nix/store/m1qb538b5ic2j822zyjyj5h3i04lyca0-zlib-1.2.11/lib/libz.so.1 (0x00007f1f121d6000)
libelf.so.0 => /nix/store/bfkm8bsks40nl3vxy61f9py8590sm883-libelf-0.8.13/lib/libelf.so.0 (0x00007f1f121be000)
libjansson.so.4 => /nix/store/zc2a8ijrz4zsq5qmslc9zf51rp1d6zsh-jansson-2.12/lib/libjansson.so.4 (0x00007f1f121af000)
libodp-linux.so.122 => /tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs/libodp-linux.so.122 (0x00007f1f120f1000)
libodphelper.so.122 => /tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs/libodphelper.so.122 (0x00007f1f120e2000)
libatomic.so.1 => /nix/store/ddkfn28jz1xhn7czbxrliiq3ap4m5mln-gcc-8.3.0-lib/lib/libatomic.so.1 (0x00007f1f120d8000)
libconfig.so.11 => /nix/store/dbmk1j3c94ypr5rivh9fwy217ibll5pc-libconfig-1.7.2/lib/libconfig.so.11 (0x00007f1f120c9000)
librt.so.1 => /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/librt.so.1 (0x00007f1f120bf000)
libpthread.so.0 => /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libpthread.so.0 (0x00007f1f1209e000)
libc.so.6 => /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/libc.so.6 (0x00007f1f11ee6000)
/nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib/ld-linux-x86-64.so.2 => /nix/store/qn76sklvyalzw9ilnxz6sh0020gl2qn6-glibc-2.27/lib64/ld-linux-x86-64.so.2 (0x00007f1f1357f000)
[nix-shell:/tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11]$ ldd example/traffic_mgmt/odp_traffic_mgmt | grep tmp
libodp-linux.so.122 => /tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs/libodp-linux.so.122 (0x00007f3ff4792000)
libodphelper.so.122 => /tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs/libodphelper.so.122 (0x00007f3ff4783000)
[nix-shell:/tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11]$ make -C example/traffic_mgmt/ V=1
/nix/store/zavn4np1jvm79f0rafkv0p1mrag09qkz-bash-4.4-p23/bin/bash ../../libtool --tag=CC --mode=link gcc -I. -I../../example -I../../include -I../../include -I../../include/odp/arch/x86_64-linux -I../../helper/include -I../../helper/include -include rte_config.h -march=nehalem -I/nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/include -msse4.2 -DALLOW_EXPERIMENTAL_API -g -O2 -pthread -W -Wall -Werror -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wformat-truncation=0 -Wformat-overflow=0 -std=c99 -mcx16 -Wno-error=cast-align -L../../lib -static -pthread -o odp_traffic_mgmt odp_traffic_mgmt.o ../../lib/libodp-linux.la ../../lib/libodphelper.la -pthread -Wl,-L/nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib,-L/nix/store/m0pcwqyr1pfkd3hndpiljrh681xb5an8-openssl-1.1.1d/lib,-L/nix/store/m1qb538b5ic2j822zyjyj5h3i04lyca0-zlib-1.2.11/lib,-lrte_telemetry,-lrte_bpf,-lrte_flow_classify,-lrte_pipeline,-lrte_table,-lrte_port,-lrte_vhost,-lrte_security,-lrte_sched,-lrte_reorder,-lrte_rawdev,-lrte_pdump,-lrte_power,-lrte_meter,-lrte_member,-lrte_lpm,-lrte_latencystats,-lrte_kni,-lrte_jobstats,-lrte_ip_frag,-lrte_gso,-lrte_gro,-lrte_eventdev,-lrte_efd,-lrte_distributor,-lrte_cryptodev,-lrte_compressdev,-lrte_cfgfile,-lrte_bitratestats,-lrte_bbdev,-lrte_acl,-lrte_timer,-lrte_hash,-lrte_metrics,-lrte_pci,-lrte_ethdev,-lrte_net,-lrte_mbuf,-lrte_mempool,-lrte_ring,-lrte_eal,-lrte_kvargs,-lrte_cmdline,--whole-archive,-lrte_common_cpt,-lrte_common_dpaax,-lrte_common_octeontx,-lrte_bus_dpaa,-lrte_bus_fslmc,-lrte_bus_ifpga,-lrte_bus_pci,-lrte_bus_vdev,-lrte_bus_vmbus,-lrte_mempool_bucket,-lrte_mempool_dpaa,-lrte_mempool_dpaa2,-lrte_mempool_octeontx,-lrte_mempool_ring,-lrte_mempool_stack,-lrte_pmd_af_packet,-lrte_pmd_ark,-lrte_pmd_atlantic,-lrte_pmd_avf,-lrte_pmd_avp,-lrte_pmd_axgbe,-lrte_pmd_bond,-lrte_pmd_bnx2x,-lrte_pmd_bnxt,-lrte_pmd_cxgbe,-lrte_pmd_dpaa,-lrte_pmd_dpaa2,-lrte_pmd_e1000,-lrte_pmd_ena,-lrte_pmd_enetc,-lrte_pmd_enic,-lrte_pmd_failsafe,-lrte_pmd_fm10k,-lrte_pmd_i40e,-lrte_pmd_ifc,-lrte_pmd_ixgbe,-lrte_pmd_kni,-lrte_pmd_liquidio,-lrte_pmd_netvsc,-lrte_pmd_nfp,-lrte_pmd_null,-lrte_pmd_octeontx,-lrte_pmd_pcap,-lrte_pmd_qede,-lrte_pmd_ring,-lrte_pmd_sfc,-lrte_pmd_softnic,-lrte_pmd_tap,-lrte_pmd_thunderx,-lrte_pmd_vdev_netvsc,-lrte_pmd_vhost,-lrte_pmd_virtio,-lrte_pmd_vmxnet3,-lrte_pmd_caam_jr,-lrte_pmd_ccp,-lrte_pmd_dpaa_sec,-lrte_pmd_dpaa2_sec,-lrte_pmd_null_crypto,-lrte_pmd_octeontx_crypto,-lrte_pmd_openssl,-lrte_pmd_crypto_scheduler,-lrte_pmd_virtio_crypto,-lrte_pmd_octeontx_compress,-lrte_pmd_qat,-lrte_pmd_zlib,-lrte_pmd_dpaa_event,-lrte_pmd_dpaa2_event,-lrte_pmd_opdl_event,-lrte_pmd_skeleton_event,-lrte_pmd_sw_event,-lrte_pmd_dsw_event,-lrte_pmd_octeontx_event,-lrte_pmd_bbdev_null,-lrte_pmd_skeleton_rawdev,-lrte_pmd_dpaa2_cmdif,-lrte_pmd_dpaa2_qdma,-lrte_pmd_ifpga_rawdev,--no-whole-archive,-lrte_telemetry,-lrte_bpf,-lrte_flow_classify,-lrte_pipeline,-lrte_table,-lrte_port,-lrte_vhost,-lrte_security,-lrte_sched,-lrte_reorder,-lrte_rawdev,-lrte_pdump,-lrte_power,-lrte_meter,-lrte_member,-lrte_lpm,-lrte_latencystats,-lrte_kni,-lrte_jobstats,-lrte_ip_frag,-lrte_gso,-lrte_gro,-lrte_eventdev,-lrte_efd,-lrte_distributor,-lrte_cryptodev,-lrte_compressdev,-lrte_cfgfile,-lrte_bitratestats,-lrte_bbdev,-lrte_acl,-lrte_timer,-lrte_hash,-lrte_metrics,-lrte_pci,-lrte_ethdev,-lrte_net,-lrte_mbuf,-lrte_mempool,-lrte_ring,-lrte_eal,-lrte_kvargs,-lrte_cmdline,-Bdynamic,--no-as-needed,-lm,-ldl,-lnuma,-lbsd,-lpcap,-lcrypto,-lz,-lelf,-ljansson,-lcrypto,-ldl,-lz
libtool: link: gcc -I. -I../../example -I../../include -I../../include -I../../include/odp/arch/x86_64-linux -I../../helper/include -I../../helper/include -include rte_config.h -march=nehalem -I/nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/include -msse4.2 -DALLOW_EXPERIMENTAL_API -g -O2 -pthread -W -Wall -Werror -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wformat-truncation=0 -Wformat-overflow=0 -std=c99 -mcx16 -Wno-error=cast-align -pthread -o odp_traffic_mgmt odp_traffic_mgmt.o -pthread -Wl,-L/nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib -Wl,-L/nix/store/m0pcwqyr1pfkd3hndpiljrh681xb5an8-openssl-1.1.1d/lib -Wl,-L/nix/store/m1qb538b5ic2j822zyjyj5h3i04lyca0-zlib-1.2.11/lib -Wl,-lrte_telemetry -Wl,-lrte_bpf -Wl,-lrte_flow_classify -Wl,-lrte_pipeline -Wl,-lrte_table -Wl,-lrte_port -Wl,-lrte_vhost -Wl,-lrte_security -Wl,-lrte_sched -Wl,-lrte_reorder -Wl,-lrte_rawdev -Wl,-lrte_pdump -Wl,-lrte_power -Wl,-lrte_meter -Wl,-lrte_member -Wl,-lrte_lpm -Wl,-lrte_latencystats -Wl,-lrte_kni -Wl,-lrte_jobstats -Wl,-lrte_ip_frag -Wl,-lrte_gso -Wl,-lrte_gro -Wl,-lrte_eventdev -Wl,-lrte_efd -Wl,-lrte_distributor -Wl,-lrte_cryptodev -Wl,-lrte_compressdev -Wl,-lrte_cfgfile -Wl,-lrte_bitratestats -Wl,-lrte_bbdev -Wl,-lrte_acl -Wl,-lrte_timer -Wl,-lrte_hash -Wl,-lrte_metrics -Wl,-lrte_pci -Wl,-lrte_ethdev -Wl,-lrte_net -Wl,-lrte_mbuf -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,-lrte_kvargs -Wl,-lrte_cmdline -Wl,--whole-archive -Wl,-lrte_common_cpt -Wl,-lrte_common_dpaax -Wl,-lrte_common_octeontx -Wl,-lrte_bus_dpaa -Wl,-lrte_bus_fslmc -Wl,-lrte_bus_ifpga -Wl,-lrte_bus_pci -Wl,-lrte_bus_vdev -Wl,-lrte_bus_vmbus -Wl,-lrte_mempool_bucket -Wl,-lrte_mempool_dpaa -Wl,-lrte_mempool_dpaa2 -Wl,-lrte_mempool_octeontx -Wl,-lrte_mempool_ring -Wl,-lrte_mempool_stack -Wl,-lrte_pmd_af_packet -Wl,-lrte_pmd_ark -Wl,-lrte_pmd_atlantic -Wl,-lrte_pmd_avf -Wl,-lrte_pmd_avp -Wl,-lrte_pmd_axgbe -Wl,-lrte_pmd_bond -Wl,-lrte_pmd_bnx2x -Wl,-lrte_pmd_bnxt -Wl,-lrte_pmd_cxgbe -Wl,-lrte_pmd_dpaa -Wl,-lrte_pmd_dpaa2 -Wl,-lrte_pmd_e1000 -Wl,-lrte_pmd_ena -Wl,-lrte_pmd_enetc -Wl,-lrte_pmd_enic -Wl,-lrte_pmd_failsafe -Wl,-lrte_pmd_fm10k -Wl,-lrte_pmd_i40e -Wl,-lrte_pmd_ifc -Wl,-lrte_pmd_ixgbe -Wl,-lrte_pmd_kni -Wl,-lrte_pmd_liquidio -Wl,-lrte_pmd_netvsc -Wl,-lrte_pmd_nfp -Wl,-lrte_pmd_null -Wl,-lrte_pmd_octeontx -Wl,-lrte_pmd_pcap -Wl,-lrte_pmd_qede -Wl,-lrte_pmd_ring -Wl,-lrte_pmd_sfc -Wl,-lrte_pmd_softnic -Wl,-lrte_pmd_tap -Wl,-lrte_pmd_thunderx -Wl,-lrte_pmd_vdev_netvsc -Wl,-lrte_pmd_vhost -Wl,-lrte_pmd_virtio -Wl,-lrte_pmd_vmxnet3 -Wl,-lrte_pmd_caam_jr -Wl,-lrte_pmd_ccp -Wl,-lrte_pmd_dpaa_sec -Wl,-lrte_pmd_dpaa2_sec -Wl,-lrte_pmd_null_crypto -Wl,-lrte_pmd_octeontx_crypto -Wl,-lrte_pmd_openssl -Wl,-lrte_pmd_crypto_scheduler -Wl,-lrte_pmd_virtio_crypto -Wl,-lrte_pmd_octeontx_compress -Wl,-lrte_pmd_qat -Wl,-lrte_pmd_zlib -Wl,-lrte_pmd_dpaa_event -Wl,-lrte_pmd_dpaa2_event -Wl,-lrte_pmd_opdl_event -Wl,-lrte_pmd_skeleton_event -Wl,-lrte_pmd_sw_event -Wl,-lrte_pmd_dsw_event -Wl,-lrte_pmd_octeontx_event -Wl,-lrte_pmd_bbdev_null -Wl,-lrte_pmd_skeleton_rawdev -Wl,-lrte_pmd_dpaa2_cmdif -Wl,-lrte_pmd_dpaa2_qdma -Wl,-lrte_pmd_ifpga_rawdev -Wl,--no-whole-archive -Wl,-lrte_telemetry -Wl,-lrte_bpf -Wl,-lrte_flow_classify -Wl,-lrte_pipeline -Wl,-lrte_table -Wl,-lrte_port -Wl,-lrte_vhost -Wl,-lrte_security -Wl,-lrte_sched -Wl,-lrte_reorder -Wl,-lrte_rawdev -Wl,-lrte_pdump -Wl,-lrte_power -Wl,-lrte_meter -Wl,-lrte_member -Wl,-lrte_lpm -Wl,-lrte_latencystats -Wl,-lrte_kni -Wl,-lrte_jobstats -Wl,-lrte_ip_frag -Wl,-lrte_gso -Wl,-lrte_gro -Wl,-lrte_eventdev -Wl,-lrte_efd -Wl,-lrte_distributor -Wl,-lrte_cryptodev -Wl,-lrte_compressdev -Wl,-lrte_cfgfile -Wl,-lrte_bitratestats -Wl,-lrte_bbdev -Wl,-lrte_acl -Wl,-lrte_timer -Wl,-lrte_hash -Wl,-lrte_metrics -Wl,-lrte_pci -Wl,-lrte_ethdev -Wl,-lrte_net -Wl,-lrte_mbuf -Wl,-lrte_mempool -Wl,-lrte_ring -Wl,-lrte_eal -Wl,-lrte_kvargs -Wl,-lrte_cmdline -Wl,-Bdynamic -Wl,--no-as-needed -Wl,-lm -Wl,-ldl -Wl,-lnuma -Wl,-lbsd -Wl,-lpcap -Wl,-lcrypto -Wl,-lz -Wl,-lelf -Wl,-ljansson -Wl,-lcrypto -Wl,-ldl -Wl,-lz -L../../lib ../../lib/.libs/libodp-linux.so -L/nix/store/dbmk1j3c94ypr5rivh9fwy217ibll5pc-libconfig-1.7.2/lib -L/nix/store/h3s6dhqdjrqc7b8msfjm8y719yx7zb16-dpdk-19.08/lib ../../lib/.libs/libodphelper.so /tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs/libodp-linux.so -latomic -lcrypto /nix/store/dbmk1j3c94ypr5rivh9fwy217ibll5pc-libconfig-1.7.2/lib/libconfig.so -lrte_telemetry -lrte_bpf -lrte_flow_classify -lrte_pipeline -lrte_table -lrte_port -lrte_vhost -lrte_security -lrte_sched -lrte_reorder -lrte_rawdev -lrte_pdump -lrte_power -lrte_meter -lrte_member -lrte_lpm -lrte_latencystats -lrte_kni -lrte_jobstats -lrte_ip_frag -lrte_gso -lrte_gro -lrte_eventdev -lrte_efd -lrte_distributor -lrte_cryptodev -lrte_compressdev -lrte_cfgfile -lrte_bitratestats -lrte_bbdev -lrte_acl -lrte_timer -lrte_hash -lrte_metrics -lrte_pci -lrte_ethdev -lrte_net -lrte_mbuf -lrte_mempool -lrte_ring -lrte_eal -lrte_kvargs -lrte_cmdline -lrt -pthread -Wl,-rpath -Wl,/tmp/nix-build-odp-dpdk-1.22.0.0_DPDK_18.11.drv-0/odp-dpdk-1.22.0.0_DPDK_18.11/lib/.libs -Wl,-rpath -Wl,/nix/store/dbmk1j3c94ypr5rivh9fwy217ibll5pc-libconfig-1.7.2/lib -Wl,-rpath -Wl,/nix/store/0wqpw59rwvsgk2a8l1wq1np6y7pdz502-odp-dpdk-1.22.0.0_DPDK_18.11/lib -Wl,-rpath -Wl,/nix/store/dbmk1j3c94ypr5rivh9fwy217ibll5pc-libconfig-1.7.2/lib
% ./configure --prefix $HOME/opt/odp-dpdk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether make supports nested variables... (cached) yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for bzero... yes
checking for clock_gettime... yes
checking for gethostbyname... yes
checking for getpagesize... (cached) yes
checking for gettimeofday... yes
checking for malloc... yes
checking for memset... yes
checking for munmap... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoull... yes
checking for sys/types.h... (cached) yes
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for netdb.h... yes
checking for resolv.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for size_t... yes
checking for ssize_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for int32_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking if gcc supports -Wstrict-prototypes... no
checking if gcc supports -Wmissing-prototypes... yes
checking if gcc supports -Wmissing-declarations... yes
checking if gcc supports -Wold-style-definition... no
checking if gcc supports -Wpointer-arith... yes
checking if gcc supports -Wcast-align... yes
checking if gcc supports -Wnested-externs... yes
checking if gcc supports -Wcast-qual... yes
checking if gcc supports -Wformat-nonliteral... yes
checking if gcc supports -Wformat-security... yes
checking if gcc supports -Wundef... yes
checking if gcc supports -Wwrite-strings... yes
checking if gcc supports -Wformat-truncation=0... yes
checking if gcc supports -Wformat-overflow=0... yes
checking if gcc supports -mcx16... yes
checking for valgrind... valgrind
checking for Valgrind tool memcheck... yes
checking whether gcc supports -fvisibility=hidden... yes
checking for GCC atomic builtins... yes
checking whether -latomic is needed for 64-bit atomic built-ins... no
checking for __int128... yes
checking whether -latomic is needed for 128-bit atomic built-ins... yes
checking for __atomic_exchange_16 in -latomic... yes
checking for pthread support in -pthread... yes
checking for timer_create in -lrt... yes
checking openssl/des.h usability... yes
checking openssl/des.h presence... yes
checking for openssl/des.h... yes
checking openssl/rand.h usability... yes
checking openssl/rand.h presence... yes
checking for openssl/rand.h... yes
checking openssl/hmac.h usability... yes
checking openssl/hmac.h presence... yes
checking for openssl/hmac.h... yes
checking openssl/evp.h usability... yes
checking openssl/evp.h presence... yes
checking for openssl/evp.h... yes
checking for EVP_EncryptInit in -lcrypto... yes
checking for LIBCONFIG... yes
checking for od... od
checking for a sed that does not truncate output... (cached) /bin/sed
checking for DPDK... yes
configure: Using DPDK detected via pkg-config
checking for DPDK_STATIC... yes
checking if gcc supports -Wno-error=cast-align... yes
checking for doxygen... doxygen
checking for asciidoctor... no
configure: WARNING: asciidoctor not found - continuing without asciidoctor support
checking for mscgen... no
configure: WARNING: mscgen not found - continuing without sequence message support
checking if C++ compiler works... yes
checking for CUNIT... no
configure: WARNING: pkg-config could not find CUnit, guessing
checking CUnit/Basic.h usability... no
checking CUnit/Basic.h presence... no
checking for CUnit/Basic.h... no
checking for CU_get_error in -lcunit... no
configure: WARNING: CUnit was not found, disabling validation testsuite
checking for doxygen... /usr/bin/doxygen
checking for perl... /usr/bin/perl
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating doc/application-api-guide/Makefile
config.status: creating doc/helper-guide/Makefile
config.status: creating doc/implementers-guide/Makefile
config.status: creating doc/Makefile
config.status: creating doc/platform-api-guide/Makefile
config.status: creating doc/process-guide/Makefile
config.status: creating doc/users-guide/Makefile
config.status: creating example/classifier/Makefile
config.status: creating example/generator/Makefile
config.status: creating example/hello/Makefile
config.status: creating example/ipsec/Makefile
config.status: creating example/ipsec_api/Makefile
config.status: creating example/ipfragreass/Makefile
config.status: creating example/ipsec_offload/Makefile
config.status: creating example/l2fwd_simple/Makefile
config.status: creating example/l3fwd/Makefile
config.status: creating example/packet/Makefile
config.status: creating example/simple_pipeline/Makefile
config.status: creating example/switch/Makefile
config.status: creating example/sysinfo/Makefile
config.status: creating example/time/Makefile
config.status: creating example/timer/Makefile
config.status: creating example/traffic_mgmt/Makefile
config.status: creating example/Makefile
config.status: creating helper/libodphelper.pc
config.status: creating helper/test/Makefile
config.status: creating test/Makefile
config.status: creating test/common/Makefile
config.status: creating test/miscellaneous/Makefile
config.status: creating test/performance/Makefile
config.status: creating test/validation/Makefile
config.status: creating test/validation/api/atomic/Makefile
config.status: creating test/validation/api/barrier/Makefile
config.status: creating test/validation/api/buffer/Makefile
config.status: creating test/validation/api/chksum/Makefile
config.status: creating test/validation/api/classification/Makefile
config.status: creating test/validation/api/comp/Makefile
config.status: creating test/validation/api/cpumask/Makefile
config.status: creating test/validation/api/crypto/Makefile
config.status: creating test/validation/api/errno/Makefile
config.status: creating test/validation/api/event/Makefile
config.status: creating test/validation/api/hash/Makefile
config.status: creating test/validation/api/init/Makefile
config.status: creating test/validation/api/ipsec/Makefile
config.status: creating test/validation/api/lock/Makefile
config.status: creating test/validation/api/Makefile
config.status: creating test/validation/api/packet/Makefile
config.status: creating test/validation/api/pktio/Makefile
config.status: creating test/validation/api/pool/Makefile
config.status: creating test/validation/api/queue/Makefile
config.status: creating test/validation/api/random/Makefile
config.status: creating test/validation/api/scheduler/Makefile
config.status: creating test/validation/api/shmem/Makefile
config.status: creating test/validation/api/std_clib/Makefile
config.status: creating test/validation/api/system/Makefile
config.status: creating test/validation/api/thread/Makefile
config.status: creating test/validation/api/time/Makefile
config.status: creating test/validation/api/timer/Makefile
config.status: creating test/validation/api/traffic_mngr/Makefile
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/odp/api/spec/version.h
config.status: creating include/odp/api/spec/deprecated.h
config.status: creating helper/Makefile
config.status: creating helper/include/odp/helper/version.h
config.status: creating platform/linux-generic/Makefile
config.status: creating platform/linux-generic/libodp-linux.pc
config.status: creating platform/linux-generic/dumpconfig/Makefile
config.status: creating platform/linux-generic/test/Makefile
config.status: creating platform/linux-generic/test/validation/api/shmem/Makefile
config.status: creating platform/linux-generic/test/validation/api/pktio/Makefile
config.status: creating platform/linux-generic/test/mmap_vlan_ins/Makefile
config.status: creating platform/linux-generic/test/pktio_ipc/Makefile
config.status: creating platform/linux-generic/test/ring/Makefile
config.status: creating platform/linux-dpdk/Makefile
config.status: creating platform/linux-dpdk/libodp-linux.pc
config.status: creating platform/linux-dpdk/dumpconfig/Makefile
config.status: creating platform/linux-dpdk/test/Makefile
config.status: creating platform/linux-dpdk/test/validation/api/pktio/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing platform/linux-dpdk/include/odp_libconfig_config.h commands
opendataplane 1.22.0.0
ODP Library version: 122:0:0
Helper Library version: 122:0:0
implementation_name: odp-dpdk
host: x86_64-pc-linux-gnu
ARCH_DIR x86
ARCH_ABI x86_64-linux
with_platform: linux-dpdk
helper_linux: yes
prefix: /home/niklas/opt/odp-dpdk
sysconfdir: ${prefix}/etc
libdir: ${exec_prefix}/lib
includedir: ${prefix}/include
testdir:
WITH_ARCH:
with_openssl: yes
cc: gcc
cc version: gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
cppflags:
cflags: -g -O2 -pthread -W -Wall -Werror -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wcast-align -Wnested-externs -Wcast-qual -Wformat-nonliteral -Wformat-security -Wundef -Wwrite-strings -Wformat-truncation=0 -Wformat-overflow=0 -std=c99 -mcx16 -Wno-error=cast-align
cxxflags: -g -O2 -W -Wall -Werror -std=c++11 -Wno-deprecated-register
ld: /usr/bin/ld -m elf_x86_64
ldflags: -pthread
libs:
defs: -DHAVE_CONFIG_H
static libraries: yes
shared libraries: yes
ABI compatible: yes
link time optimization: no
deprecated APIs: no
debug: ODP_DEBUG=0, ODP_DEBUG_PRINT=0, ODPH_DEBUG=0, ODPH_DEBUG_PRINT=0
cunit: no
static tests linkage: yes
with_examples: yes
with_tests: yes
test_vald: no
test_perf: yes
test_cpp: yes
test_helper: yes
test_example: yes
user_guides: no
pcapng: no
% ldd example/traffic_mgmt/odp_traffic_mgmt
linux-vdso.so.1 (0x00007ffcb96bc000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1b32d82000)
libatomic.so.1 => /usr/lib/x86_64-linux-gnu/libatomic.so.1 (0x00007f1b32b7a000)
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f1b326af000)
libconfig.so.9 => /usr/lib/x86_64-linux-gnu/libconfig.so.9 (0x00007f1b324a3000)
librte_bus_vdev.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_bus_vdev.so.17.11 (0x00007f1b322a0000)
librte_cryptodev.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_cryptodev.so.17.11 (0x00007f1b32096000)
librte_eal.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_eal.so.17.11 (0x00007f1b31e30000)
librte_ethdev.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_ethdev.so.17.11 (0x00007f1b31b9c000)
librte_eventdev.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_eventdev.so.17.11 (0x00007f1b31990000)
librte_mbuf.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_mbuf.so.17.11 (0x00007f1b31789000)
librte_mempool.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_mempool.so.17.11 (0x00007f1b31583000)
librte_pmd_ring.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_pmd_ring.so.17.11 (0x00007f1b3137b000)
librte_ring.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_ring.so.17.11 (0x00007f1b31178000)
librte_timer.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_timer.so.17.11 (0x00007f1b30f6e000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1b30d66000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1b30975000)
/lib64/ld-linux-x86-64.so.2 (0x00007f1b332d7000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1b30771000)
librte_kvargs.so.17.11 => /usr/lib/x86_64-linux-gnu/librte_kvargs.so.17.11 (0x00007f1b3056e000)
libnuma.so.1 => /usr/lib/x86_64-linux-gnu/libnuma.so.1 (0x00007f1b30363000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment