Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. | Checking for function "ctan" with dependency -lm: YES (cached)
  2. | Checking for function "ctanf" with dependency -lm: YES
  3. | Checking for function "ctanl" with dependency -lm: YES
  4. | Checking for function "ctanh" with dependency -lm: YES (cached)
  5. | Checking for function "ctanhf" with dependency -lm: YES
  6. | Checking for function "ctanhl" with dependency -lm: YES
  7. | Checking for function "isfinite" with dependency -lm: YES
  8. | Header "Python.h" has symbol "isfinite" with dependency python-3.13: YES
  9. | Checking for function "isinf" with dependency -lm: YES
  10. | Header "Python.h" has symbol "isinf" with dependency python-3.13: YES
  11. | Checking for function "isnan" with dependency -lm: YES
  12. | Header "Python.h" has symbol "isnan" with dependency python-3.13: YES
  13. | Checking for function "signbit" with dependency -lm: YES
  14. | Header "Python.h" has symbol "signbit" with dependency python-3.13: YES
  15. | Checking if "thread_local" compiles: NO
  16. | Checking if "_Thread_local" compiles: YES
  17. | Checking if "__thread" compiles: YES
  18. | Checking if "__declspec(thread)" compiles: NO
  19. | Checking for function "fallocate" : YES
  20. | Header "Python.h" has symbol "HAVE_FTELLO" with dependency python-3.13: YES
  21. | Header "Python.h" has symbol "HAVE_FSEEKO" with dependency python-3.13: YES
  22. | Checking for function "backtrace" : YES
  23. | Checking for function "madvise" : YES
  24. | Has header "features.h" : YES
  25. | Has header "xlocale.h" : NO
  26. | Has header "dlfcn.h" : YES
  27. | Has header "execinfo.h" : YES
  28. | Has header "libunwind.h" : NO
  29. | Has header "sys/mman.h" : YES
  30. | Checking for function "strtold_l" : YES
  31. | Compiler for C supports arguments -O3: YES
  32. |
  33. | ../numpy-2.1.3/numpy/_core/meson.build:408:46: ERROR: Can not run test applications in this cross environment.
  34. |
  35. | A full log can be found at /home/tgamblin/workspace/yocto/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-numpy/2.1.3/build/meson-logs/meson-log.txt
  36. |
  37. | ERROR Backend subprocess exited when trying to invoke build_wheel
  38. | WARNING: exit code 1 from a shell command.
  39. ERROR: Task (virtual:nativesdk:/home/tgamblin/workspace/yocto/poky/meta/recipes-devtools/python/python3-numpy_2.1.3.bb:do_compile) failed with exit code '1'
  40. NOTE: Tasks Summary: Attempted 1300 tasks of which 1289 didn't need to be rerun and 1 failed.
  41.  
  42. Summary: 1 task failed:
  43. virtual:nativesdk:/home/tgamblin/workspace/yocto/poky/meta/recipes-devtools/python/python3-numpy_2.1.3.bb:do_compile
  44. log: /home/tgamblin/workspace/yocto/poky/build/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-numpy/2.1.3/temp/log.do_compile.1938261
  45. Summary: There was 1 ERROR message, returning a non-zero exit code.
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement