Guest User

sudo meson install -C builddir/

a guest
Jul 1st, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. ninja: Entering directory `/home/sid/kmscon/builddir'
  2. [1/64] Compiling C object tests/test_key.p/test_key.c.o
  3. [2/64] Compiling C object src/mod-bbulk.so.p/kmscon_mod_bbulk.c.o
  4. [3/64] Compiling C object src/mod-pixman.so.p/kmscon_mod_pixman.c.o
  5. [4/64] Compiling C object src/mod-pango.so.p/kmscon_mod_pango.c.o
  6. [5/64] Generating from 'uterm_input_fallback.xkb'
  7. [6/64] Compiling C object src/mod-bbulk.so.p/text_bbulk.c.o
  8. [7/64] Generating src/shl_githead.c with a custom command
  9. fatal: No names found, cannot describe anything.
  10. [8/64] Compiling C object src/libuterm.a.p/meson-generated_uterm_input_fallback.xkb.bin.c.o
  11. [9/64] Compiling C object src/libshl.a.p/meson-generated_.._shl_githead.c.o
  12. [10/64] Compiling C object src/genunifont.p/genunifont.c.o
  13. [11/64] Compiling C object external/libext-htable.a.p/htable.c.o
  14. [12/64] Compiling C object src/libshl.a.p/shl_log.c.o
  15. [13/64] Compiling C object src/libuterm.a.p/uterm_systemd.c.o
  16. [14/64] Linking target src/genunifont
  17. [15/64] Linking static target external/libext-htable.a
  18. [16/64] Linking static target src/libshl.a
  19. [17/64] Compiling C object src/mod-pixman.so.p/text_pixman.c.o
  20. [18/64] Generating src/unifont-bin with a custom command
  21. Finished: 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99%100%
  22. [19/64] Compiling C object src/libuterm.a.p/uterm_input.c.o
  23. [20/64] Compiling C object src/libuterm.a.p/uterm_drm2d_video.c.o
  24. [21/64] Compiling C object tests/test_shl.p/test_shl.c.o
  25. [22/64] Compiling C object src/libuterm.a.p/uterm_drm2d_render.c.o
  26. [23/64] Compiling C object src/libuterm.a.p/uterm_input_uxkb.c.o
  27. [24/64] Compiling C object src/kmscon.p/font.c.o
  28. [25/64] Compiling C object src/kmscon.p/text_bblit.c.o
  29. [26/64] Compiling C object src/libuterm.a.p/uterm_monitor.c.o
  30. [27/64] Compiling C object src/kmscon.p/font_8x16.c.o
  31. [28/64] Compiling C object src/mod-pango.so.p/font_pango.c.o
  32. [29/64] Compiling C object src/libuterm.a.p/uterm_fbdev_video.c.o
  33. [30/64] Compiling C object src/libuterm.a.p/uterm_vt.c.o
  34. [31/64] Compiling C object src/libuterm.a.p/uterm_fbdev_render.c.o
  35. [32/64] Compiling C object src/kmscon.p/kmscon_module.c.o
  36. [33/64] Compiling C object src/libuterm.a.p/uterm_video.c.o
  37. [34/64] Compiling C object src/kmscon.p/kmscon_dummy.c.o
  38. [35/64] Compiling C object src/libuterm.a.p/uterm_drm_shared.c.o
  39. [36/64] Linking target src/mod-bbulk.so
  40. [37/64] Compiling C object src/kmscon.p/text.c.o
  41. [38/64] Compiling C object src/libconf.a.p/conf.c.o
  42. [39/64] Linking static target src/libuterm.a
  43. [40/64] Linking static target src/libconf.a
  44. [41/64] Compiling C object src/kmscon.p/pty.c.o
  45. [42/64] Compiling C object src/kmscon.p/kmscon_terminal.c.o
  46. FAILED: src/kmscon.p/kmscon_terminal.c.o
  47. cc -Isrc/kmscon.p -Isrc -I../src -Iexternal -I../external -I/usr/local/include -I/usr/include/libdrm -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Werror -std=gnu99 -O2 -g -ffast-math -fno-strict-aliasing -ffunction-sections -fdata-sections -fstack-protector -fvisibility=hidden -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L -include /home/sid/kmscon/builddir/config.h -pthread -MD -MQ src/kmscon.p/kmscon_terminal.c.o -MF src/kmscon.p/kmscon_terminal.c.o.d -o src/kmscon.p/kmscon_terminal.c.o -c ../src/kmscon_terminal.c
  48. ../src/kmscon_terminal.c:62:10: fatal error: dbus/dbus.h: No such file or directory
  49. 62 | #include <dbus/dbus.h>
  50. | ^~~~~~~~~~~~~
  51. compilation terminated.
  52. [43/64] Linking target src/mod-pixman.so
  53. [44/64] Compiling C object tests/test_vt.p/test_vt.c.o
  54. [45/64] Linking target tests/test_shl
  55. [46/64] Linking target src/mod-pango.so
  56. [47/64] Linking target tests/test_key
  57. [48/64] Compiling C object tests/test_output.p/test_output.c.o
  58. [49/64] Compiling C object src/kmscon.p/kmscon_main.c.o
  59. [50/64] Compiling C object src/kmscon.p/kmscon_mouse.c.o
  60. [51/64] Compiling C object tests/test_input.p/test_input.c.o
  61. [52/64] Compiling C object src/libeloop.a.p/eloop.c.o
  62. [53/64] Compiling C object src/kmscon.p/kmscon_seat.c.o
  63. [54/64] Compiling C object src/kmscon.p/kmscon_conf.c.o
  64. [55/64] Generating from 'font_unifont_data'
  65. ninja: build stopped: subcommand failed.
  66. Could not rebuild /home/sid/kmscon/builddir
Advertisement
Add Comment
Please, Sign In to add comment