Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2025
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. config.log-| #ifdef HAVE_UNISTD_H
  2. config.log-| # include <unistd.h>
  3. config.log-| #endif
  4. config.log-| #include <dbi/dbi.h>
  5. config.log-configure:26995: result: no
  6. config.log-configure:27100: checking for libdpdk
  7. config.log-configure:27107: $PKG_CONFIG --exists --print-errors "libdpdk"
  8. config.log-Package libdpdk was not found in the pkg-config search path.
  9. config.log-Perhaps you should add the directory containing `libdpdk.pc'
  10. config.log-to the PKG_CONFIG_PATH environment variable
  11. config.log-No package 'libdpdk' found
  12. config.log-configure:27110: $? = 1
  13. config.log-configure:27124: $PKG_CONFIG --exists --print-errors "libdpdk"
  14. config.log-Package libdpdk was not found in the pkg-config search path.
  15. config.log-Perhaps you should add the directory containing `libdpdk.pc'
  16. config.log-to the PKG_CONFIG_PATH environment variable
  17. config.log-No package 'libdpdk' found
  18. config.log-configure:27127: $? = 1
  19. config.log-configure:27141: result: no
  20. config.log-No package 'libdpdk' found
  21. config.log-configure:27157: no DPDK pkg-config, using defaults
  22. config.log-configure:27192: checking for rte_config.h
  23. config.log-configure:27192: ccache x86_64-oe-linux-gcc -m64 -march=nehalem -mtune=generic -mfpmath=sse -msse4.2 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/recipe-sysroot -c -O2 -g -fcanon-prefix-map -fmacro-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/collectd-5.12.0=/usr/src/debug/collectd/5.12.0 -fdebug-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/collectd-5.12.0=/usr/src/debug/collectd/5.12.0 -fmacro-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/build=/usr/src/debug/collectd/5.12.0 -fdebug-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/build=/usr/src/debug/collectd/5.12.0 -fdebug-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/recipe-sysroot= -fmacro-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/recipe-sysroot= -fdebug-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/recipe-sysroot-native= -fmacro-prefix-map=/jos/bam/tmp/work/corei7-64-oe-linux/collectd/5.12.0/recipe-sysroot-native= -pipe -I/usr/include/dpdk conftest.c >&5
  24. config.log:cc1: error: include location "/usr/include/dpdk" is unsafe for cross-compilation [-Werror=poison-system-directories]
  25. config.log-conftest.c:161:10: fatal error: rte_config.h: No such file or directory
  26. config.log- 161 | #include <rte_config.h>
  27. config.log- | ^~~~~~~~~~~~~~
  28. config.log-compilation terminated.
  29. config.log-cc1: some warnings being treated as errors
  30. config.log-configure:27192: $? = 1
  31. config.log-configure: failed program was:
  32. config.log-| /* confdefs.h */
  33. config.log-| #define PACKAGE_NAME "collectd"
  34. config.log-| #define PACKAGE_TARNAME "collectd"
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement