swaywm / sway

i3-compatible Wayland compositor
https://swaywm.org
MIT License
14.71k stars 1.11k forks source link

fullscreen_output not a member did you mean fullscreen? #4106

Closed japrogramer closed 5 years ago

japrogramer commented 5 years ago

While building package: r5893.e6fbb3c6-1

▶ yay                                                                                                                                                                                                           ∞
[sudo] password for archangel:
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Searching databases for updates...
:: Searching AUR for updates...
:: 1 Packages to upgrade.
1  aur/sway-git  r5806.acdb4ed7-1 -> r5893.e6fbb3c6-1
==> Packages to not upgrade: (eg: 1 2 3, 1-3, ^4 or repo name)
==>
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur: 1]  sway-git-r5893.e6fbb3c6-1

  1 sway-git                                 (Installed) (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/archangel/.cache/yay/sway-git
:: Downloaded PKGBUILD (1/1): sway-git
  1 sway-git                                 (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a

==> Proceed with install? [Y/n] y
:: Parsing SRCINFO (1/1): sway-git
==> Making package: sway-git r5893.e6fbb3c6-1 (Mon 29 Apr 2019 09:11:53 PM CDT)
==> Retrieving sources...
  -> Cloning sway git repo...
Cloning into bare repository '/home/archangel/.cache/yay/sway-git/sway'...
remote: Enumerating objects: 62, done.
remote: Counting objects: 100% (62/62), done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 37655 (delta 26), reused 16 (delta 5), pack-reused 37593
Receiving objects: 100% (37655/37655), 27.72 MiB | 3.06 MiB/s, done.
Resolving deltas: 100% (27558/27558), done.
==> Validating source files with sha1sums...
    sway ... Skipped
==> Cleaning up...
==> Making package: sway-git r5893.e6fbb3c6-1 (Mon 29 Apr 2019 09:12:04 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating sway git repo...
Fetching origin
==> Validating source files with sha1sums...
    sway ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of sway git repo...
Cloning into 'sway'...
done.
==> Starting prepare()...
The Meson build system
Version: 0.50.1
Source dir: /home/archangel/.cache/yay/sway-git/src/sway
Build dir: /home/archangel/.cache/yay/sway-git/src/build
Build type: native build
Project name: sway
Project version: 1.0
Native C compiler: cc (gcc 8.3.0 "cc (GCC) 8.3.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.6.1)
Dependency json-c found: YES 0.13.1
Dependency libpcre found: YES 8.43
Dependency wayland-server found: YES 1.17.0
Dependency wayland-client found: YES 1.17.0
Dependency wayland-cursor found: YES 1.17.0
Dependency wayland-egl found: YES 18.1.0
Dependency wayland-protocols found: YES 1.17
Dependency xkbcommon found: YES 0.8.4
Dependency cairo found: YES 1.16.0
Dependency pango found: YES 1.43.0
Dependency pangocairo found: YES 1.43.0
Dependency gdk-pixbuf-2.0 found: YES 2.38.1
Dependency pixman-1 found: YES 0.38.4
Dependency libevdev found: YES 1.6.0
Dependency libinput found: YES 1.13.1
Dependency libsystemd found: YES 242
Found CMake: /usr/bin/cmake (3.14.3)
Dependency libelogind found: NO (tried pkgconfig and cmake)
Dependency xcb found: YES 1.13.1
Library m found: YES
Library rt found: YES
Program git found: YES (/usr/bin/git)
Subproject directory not found and wlroots.wrap file not found
Subproject  subprojects/wlroots is buildable: NO (disabling)
Dependency wlroots found: YES 0.5.0
Fetching value of define "WLR_HAS_XWAYLAND" with dependency wlroots: 1
Dependency scdoc found: YES 1.9.4
Program /usr/bin/scdoc found: YES (/usr/bin/scdoc)
Program sh found: YES (/usr/bin/sh)
Configuring config.h using configuration
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
Configuring config using configuration
Configuring 00-defaults using configuration
Message:
Features:
xwayland: true
gdk-pixbuf: true
systemd: true
elogind: false
tray: true
man-pages: true

Build targets in project: 17
Option werror is: false [default: true]
Found ninja-1.9.0 at /usr/bin/ninja
==> Starting pkgver()...
==> Updated version: sway-git r5900.3b3e0560-1
==> Sources are ready.
==> Making package: sway-git r5900.3b3e0560-1 (Mon 29 Apr 2019 09:12:08 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
ninja: Entering directory `/home/archangel/.cache/yay/sway-git/src/build'
[80/271] Compiling C object 'sway/345c74e@@sway@exe/desktop_output.c.o'.
../sway/sway/desktop/output.c: In function ‘damage_handle_frame’:
../sway/sway/desktop/output.c:384:7: warning: implicit declaration of function ‘wlr_output_damage_attach_render’; did you mean ‘wlr_output_damage_make_current’? [-Wimplicit-function-declaration]
  if (!wlr_output_damage_attach_render(output->damage,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       wlr_output_damage_make_current
[81/271] Compiling C object 'sway/345c74e@@sway@exe/desktop_xdg_shell.c.o'.
FAILED: sway/345c74e@@sway@exe/desktop_xdg_shell.c.o
cc -Isway/345c74e@@sway@exe -Isway -I../sway/sway -Iinclude -I../sway/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/libevdev-1.0/ -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -g '-DSWAY_SRC_DIR="/home/archangel/.cache/yay/sway-git/src/sway"' -DWL_HIDE_DEPRECATED -DWLR_USE_UNSTABLE -Wno-unused-parameter -Wno-unused-result -Wundef -Wvla '-DSYSCONFDIR="//etc"' '-DSWAY_VERSION="1.0-rc1-271-g3b3e0560 (" __DATE__ ", branch '"'"'master'"'"')"' -MD -MQ 'sway/345c74e@@sway@exe/desktop_xdg_shell.c.o' -MF 'sway/345c74e@@sway@exe/desktop_xdg_shell.c.o.d' -o 'sway/345c74e@@sway@exe/desktop_xdg_shell.c.o' -c ../sway/sway/desktop/xdg_shell.c
../sway/sway/desktop/xdg_shell.c: In function ‘handle_map’:
../sway/sway/desktop/xdg_shell.c:433:41: error: ‘struct wlr_xdg_toplevel_state’ has no member named ‘fullscreen_output’; did you mean ‘fullscreen’?
   xdg_surface->toplevel->client_pending.fullscreen_output,
                                         ^~~~~~~~~~~~~~~~~
                                         fullscreen
[82/271] Compiling C object 'sway/345c74e@@sway@exe/desktop_xdg_shell_v6.c.o'.
FAILED: sway/345c74e@@sway@exe/desktop_xdg_shell_v6.c.o
cc -Isway/345c74e@@sway@exe -Isway -I../sway/sway -Iinclude -I../sway/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/json-c -I/usr/include/libevdev-1.0/ -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=c11 -g '-DSWAY_SRC_DIR="/home/archangel/.cache/yay/sway-git/src/sway"' -DWL_HIDE_DEPRECATED -DWLR_USE_UNSTABLE -Wno-unused-parameter -Wno-unused-result -Wundef -Wvla '-DSYSCONFDIR="//etc"' '-DSWAY_VERSION="1.0-rc1-271-g3b3e0560 (" __DATE__ ", branch '"'"'master'"'"')"' -MD -MQ 'sway/345c74e@@sway@exe/desktop_xdg_shell_v6.c.o' -MF 'sway/345c74e@@sway@exe/desktop_xdg_shell_v6.c.o.d' -o 'sway/345c74e@@sway@exe/desktop_xdg_shell_v6.c.o' -c ../sway/sway/desktop/xdg_shell_v6.c
../sway/sway/desktop/xdg_shell_v6.c: In function ‘handle_map’:
../sway/sway/desktop/xdg_shell_v6.c:427:41: error: ‘struct wlr_xdg_toplevel_v6_state’ has no member named ‘fullscreen_output’; did you mean ‘fullscreen’?
   xdg_surface->toplevel->client_pending.fullscreen_output,
                                         ^~~~~~~~~~~~~~~~~
                                         fullscreen
[84/271] Compiling C object 'sway/345c74e@@sway@exe/desktop_render.c.o'.
../sway/sway/desktop/render.c: In function ‘output_render’:
../sway/sway/desktop/render.c:1094:2: warning: implicit declaration of function ‘wlr_output_set_damage’; did you mean ‘wlr_output_set_gamma’? [-Wimplicit-function-declaration]
  wlr_output_set_damage(wlr_output, &frame_damage);
  ^~~~~~~~~~~~~~~~~~~~~
  wlr_output_set_gamma
../sway/sway/desktop/render.c:1097:7: warning: implicit declaration of function ‘wlr_output_commit’; did you mean ‘new_output_config’? [-Wimplicit-function-declaration]
  if (!wlr_output_commit(wlr_output)) {
       ^~~~~~~~~~~~~~~~~
       new_output_config
[90/271] Compiling C object 'sway/345c74e@@sway@exe/input_seatop_move_tiling.c.o'.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: sway-git
ddevault commented 5 years ago

Update wlroots.