Advertisement
Guest User

Untitled

a guest
Dec 27th, 2023
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. root@dchub:~/RUBIRC# meson setup builddir
  2. The Meson build system
  3. Version: 1.3.1
  4. Source dir: /root/RUBIRC
  5. Build dir: /root/RUBIRC/builddir
  6. Build type: native build
  7. Project name: rubirc
  8. Project version: 2.16.2
  9. C compiler for the host machine: cc (gcc 11.4.0 "cc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0")
  10. C linker for the host machine: cc ld.bfd 2.38
  11. Host machine cpu family: x86_64
  12. Host machine cpu: x86_64
  13. Found pkg-config: YES (/usr/bin/pkg-config) 0.29.2
  14. Run-time dependency gio-2.0 found: YES 2.72.4
  15. Run-time dependency gmodule-2.0 found: YES 2.72.4
  16. Run-time dependency libcanberra found: YES 0.30
  17. Found CMake: /usr/bin/cmake (3.22.1)
  18. Run-time dependency dbus-glib-1 found: NO (tried pkgconfig and cmake)
  19. Run-time dependency openssl found: YES 3.0.2
  20. Checking for function "memrchr" : YES
  21. Has header "strings.h" : YES
  22. Checking for function "X509_get_signature_nid" with dependency openssl: YES
  23. Checking for function "SSL_CTX_get_ssl_method" with dependency openssl: YES
  24. Checking for function "DH_set0_pqg" with dependency openssl: YES
  25. Checking for function "DH_get0_key" with dependency openssl: YES
  26. Checking for function "DH_set0_key" with dependency openssl: YES
  27. Checking for function "ERR_remove_thread_state" with dependency openssl: YES
  28. Checking for function "ASN1_STRING_get0_data" with dependency openssl: YES
  29. Configuring config.h using configuration
  30. Compiler for C supports arguments -funsigned-char: YES
  31. Compiler for C supports arguments -Wno-conversion: YES
  32. Compiler for C supports arguments -Wno-pointer-sign: YES
  33. Compiler for C supports arguments -Wno-padded: YES
  34. Compiler for C supports arguments -Wno-unused-parameter: YES
  35. Compiler for C supports arguments -Wno-missing-prototypes: YES
  36. Compiler for C supports arguments -Winline: YES
  37. Compiler for C supports arguments -Wstrict-prototypes: YES
  38. Compiler for C supports arguments -Werror=implicit-function-declaration: YES
  39. Compiler for C supports arguments -Werror=pointer-arith: YES
  40. Compiler for C supports arguments -Werror=init-self: YES
  41. Compiler for C supports arguments -Werror=format-security -Werror=format=1: YES
  42. Compiler for C supports arguments -Werror=missing-include-dirs: YES
  43. Compiler for C supports arguments -Werror=date-time: YES
  44. Compiler for C supports arguments -fstack-protector-strong: YES
  45. Compiler for C supports link arguments -Wl,-z,relro: YES
  46. Compiler for C supports link arguments -Wl,-z,now: YES
  47. Compiler for C supports link arguments -Wl,--nxcompat: NO
  48. Compiler for C supports link arguments -Wl,--dynamicbase: NO
  49. Build-time dependency glib-2.0 found: YES 2.72.4
  50. Program /usr/bin/glib-genmarshal found: YES (/usr/bin/glib-genmarshal)
  51. Program make-te.py found: YES (/root/RUBIRC/src/common/make-te.py)
  52. Run-time dependency gtk+-2.0 found: YES 2.24.33
  53. Run-time dependency x11 found: YES 1.7.5
  54. Run-time dependency iso-codes found: YES 4.9.0
  55. Dependency gio-2.0 found: YES 2.72.4 (cached)
  56. Program /usr/bin/glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
  57. Run-time dependency luajit found: NO (tried pkgconfig and cmake)
  58.  
  59. plugins/lua/meson.build:4:12: ERROR: Dependency "luajit" not found, tried pkgconfig and cmake
  60.  
  61. A full log can be found at /root/RUBIRC/builddir/meson-logs/meson-log.txt
  62.  
  63. root@dchub:~/RUBIRC# apt install luajit
  64. Reading package lists... Done
  65. Building dependency tree... Done
  66. Reading state information... Done
  67. luajit is already the newest version (2.1.0~beta3+dfsg-6).
  68. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
  69.  
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement