Guest User

Untitled

a guest
May 14th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. paru -S wooz-git
  2. :: Resolving dependencies...
  3. :: Calculating conflicts...
  4. :: Calculating inner conflicts...
  5.  
  6. Aur (1) Old Version New Version Make Only
  7. aur/wooz-git r169.aa33ad2-2 No
  8.  
  9. :: Proceed to review? [Y/n]:
  10.  
  11. :: Downloading PKGBUILDs...
  12. PKGBUILDs up to date
  13. nothing new to review
  14. fetching devel info...
  15. ==> Making package: wooz-git r169.aa33ad2-2 (Wednesday 14 May 2025 01:51:37 PM)
  16. ==> Retrieving sources...
  17. -> Updating wooz git repo...
  18. ==> Validating source files with sha256sums...
  19. wooz ... Skipped
  20. ==> Making package: wooz-git r169.aa33ad2-2 (Wednesday 14 May 2025 01:51:39 PM)
  21. ==> Checking runtime dependencies...
  22. ==> Checking buildtime dependencies...
  23. ==> Retrieving sources...
  24. -> Updating wooz git repo...
  25. ==> Validating source files with sha256sums...
  26. wooz ... Skipped
  27. ==> Removing existing $srcdir/ directory...
  28. ==> Extracting sources...
  29. -> Creating working copy of wooz git repo...
  30. Cloning into 'wooz'...
  31. done.
  32. ==> Starting pkgver()...
  33. ==> Sources are ready.
  34. wooz-git-r169.aa33ad2-2: parsing pkg list...
  35. ==> Making package: wooz-git r169.aa33ad2-2 (Wednesday 14 May 2025 01:51:41 PM)
  36. ==> Checking runtime dependencies...
  37. ==> Checking buildtime dependencies...
  38. ==> WARNING: Using existing $srcdir/ tree
  39. ==> Starting pkgver()...
  40. ==> Removing existing $pkgdir/ directory...
  41. ==> Starting build()...
  42. + exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_pie=true -D python.bytecompile=1 build wooz
  43. The Meson build system
  44. Version: 1.8.0
  45. Source dir: /home/gaanee/.cache/paru/clone/wooz-git/src/wooz
  46. Build dir: /home/gaanee/.cache/paru/clone/wooz-git/src/build
  47. Build type: native build
  48. Project name: wooz
  49. Project version: 0.1.0
  50. C compiler for the host machine: cc (gcc 15.1.1 "cc (GCC) 15.1.1 20250425")
  51. C linker for the host machine: cc ld.bfd 2.44.0
  52. Host machine cpu family: x86_64
  53. Host machine cpu: x86_64
  54. Compiler for C supports arguments -Wno-unused-parameter: YES
  55. Compiler for C supports arguments -Wundef: YES
  56. Library m found: YES
  57. Library rt found: YES
  58. Found pkg-config: YES (/usr/bin/pkg-config) 2.4.3
  59. Run-time dependency wayland-client found: YES 1.23.1
  60. Run-time dependency wayland-protocols found: YES 1.44
  61. Build-time dependency wayland-scanner found: YES 1.23.1
  62. Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
  63. Build targets in project: 1
  64.  
  65. wooz 0.1.0
  66.  
  67. User defined options
  68. auto_features : enabled
  69. b_pie : true
  70. buildtype : plain
  71. libexecdir : lib
  72. prefix : /usr
  73. python.bytecompile: 1
  74. sbindir : bin
  75. wrap_mode : nodownload
  76.  
  77. Found ninja-1.12.1 at /usr/bin/ninja
  78. ninja: Entering directory `build'
  79. [19/20] Compiling C object wooz.p/main.c.o
  80. FAILED: wooz.p/main.c.o
  81. cc -Iwooz.p -I. -I../wooz -I../wooz/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -Werror -std=c11 -Wno-unused-parameter -Wundef -D_POSIX_C_SOURCE=200809L -DGRIM_LITTLE_ENDIAN=1 -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fPIE -MD -MQ wooz.p/main.c.o -MF wooz.p/main.c.o.d -o wooz.p/main.c.o -c ../wooz/main.c
  82. ../wooz/main.c: In function ‘xdg_toplevel_configure’:
  83. ../wooz/main.c:225:17: error: enumeration value ‘XDG_TOPLEVEL_STATE_CONSTRAINED_LEFT’ not handled in switch [-Werror=switch]
  84. 225 | switch (*state) {
  85. | ^~~~~~
  86. ../wooz/main.c:225:17: error: enumeration value ‘XDG_TOPLEVEL_STATE_CONSTRAINED_RIGHT’ not handled in switch [-Werror=switch]
  87. ../wooz/main.c:225:17: error: enumeration value ‘XDG_TOPLEVEL_STATE_CONSTRAINED_TOP’ not handled in switch [-Werror=switch]
  88. ../wooz/main.c:225:17: error: enumeration value ‘XDG_TOPLEVEL_STATE_CONSTRAINED_BOTTOM’ not handled in switch [-Werror=switch]
  89. cc1: all warnings being treated as errors
  90. ninja: build stopped: subcommand failed.
  91. ==> ERROR: A failure occurred in build().
  92. Aborting...
  93. error: failed to build 'wooz-git-r169.aa33ad2-2':
  94. error: packages failed to build: wooz-git-r169.aa33ad2-2
  95.  
  96. ~ 10s
Advertisement
Add Comment
Please, Sign In to add comment