ferruhy

Untitled

Nov 3rd, 2022
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. My Logs:
  2.  
  3. ``
  4. 7254 Message: drivers/event/cnxk: Defining dependency "event_cnxk"
  5. 7255 Running compile:
  6. 7256 Working directory: /tmp/tmpzleaa0mx
  7. 7257 Command line: ccache cc /tmp/tmpzleaa0mx/testfile.c -pipe -E -P -D_FILE_OFFSET_BITS=64 -P -O0 -march=native
  8. 7258
  9. 7259 Code:
  10. 7260
  11. 7261
  12. 7262 #ifndef dev/qat_crypto_pmd_gen4.c
  13. 7263 # define dev/qat_crypto_pmd_gen4.c
  14. 7264 #endif
  15. 7265 "MESON_GET_DEFINE_DELIMITER"
  16. 7266 dev/qat_crypto_pmd_gen4.c
  17. 7267 Compiler stdout:
  18. 7268 "MESON_GET_DEFINE_DELIMITER"
  19. 7269 /qat_crypto_pmd_gen4.c/qat_crypto_pmd_gen4.c
  20. 7270
  21. 7271 Compiler stderr:
  22. 7272 /tmp/tmpzleaa0mx/testfile.c:3:20: warning: extra tokens at end of #ifndef directive
  23. 7273 3 | #ifndef dev/qat_crypto_pmd_gen4.c
  24. 7274 | ^
  25. 7275 /tmp/tmpzleaa0mx/testfile.c:4:18: warning: ISO C99 requires whitespace after the macro name
  26. 7276 4 | # define dev/qat_crypto_pmd_gen4.c
  27. 7277 | ^~~
  28. 7278
  29. 7279 Fetching value of define "dev/qat_crypto_pmd_gen4.c" : /qat_crypto_pmd_gen4.c/qat_crypto_pmd_gen4.c
  30. ``
  31.  
  32. Suse Build logs:
  33. ``
  34. [ 358s] Running compile:
  35. [ 358s] Working directory: /tmp/tmpzi8x3zh8
  36. [ 358s] Command line: cc /tmp/tmpzi8x3zh8/testfile.c -E -P -O2 -ffile-prefix-map=/usr/src/packages/BUILD=. -fstack-protector-strong -Wformat -Werror=format-security -Werror -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -P -O0 -march=corei7
  37. [ 358s]
  38. [ 358s] Code:
  39. [ 358s]
  40. [ 358s]
  41. [ 358s] #ifndef dev/qat_crypto_pmd_gen4.c
  42. [ 358s] # define dev/qat_crypto_pmd_gen4.c
  43. [ 358s] #endif
  44. [ 358s] "MESON_GET_DEFINE_DELIMITER"
  45. [ 358s] dev/qat_crypto_pmd_gen4.c
  46. [ 358s] Compiler stdout:
  47. [ 358s] "MESON_GET_DEFINE_DELIMITER"
  48. [ 358s] /qat_crypto_pmd_gen4.c/qat_crypto_pmd_gen4.c
  49. [ 358s]
  50. [ 358s] Compiler stderr:
  51. [ 358s] /tmp/tmpzi8x3zh8/testfile.c:3:20: error: extra tokens at end of #ifndef directive [-Werror]
  52. [ 358s] 3 | #ifndef dev/qat_crypto_pmd_gen4.c
  53. [ 358s] | ^
  54. [ 358s] /tmp/tmpzi8x3zh8/testfile.c:4:18: error: ISO C99 requires whitespace after the macro name [-Werror]
  55. [ 358s] 4 | # define dev/qat_crypto_pmd_gen4.c
  56. [ 358s] | ^~~
  57. [ 358s] cc1: all warnings being treated as errors
  58. [ 358s]
  59. [ 358s]
  60. [ 358s] ../drivers/event/dlb2/meson.build:41:10: ERROR: Could not get define 'dev/qat_crypto_pmd_gen4.c'
  61. [ 358s] dh_auto_configure: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu --libexecdir=lib/x86_64-linux-gnu --includedir=include/dpdk --default-library=shared -Dinclude_subdir_arch=../x86_64-linux-gnu/dpdk -Dmachine=default -Dkernel_dir=/lib/modules/5.15.0-25-generic/build -Denable_kmods=true returned exit code 1
  62. [ 358s] make[2]: *** [debian/rules:116: override_dh_auto_configure] Error 25
  63. ``
  64.  
Advertisement
Add Comment
Please, Sign In to add comment