Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 894984 Details for
Bug 933460
gui-wm/hyprland-0.40.0-r1 fails to compile: libliftoff.c:410:27: error: too few arguments to function liftoff_output_apply
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 259.18 KB, created by
Agostino Sarubbo
on 2024-06-03 06:44:20 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2024-06-03 06:44:20 UTC
Size:
259.18 KB
patch
obsolete
> * Package: gui-wm/hyprland-0.40.0-r1:0 > * Repository: gentoo > * Maintainer: julien@jroy.ca proxy-maint@gentoo.org > * Upstream: https://github.com/hyprwm/Hyprland/issues > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > > >@@@@@ PLEASE PAY ATTENTION HERE!!! @@@@@ >This information may help you to understand if this is a duplicate or if this bug exists after you pushed a fix; >This ebuild was merged at the following commit: >https://github.com/gentoo-mirror/gentoo/commit/10a7476693424180ed3c2ae2cf5fc33c14b6a138 (Mon Jun 3 03:04:08 UTC 2024) >@@@@@ END @@@@@ > > > >################## ># emerge --info: # >################## > >!!! Your current profile is deprecated and not supported anymore. >!!! Use eselect profile to update your profile. >!!! Please upgrade to the following profile if possible: > > default/linux/amd64/23.0/split-usr > >To upgrade do the following steps: > >A profile upgrade to version 23.0 is available for your architecture. >The new 23.0 profiles enable some toolchain hardening features and >performance enhancements by default, and standardize settings. >You can find the list of changes on the wiki tracking page [1]. > >Upgrade instructions > >Note 1: If you have manually changed your CHOST to a value different from >what the stages and profiles set, you may have to do that in the future too. >In that case you should know what you are doing, hopefully; please read the >instructions with a critical eye then. > >Note 2: In case you are already familiar with binary packages, you should be >able to add "--getbinpkg" to the emerge calls to speed things up. >The use of binary packages is completely optional though, and also not >as much tested as the source-based upgrade path yet. > >1. Ensure your system backups are up to date. Please also update > your system fully and depclean before proceeding. > glibc older than 2.36 and musl older than 1.2.4 is not supported anymore. > >2. If you are still using one of the long-deprecated amd64 17.0 profiles > (other than x32 or musl), then first complete the migration to the > corresponding 17.1 profile. Instructions can be found at [3]. > >3. If you are currently using systemd in a split-usr configuration, then first > complete the migration to the corresponding merged-usr profile of the > same profile version. Details on how to do this can be found in the news > item [4]. > If you are currently using openrc, migrate to 23.0 first, keeping your disk > layout. If you want to move from split-usr to merged-usr, do that afterwards. > >4. Run "emerge --info" and note down the value of the CHOST variable. > >5. Edit /etc/portage/make.conf; if there is a line defining the CHOST variable, > remove it. Also delete all lines defining CHOST_... variables. > >6. Select the 23.0 profile corresponding to your current profile, either using > "eselect profile" or by manually setting the profile symlink. > Note that old profiles are by default split-usr and the 23.0 profiles by > default merged-usr. Do NOT change directory scheme now, since this will > mess up your system! > Instead, make sure that the new profile has the same property: for example, > OLD default/linux/amd64/17.1 > ==> NEW default/linux/amd64/23.0/split-usr > (added "split-usr") > OLD default/linux/amd64/17.1/systemd/merged-usr > ==> NEW default/linux/amd64/23.0/systemd > (removed "merged-usr") > A detailed table of the upgrade paths can be found at [5]. Please consult it. > In some cases (hppa, x86) the table will tell you to pick between two choices. > What you need should be obvious from your *old* CHOST value (from step 4). > >7. Delete the contents of your binary package cache at ${PKGDIR} > rm -r /var/cache/binpkgs/* > >8. In the file or directory /etc/portage/binrepos.conf (if existing), update > the URI in all configuration such that they point to 23.0 profile binhost > directories. The exact paths can be found in the table at [5], too. > >9. Rebuild or reinstall from binary (if available) the following packages in > this order, with the same version as already active: > emerge --ask --oneshot sys-devel/binutils > (you may have to run binutils-config and re-select your binutils now) > emerge --ask --oneshot sys-devel/gcc > (IMPORTANT: If this command wants to rebuild glibc first, do *not* let it do > that; instead, abort and try again with --nodeps added to the command line.) > (you may have to run gcc-config and re-select your gcc now) > and the C library, i.e. for glibc-based systems > emerge --ask --oneshot sys-libs/glibc > or for musl-based systems > emerge --ask --oneshot sys-libs/musl > >10. Re-run "emerge --info" and check if CHOST has changed compared to step 4. > >If the CHOST has NOT changed, skip to step 13 (env-update). Otherwise, > >11. Recheck with binutils-config and gcc-config that valid installed versions > of binutils and gcc are selected. > >12. Check /etc/env.d, /etc/env.d/binutils, and /etc/env.d/gcc for files that > refer to the *OLD* CHOST value, and remove them. > Examples how to do this can be found in the similar procedure at [6]. > >13. Run env-update && source /etc/profile > >14. Re-emerge libtool: > emerge --ask --oneshot libtool > >15. Just for safety, delete the contents of your binary package cache at > ${PKGDIR} again: > rm -r /var/cache/binpkgs/* > >16. Rebuild world: > emerge --ask --emptytree @world > >[1] https://wiki.gentoo.org/wiki/Project:Toolchain/23.0_profile_transition >[2] https://wiki.gentoo.org/wiki/Project:Toolchain/23.0_profile_timeline >[3] https://www.gentoo.org/support/news-items/2019-06-05-amd64-17-1-profiles-are-now-stable.html >[4] https://www.gentoo.org/support/news-items/2022-12-01-systemd-usrmerge.html >[5] https://wiki.gentoo.org/wiki/Project:Toolchain/23.0_update_table >[6] https://wiki.gentoo.org/wiki/Changing_the_CHOST_variable#Verifying_things_work > > >Portage 3.0.64 (python 3.12.3-final-0, default/linux/amd64/17.1, gcc-14, glibc-2.39-r7, 6.1.87-gentoo-dist x86_64) >================================================================= >System uname: Linux-6.1.87-gentoo-dist-x86_64-AMD_EPYC_7513_32-Core_Processor-with-glibc2.39 >KiB Mem: 263449376 total, 87435184 free >KiB Swap: 0 total, 0 free >Timestamp of repository gentoo: Mon, 03 Jun 2024 03:04:08 +0000 >sh bash 5.2_p26-r3 >ld GNU ld (Gentoo 2.42 p3) 2.42.0 >app-misc/pax-utils: 1.3.7::gentoo >app-shells/bash: 5.2_p26-r3::gentoo >dev-build/autoconf: 2.72-r1::gentoo >dev-build/automake: 1.16.5-r2::gentoo >dev-build/cmake: 3.29.3::gentoo >dev-build/libtool: 2.4.7-r4::gentoo >dev-build/make: 4.4.1-r1::gentoo >dev-build/meson: 1.4.1::gentoo >dev-lang/perl: 5.38.2-r6::gentoo >dev-lang/python: 3.10.14_p1-r1::gentoo, 3.11.9-r1::gentoo, 3.12.3-r1::gentoo >dev-lang/rust-bin: 1.78.0::gentoo >sys-apps/baselayout: 2.15::gentoo >sys-apps/openrc: 0.54::gentoo >sys-apps/sandbox: 2.38::gentoo >sys-devel/binutils: 2.42-r1::gentoo >sys-devel/binutils-config: 5.5::gentoo >sys-devel/clang: 17.0.6::gentoo, 18.1.6::gentoo >sys-devel/gcc: 14.1.1_p20240601::gentoo >sys-devel/gcc-config: 2.11::gentoo >sys-devel/lld: 18.1.6::gentoo >sys-devel/llvm: 17.0.6::gentoo, 18.1.6::gentoo >sys-kernel/linux-headers: 6.9::gentoo (virtual/os-headers) >sys-libs/glibc: 2.39-r7::gentoo >Repositories: > >gentoo > location: /usr/portage > sync-type: rsync > sync-uri: rsync://rsync.gentoo.org/gentoo-portage > priority: -1000 > volatile: True > sync-rsync-verify-metamanifest: yes > sync-rsync-verify-max-age: 3 > sync-rsync-verify-jobs: 1 > sync-rsync-extra-opts: > >ACCEPT_KEYWORDS="amd64 ~amd64" >ACCEPT_LICENSE="* BSD" >CBUILD="x86_64-pc-linux-gnu" >CFLAGS="-O2 -march=x86-64 -O3 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXXFLAGS="-O2 -march=x86-64 -O3 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0" >DISTDIR="/var/tmp/portage/gui-wm/hyprland-0.40.0-r1/distdir" >EMERGE_DEFAULT_OPTS="--complete-graph y --with-bdeps=y -1 -k -b --backtrack=100" >ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME" >FCFLAGS="-O2 -march=x86-64 -O3 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -march=x86-64 -O3 -pipe -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0" >GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo/ http://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/ http://distfiles.gentoo.org" >LANG="C.UTF8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" >LEX="flex" >MAKEOPTS="-j32" >PKGDIR="/root/tbci/binpkg" >PORTAGE_CONFIGROOT="/" >PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" >PORTAGE_TMPDIR="/var/tmp" >SHELL="/bin/bash" >USE="acl amd64 bzip2 cli crypt debug dri elogind fortran gdbm iconv ipv6 jumbo-build libtirpc multilib native-symlinks ncurses nls openmp pam pcre readline seccomp split-usr ssl test-rust unicode xattr zlib" ABI_X86="64" ELIBC="glibc" KERNEL="linux" >Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS > > > > > >############################## ># emerge history (qlop -mv): # >############################## >2024-06-03T06:04:50 >>> sys-apps/hwdata-0.382 >2024-06-03T06:04:51 >>> dev-libs/vala-common-0.56.17 >2024-06-03T06:04:52 >>> dev-libs/libclc-18.1.6 >2024-06-03T06:04:53 >>> dev-util/spirv-headers-1.3.283.0 >2024-06-03T06:04:54 >>> dev-libs/hyprland-protocols-0.2-r1 >2024-06-03T06:04:55 >>> dev-libs/wayland-protocols-1.36 >2024-06-03T06:04:56 >>> x11-misc/xkeyboard-config-2.41 >2024-06-03T06:04:57 >>> sys-apps/lsb-release-3.3 >2024-06-03T06:04:58 >>> app-eselect/eselect-rust-20210703 >2024-06-03T06:04:59 >>> dev-libs/oniguruma-6.9.9 >2024-06-03T06:05:00 >>> app-text/scdoc-1.11.3 >2024-06-03T06:05:01 >>> sys-libs/mtdev-1.1.7 >2024-06-03T06:05:02 >>> x11-libs/libxshmfence-1.3.2 >2024-06-03T06:05:03 >>> x11-libs/xcb-util-keysyms-0.4.1 >2024-06-03T06:05:04 >>> x11-libs/libXfixes-6.0.1 >2024-06-03T06:05:05 >>> x11-libs/libXxf86vm-1.1.5 >2024-06-03T06:05:06 >>> x11-libs/libXrandr-1.5.4 >2024-06-03T06:05:07 >>> dev-util/wayland-scanner-1.23.0 >2024-06-03T06:05:08 >>> media-libs/libglvnd-1.7.0 >2024-06-03T06:05:09 >>> dev-cpp/tomlplusplus-3.4.0 >2024-06-03T06:05:10 >>> dev-libs/hyprlang-0.5.1 >2024-06-03T06:05:11 >>> dev-libs/pugixml-1.14 >2024-06-03T06:05:12 >>> dev-libs/fribidi-1.0.13 >2024-06-03T06:05:13 >>> dev-libs/libzip-1.9.2 >2024-06-03T06:05:14 >>> media-libs/libjpeg-turbo-3.0.3 >2024-06-03T06:05:15 >>> dev-libs/libevdev-1.13.2 >2024-06-03T06:05:16 >>> sys-libs/compiler-rt-17.0.6 >2024-06-03T06:05:17 >>> sys-libs/compiler-rt-sanitizers-17.0.6 >2024-06-03T06:05:18 >>> dev-lang/nasm-2.16.03 >2024-06-03T06:05:19 >>> app-text/docbook-xml-dtd-4.3-r2 >2024-06-03T06:05:20 >>> dev-python/mako-1.3.5 >2024-06-03T06:05:22 >>> dev-python/olefile-0.47 >2024-06-03T06:05:23 >>> dev-python/ply-3.11-r2 >2024-06-03T06:05:21 >>> dev-python/pygments-2.18.0 >2024-06-03T06:05:24 >>> sys-devel/llvm-17.0.6 >2024-06-03T06:07:17 >>> dev-libs/wayland-1.23.0 >2024-06-03T06:07:16 >>> dev-util/spirv-tools-1.3.283.0 >2024-06-03T06:07:18 >>> media-libs/libdisplay-info-0.1.1 >2024-06-03T06:07:19 >>> app-misc/jq-1.7.1 >2024-06-03T06:07:15 >>> dev-lang/rust-bin-1.78.0 >2024-06-03T06:07:20 >>> x11-libs/libpciaccess-0.18.1 >2024-06-03T06:07:21 >>> sys-devel/clang-runtime-17.0.6 >2024-06-03T06:07:22 >>> x11-libs/libxkbcommon-1.7.0 >2024-06-03T06:07:24 >>> dev-lang/vala-0.56.17 >2024-06-03T06:07:23 >>> dev-python/pillow-10.3.0 >2024-06-03T06:07:25 >>> dev-libs/libinput-1.25.0 >2024-06-03T06:07:26 >>> sys-auth/seatd-0.8.0 >2024-06-03T06:07:27 >>> sys-devel/llvm-toolchain-symlinks-17 >2024-06-03T06:07:28 >>> x11-libs/pango-1.52.2 >2024-06-03T06:07:27 >>> dev-util/hyprwayland-scanner-0.3.4 >2024-06-03T06:08:31 >>> virtual/rust-1.78.0 >2024-06-03T06:08:32 >>> x11-libs/libdrm-2.4.120 >2024-06-03T06:08:33 >>> dev-python/docutils-0.21.2 >2024-06-03T06:08:34 >>> dev-util/spirv-llvm-translator-17.0.0-r2 >2024-06-03T06:08:35 >>> sys-devel/clang-17.0.6 >2024-06-03T06:08:56 >>> dev-libs/libliftoff-0.5.0 >2024-06-03T06:08:57 >>> x11-libs/gdk-pixbuf-2.42.10-r1 >2024-06-03T06:08:58 >>> media-libs/mesa-24.1.0-r1 >2024-06-03T06:08:59 >>> sys-devel/clang-toolchain-symlinks-17 >2024-06-03T06:09:14 >>> dev-util/intel_clc-24.1.0 >2024-06-03T06:09:15 >>> gnome-base/librsvg-2.57.3 >2024-06-03T06:09:22 >>> gui-libs/hyprcursor-0.1.8 > > > > >####################################### ># installed packages (qlist -ICvUSS): # >####################################### >acct-group/audio-0-r3:0 >acct-group/cdrom-0-r3:0 >acct-group/dialout-0-r3:0 >acct-group/disk-0-r3:0 >acct-group/floppy-0-r1:0 >acct-group/input-0-r3:0 >acct-group/kmem-0-r3:0 >acct-group/kvm-0-r3:0 >acct-group/lp-0-r3:0 >acct-group/man-0-r3:0 >acct-group/messagebus-0-r3:0 >acct-group/polkitd-0-r3:0 >acct-group/portage-0-r2:0 >acct-group/render-0-r3:0 >acct-group/root-0-r2:0 >acct-group/sgx-0-r2:0 >acct-group/sshd-0-r3:0 >acct-group/tape-0-r3:0 >acct-group/tty-0-r3:0 >acct-group/usb-0-r3:0 >acct-group/video-0-r3:0 >acct-user/man-1-r3:0 >acct-user/messagebus-0-r3:0 >acct-user/polkitd-0-r3:0 >acct-user/portage-0-r3:0 >acct-user/sshd-0-r3:0 >app-admin/eselect-1.4.27-r1:0 -doc -emacs -vim-syntax >app-admin/perl-cleaner-2.31-r2:0 -pkgcore >app-alternatives/awk-4:0 -busybox gawk -mawk -nawk split-usr >app-alternatives/bc-0:0 -gh gnu >app-alternatives/bzip2-1:0 -lbzip2 -pbzip2 reference split-usr >app-alternatives/cpio-0:0 gnu -libarchive split-usr >app-alternatives/gzip-1:0 -pigz reference split-usr >app-alternatives/lex-0-r1:0 flex -reflex >app-alternatives/ninja-1:0 reference -samurai >app-alternatives/sh-0:0 bash -busybox -dash -ksh -lksh -mksh >app-alternatives/tar-0:0 gnu -libarchive split-usr >app-alternatives/yacc-1-r2:0 bison -byacc -reference >app-arch/bzip2-1.0.8-r5:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static -static-libs -verify-sig >app-arch/cpio-2.15:0 nls >app-arch/gzip-1.13:0 -pic -static -verify-sig >app-arch/libarchive-3.7.4:0/13 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 acl -blake2 bzip2 e2fsprogs -expat iconv -lz4 lzma -lzo -nettle -static-libs -test -verify-sig xattr zstd >app-arch/tar-1.35:0 acl -minimal nls -selinux -verify-sig xattr >app-arch/unzip-6.0_p27-r1:0 bzip2 -natspec unicode >app-arch/xz-utils-5.6.2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -cpu_flags_arm_crc32 -doc extra-filters nls -pgo -static-libs -verify-sig >app-arch/zstd-1.5.6:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -lz4 lzma -static-libs -test zlib >app-crypt/gnupg-2.4.5:0 bzip2 -doc -ldap nls readline -selinux smartcard ssl -test tofu -tools -tpm -usb -user-socket -verify-sig -wks-server >app-crypt/gpgme-1.23.2:1/11.6.15.2 -common-lisp cxx debug -python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -qt5 -qt6 -static-libs -test -verify-sig >app-crypt/libb2-0.98.1-r3:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -native-cflags openmp -static-libs >app-crypt/libmd-1.1.0:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >app-crypt/pinentry-1.3.0-r2:0 -X -caps -efl -emacs -gtk -keyring ncurses -qt5 -qt6 -verify-sig -wayland >app-crypt/rhash-1.4.4-r1:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug nls ssl -static-libs >app-editors/nano-8.0:0 -debug -justify -magic -minimal ncurses nls spell -static unicode >app-eselect/eselect-fontconfig-20220403:0 >app-eselect/eselect-iptables-20220320:0 >app-eselect/eselect-lib-bin-symlink-0.1.1-r1:0 >app-eselect/eselect-pinentry-0.7.4:0 >app-eselect/eselect-rust-20210703:0 >app-i18n/man-pages-ja-20180315-r2:0 >app-i18n/man-pages-l10n-4.19.0:0 l10n_cs l10n_da l10n_de l10n_el l10n_es l10n_fi l10n_fr l10n_hu l10n_id l10n_it l10n_mk l10n_nb l10n_nl l10n_pl l10n_pt-BR l10n_ro l10n_ru l10n_sr l10n_sv l10n_uk l10n_vi >app-i18n/man-pages-zh_CN-1.6.4.0:0 >app-misc/ca-certificates-20240203.3.98:0 -cacert >app-misc/editor-wrapper-4-r1:0 >app-misc/jq-1.7.1:0 oniguruma -static-libs -test >app-misc/mime-types-2.1.54:0 -nginx >app-misc/pax-utils-1.3.7:0 -caps -man -python -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 -seccomp -test >app-misc/tmux-3.4-r1:0 debug -selinux -systemd -utempter -vim-syntax >app-portage/eix-0.36.7-r1:0 debug -doc nls -sqlite >app-portage/elt-patches-20240512:0 >app-portage/gemato-20.5:0 gpg -pretty-log python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test -tools >app-portage/gentoolkit-0.6.7:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -test >app-portage/getuto-1.11:0 -test >app-portage/portage-utils-0.97:0 openmp qmanifest -static >app-shells/bash-5.2_p26-r3:0 -afs -bashlogger -examples -mem-scramble net nls -pgo -plugins readline -verify-sig >app-shells/bash-completion-2.14.0:0 eselect -test >app-shells/gentoo-bashcomp-20240525:0 >app-shells/push-3.4:0 >app-shells/quoter-4.2:0 >app-text/ansifilter-2.20:0 -gui -verify-sig >app-text/asciidoc-10.2.0:0 -python_single_target_pypy3 -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 >app-text/build-docbook-catalog-2.4:0 >app-text/docbook-xml-dtd-4.5-r2:4.5 >app-text/docbook-xml-dtd-4.4-r3:4.4 >app-text/docbook-xml-dtd-4.3-r2:4.3 >app-text/docbook-xml-dtd-4.2-r3:4.2 >app-text/docbook-xml-dtd-4.1.2-r7:4.1.2 >app-text/docbook-xsl-ns-stylesheets-1.79.1:0 -ruby >app-text/docbook-xsl-stylesheets-1.79.1-r4:0 -ruby >app-text/manpager-1:0 >app-text/opensp-1.5.2-r10:0 -doc nls -static-libs -test >app-text/po4a-0.72:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test -test >app-text/scdoc-1.11.3:0 >app-text/sgml-common-0.6.3-r7:0 >app-text/xmlto-0.0.28-r11:0 -latex text >dev-build/autoconf-2.72-r1:2.72 -emacs -verify-sig >dev-build/autoconf-archive-2023.02.20:0 >dev-build/autoconf-wrapper-20231224:0 >dev-build/automake-1.16.5-r2:1.16 -test >dev-build/automake-wrapper-20221207:0 >dev-build/cmake-3.29.3:0 -dap -doc -gui ncurses -qt6 -test -test -verify-sig >dev-build/gtk-doc-am-1.33.2:0 >dev-build/libtool-2.4.7-r4:2 -vanilla >dev-build/make-4.4.1-r1:0 -doc -guile nls -static -test -verify-sig >dev-build/meson-1.4.1:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -test -verify-sig >dev-build/meson-format-array-0:0 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 >dev-build/ninja-1.11.1-r5:0 -doc -test >dev-cpp/tomlplusplus-3.4.0:0 -test >dev-db/sqlite-3.46.0:3 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug -doc -icu readline -secure-delete -static-libs -tcl -test -tools >dev-lang/duktape-2.7.0-r3:0/2.7.0 >dev-lang/nasm-2.16.03:0 -doc -lto >dev-lang/perl-5.38.2-r6:0/5.38 -berkdb -doc gdbm -minimal -perl_features_debug -perl_features_ithreads -perl_features_quadmath >dev-lang/python-3.12.3-r1:3.12 -bluetooth -build debug ensurepip -examples gdbm -libedit ncurses -pgo readline sqlite ssl -test -tk -valgrind -verify-sig >dev-lang/python-3.11.9-r1:3.11 -bluetooth -build debug ensurepip -examples gdbm -libedit ncurses -pgo readline sqlite ssl -test -tk -valgrind -verify-sig >dev-lang/python-3.10.14_p1-r1:3.10 -bluetooth -build debug ensurepip -examples gdbm -libedit ncurses -pgo readline sqlite ssl -test -tk -valgrind -verify-sig >dev-lang/python-exec-2.4.10:2 native-symlinks python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 -test >dev-lang/python-exec-conf-2.4.6:2 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 >dev-lang/rust-bin-1.78.0:stable -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -big-endian -clippy cpu_flags_x86_sse2 -doc -prefix -profiler -rust-analyzer -rust-src -rustfmt -verify-sig >dev-lang/tcl-8.6.14:0/8.6 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug threads >dev-lang/vala-0.56.17:0.56 -test -valadoc >dev-libs/boehm-gc-8.2.6:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 -cxx large -static-libs threads >dev-libs/elfutils-0.191:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 bzip2 -debuginfod -lzma nls -static-libs -test utils -verify-sig -zstd >dev-libs/expat-2.6.2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -examples -static-libs -test unicode >dev-libs/fribidi-1.0.13:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -test >dev-libs/glib-2.78.6:2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -dbus debug elf -gtk-doc mime -selinux -static-libs -sysprof -systemtap -test -utils xattr >dev-libs/gmp-6.3.0-r1:0/10.4 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 asm cpudetection cxx -doc -pic -static-libs >dev-libs/gobject-introspection-1.78.1:0 -doctool -gtk-doc -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 -test >dev-libs/gobject-introspection-common-1.78.1:0 >dev-libs/hyprland-protocols-0.2-r1:0 >dev-libs/hyprlang-0.5.1:0 >dev-libs/isl-0.26:0/23 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs >dev-libs/jsoncpp-1.9.5:0/25 -doc -test >dev-libs/libassuan-2.5.7:0 -verify-sig >dev-libs/libatomic_ops-7.8.2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 >dev-libs/libclc-18.1.6:0 llvm_slot_17 -llvm_slot_18 spirv -verify-sig -video_cards_nvidia -video_cards_r600 video_cards_radeonsi >dev-libs/libevdev-1.13.2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -test >dev-libs/libevent-2.1.12-r1:0/2.1-7 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 clock-gettime debug -malloc-replacement ssl -static-libs -test -verbose-debug -verify-sig >dev-libs/libffi-3.4.6:0/8 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug -exec-static-trampoline -pax-kernel -static-libs -test >dev-libs/libgcrypt-1.10.3-r2:0/20 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 asm -cpu_flags_arm_aes -cpu_flags_arm_neon -cpu_flags_arm_sha1 -cpu_flags_arm_sha2 -cpu_flags_ppc_altivec -cpu_flags_ppc_vsx2 -cpu_flags_ppc_vsx3 cpu_flags_x86_aes cpu_flags_x86_avx cpu_flags_x86_avx2 -cpu_flags_x86_padlock -cpu_flags_x86_sha cpu_flags_x86_sse4_1 -doc getentropy -static-libs -verify-sig >dev-libs/libgpg-error-1.49:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -common-lisp nls -static-libs -test -verify-sig >dev-libs/libinput-1.25.0:0/10 -doc -input_devices_wacom -test >dev-libs/libksba-1.6.6:0 -static-libs -verify-sig >dev-libs/libliftoff-0.5.0:0 >dev-libs/libpcre2-10.43:0/3 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 bzip2 jit -libedit pcre16 pcre32 readline -static-libs unicode -valgrind -verify-sig zlib >dev-libs/libpipeline-1.5.7:0 -test >dev-libs/libtasn1-4.19.0:0/6 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs -test -verify-sig >dev-libs/libunistring-1.2:0/5 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -static-libs >dev-libs/libuv-1.48.0:0/1 -verify-sig >dev-libs/libxml2-2.12.7:2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -debug -examples ftp -icu -lzma python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 readline -static-libs -test >dev-libs/libxslt-1.1.39:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 crypt debug -examples -python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -static-libs >dev-libs/libzip-1.9.2:0/5 bzip2 -gnutls -lzma -mbedtls ssl -static-libs -test -tools -zstd >dev-libs/lzo-2.10:2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -examples split-usr -static-libs >dev-libs/mpc-1.3.1:0/3 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs >dev-libs/mpdecimal-4.0.0:4 -cxx -test >dev-libs/mpfr-4.2.1:0/6 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs -verify-sig >dev-libs/nettle-3.9.1:0/8-6 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 asm -cpu_flags_arm_aes -cpu_flags_arm_neon -cpu_flags_arm_sha1 -cpu_flags_arm_sha2 -cpu_flags_ppc_altivec -cpu_flags_ppc_vsx2 -cpu_flags_ppc_vsx3 cpu_flags_x86_aes cpu_flags_x86_pclmul -cpu_flags_x86_sha -doc gmp -static-libs -verify-sig >dev-libs/npth-1.7-r1:0 -test >dev-libs/oniguruma-6.9.9:0/5 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -crnl-as-line-terminator -static-libs >dev-libs/openssl-3.2.1-r2:0/3 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 asm cpu_flags_x86_sse2 -fips -ktls -rfc3779 -sctp -static-libs -test -tls-compression -vanilla -verify-sig -verify-sig -weak-ssl-ciphers >dev-libs/popt-1.19-r1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 nls -static-libs >dev-libs/pugixml-1.14:0 -test >dev-libs/vala-common-0.56.17:0 >dev-libs/wayland-1.23.0:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -test >dev-libs/wayland-protocols-1.36:0 -test >dev-perl/Encode-EUCJPASCII-0.30.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Encode-HanExtra-0.230.0-r3:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath >dev-perl/Encode-Locale-1.50.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/ExtUtils-CChecker-0.120.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/File-BaseDir-0.90.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/File-DesktopEntry-0.220.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/File-MimeInfo-0.330.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/IO-Socket-SSL-2.85.0:0 -examples -idn -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/IPC-System-Simple-1.300.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Locale-gettext-1.70.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/MIME-Charset-1.13.1:0 l10n_ja l10n_zh -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Module-Build-0.423.400:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Mozilla-CA-20999999-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Net-SSLeay-1.940.0:0 -examples -examples -minimal -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Pod-Parser-1.660.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Regexp-IPv6-0.30.0-r2:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/SGMLSpm-1.1-r2:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Syntax-Keyword-Try-0.290.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/TermReadKey-2.380.0-r1:0 -examples -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Text-CharWidth-0.40.0-r2:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Text-WrapI18N-0.60.0-r2:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/Unicode-LineBreak-2019.1.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath >dev-perl/URI-5.280.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/XS-Parse-Keyword-0.420.0-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-perl/YAML-Tiny-1.740.0:0 -minimal -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >dev-python/backports-tarfile-1.2.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 -test >dev-python/certifi-3021.3.16-r4:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/charset-normalizer-3.3.2:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/cython-3.0.10:0 debug -doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/docutils-0.21.2:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 >dev-python/editables-0.5:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/ensurepip-pip-24.0:0 >dev-python/ensurepip-setuptools-70.0.0:0 >dev-python/ensurepip-wheels-100:0 >dev-python/flit-core-3.9.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/gentoo-common-1:0 >dev-python/gpep517-16:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/hatchling-1.24.2:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/idna-3.7:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/installer-0.7.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/jaraco-context-5.3.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/jaraco-functools-4.0.1:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/jaraco-text-3.12.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/jinja-3.1.4:0 -doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/lxml-5.2.2:0 debug -doc -examples python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test threads >dev-python/mako-1.3.5:0 -doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/markupsafe-2.1.5:0 debug python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/more-itertools-10.2.0:0 -doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/olefile-0.47:0 -doc python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/ordered-set-4.1.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/packaging-24.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/pathspec-0.12.1:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/pillow-10.3.0:0 debug -examples -imagequant jpeg -jpeg2k -lcms python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test -test -test -tiff -tk -truetype -webp -xcb zlib >dev-python/platformdirs-4.2.2:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/pluggy-1.5.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/ply-3.11-r2:0/3.11 -examples python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 >dev-python/pygments-2.18.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/pypy3-7.3.16:0/pypy310-pp73-384 gdbm ncurses sqlite -tk >dev-python/pypy3_10-7.3.16:0/pypy310-pp73-384 ensurepip gdbm jit ncurses sqlite -tk >dev-python/pypy3_10-exe-bin-7.3.16:7.3.16 >dev-python/PySocks-1.7.1-r2:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 >dev-python/requests-2.32.3:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -socks5 -test test-rust >dev-python/setuptools-70.0.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/setuptools-scm-8.1.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/tomli-2.0.1-r1:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/trove-classifiers-2024.5.22:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-python/urllib3-2.2.1:0 -brotli -http2 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test -zstd >dev-python/wheel-0.43.0:0 python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -python_targets_python3_13 -test >dev-util/checkbashisms-2.23.5:0 >dev-util/desktop-file-utils-0.27-r1:0 >dev-util/glib-utils-2.78.6:0 -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 >dev-util/gperf-3.1-r2:0 >dev-util/hyprwayland-scanner-0.3.4:0 >dev-util/intel_clc-24.1.0:0 debug -llvm_slot_16 llvm_slot_17 >dev-util/pkgconf-2.2.0:0/5 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 native-symlinks -test >dev-util/re2c-3.1:0 debug -test >dev-util/spirv-headers-1.3.283.0:0 >dev-util/spirv-llvm-translator-17.0.0-r2:17 -test >dev-util/spirv-tools-1.3.283.0:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >dev-util/wayland-scanner-1.23.0:0 >dev-vcs/git-2.45.2:0 blksha1 -cgi curl -cvs -doc gpg -highlight iconv -keyring -mediawiki nls pcre -perforce -perl -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 safe-directory -selinux -subversion -test -tk webdav -xinetd >gnome-base/librsvg-2.57.3:2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug -gtk-doc introspection vala >gui-libs/hyprcursor-0.1.8:0 >media-fonts/liberation-fonts-2.1.5:0 -X -X -fontforge >media-gfx/graphite2-1.3.14_p20210810-r3:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -perl -test >media-libs/fontconfig-2.15.0:1.0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc nls -test >media-libs/freetype-2.13.2:2 -X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 adobe-cff -brotli bzip2 cleartype-hinting debug -doc -fontforge harfbuzz png -static-libs -svg -utils >media-libs/harfbuzz-8.4.0:0/6.0.0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 cairo debug -doc -experimental glib graphite -icu introspection -test truetype >media-libs/libdisplay-info-0.1.1:0 -test >media-libs/libglvnd-1.7.0:0 X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -test >media-libs/libjpeg-turbo-3.0.3:0/0.2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -cpu_flags_arm_neon -java -java -static-libs >media-libs/libpng-1.6.43:0/16 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -apng -cpu_flags_arm_neon cpu_flags_x86_sse -static-libs -test >media-libs/mesa-24.1.0-r1:0 X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 cpu_flags_x86_sse2 -d3d9 debug llvm -llvm_slot_15 -llvm_slot_16 llvm_slot_17 -lm-sensors -opencl opengl -osmesa proprietary-codecs -selinux -test -unwind -vaapi -valgrind -vdpau -video_cards_d3d12 -video_cards_freedreno video_cards_intel -video_cards_lavapipe -video_cards_lima video_cards_nouveau -video_cards_nvk -video_cards_panfrost -video_cards_r300 -video_cards_r600 video_cards_radeon video_cards_radeonsi -video_cards_v3d -video_cards_vc4 -video_cards_virgl -video_cards_vivante -video_cards_vmware -vulkan -vulkan-overlay -wayland -xa -zink zstd >net-dns/c-ares-1.29.0:0/2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs -test -verify-sig >net-dns/libidn2-2.3.7:0/2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 nls -static-libs -verify-sig >net-firewall/iptables-1.8.10-r1:0/1.8.3 -conntrack -netlink -nftables -pcap -static-libs -test >net-libs/gnutls-3.8.5-r1:0/30.30 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -brotli cxx -dane -doc -examples idn nls openssl -pkcs11 seccomp -sslv2 -sslv3 -static-libs -test -test-full tls-heartbeat -tools -verify-sig zlib -zstd >net-libs/libmnl-1.0.5:0/0.2.0 -examples -verify-sig >net-libs/libnsl-2.0.1:0/3 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs >net-libs/libpsl-0.21.5:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -icu idn -test >net-libs/libtirpc-1.3.4-r2:0/3 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -kerberos -static-libs >net-libs/nghttp2-1.62.1:0/1.14 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug -hpack-tools -jemalloc -static-libs -systemd -test -utils -xml >net-misc/curl-8.8.0-r1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 adns alt-svc -brotli -curl_ssl_gnutls -curl_ssl_mbedtls curl_ssl_openssl -curl_ssl_rustls debug ftp -gnutls -gopher hsts http2 -idn imap -kerberos -ldap -mbedtls -nghttp3 openssl pop3 progress-meter psl -rtmp -rustls -samba smtp -ssh ssl -sslv3 -static-libs -telnet -test tftp -verify-sig -websockets -zstd >net-misc/dhcpcd-10.0.8:0 debug embedded ipv6 -privsep udev >net-misc/iputils-20240117:0 arping -caps -clockdiff -doc filecaps -idn nls -test -tracepath >net-misc/netifrc-0.7.8:0 dhcp >net-misc/openssh-contrib-9.7_p1-r1:0 -X -X509 -abi_mips_n32 -audit debug -hpn -kerberos -ldns -libedit -livecd pam -pie -security-key -selinux ssl -static -test -verify-sig -xmss >net-misc/rsync-3.3.0:0 acl -examples iconv -lz4 -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 -rrsync ssl -stunnel -system-zlib -verify-sig xattr -xxhash -zstd >net-misc/wget-1.24.5:0 -cookie-check debug -gnutls -idn ipv6 -libproxy -metalink nls -ntlm pcre ssl -static -test -uuid -verify-sig zlib >perl-core/Encode-3.210.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath >perl-core/File-Temp-0.231.100-r1:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath >perl-core/Getopt-Long-2.570.0:0 -perl_features_debug -perl_features_ithreads -perl_features_quadmath >perl-core/Math-BigInt-1.999.842:0 -examples -perl_features_debug -perl_features_ithreads -perl_features_quadmath -test >sec-keys/openpgp-keys-gentoo-release-20230329:0 -test >sys-apps/acl-2.3.2-r1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 nls -static-libs >sys-apps/attr-2.5.2-r1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug nls -static-libs >sys-apps/baselayout-2.15:0 -build split-usr >sys-apps/coreutils-9.5:0 acl -caps -gmp -hostname -kill -multicall nls openssl -selinux split-usr -static -test -vanilla -verify-sig xattr >sys-apps/dbus-1.15.8:0 -X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug -doc elogind -selinux -static-libs -systemd -test -test -valgrind >sys-apps/diffutils-3.10:0 nls -verify-sig >sys-apps/file-5.45-r4:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 bzip2 -lzip -lzma -python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -seccomp -static-libs -verify-sig zlib -zstd >sys-apps/findutils-4.10.0:0 nls -selinux -static -test -verify-sig >sys-apps/gawk-5.3.0-r1:0 -mpfr nls -pma readline -verify-sig >sys-apps/gentoo-functions-1.6:0 -test >sys-apps/grep-3.11-r1:0 egrep-fgrep nls pcre -static -verify-sig >sys-apps/groff-1.23.0:0 -X -examples -uchardet >sys-apps/help2man-1.49.3:0 nls >sys-apps/hwdata-0.382:0 >sys-apps/install-xattr-0.8-r1:0 >sys-apps/iproute2-6.9.0:0 -atm -berkdb -bpf -caps -elf iptables -minimal -nfs -selinux >sys-apps/kbd-2.6.4:0 nls pam -selinux -test >sys-apps/kmod-32-r1:0 debug -doc lzma -pkcs7 split-usr -static-libs tools zlib zstd >sys-apps/less-643-r2:0 pcre -test >sys-apps/locale-gen-2.23-r1:0 >sys-apps/lsb-release-3.3:0 >sys-apps/man-db-2.12.1:0 manpager nls seccomp -selinux -static-libs zlib >sys-apps/man-pages-6.06:0 l10n_cs l10n_da l10n_de l10n_el l10n_es l10n_fi l10n_fr l10n_hu l10n_id l10n_it l10n_ja l10n_mk l10n_nb l10n_nl l10n_pl l10n_pt-BR l10n_ro l10n_ru l10n_sr l10n_sv l10n_uk l10n_vi l10n_zh-CN -verify-sig >sys-apps/miscfiles-1.5-r4:0 -minimal >sys-apps/net-tools-2.10:0 arp hostname ipv6 -nis nls -plipconfig -selinux -slattach -static >sys-apps/openrc-0.54:0 -audit -bash debug netifrc -newnet pam -s6 -selinux -sysv-utils sysvinit unicode >sys-apps/portage-3.0.64-r3:0 -apidoc -build -doc -gentoo-dev ipc native-extensions python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 rsync-verify -selinux -test xattr >sys-apps/sandbox-2.38:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 nnp >sys-apps/sed-4.9-r1:0 acl nls -selinux -static -verify-sig >sys-apps/shadow-4.14.7:0/4 acl -audit -cracklib nls pam -selinux -skey split-usr -su -systemd -verify-sig xattr >sys-apps/systemd-utils-254.13:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 acl -boot -kernel-install kmod -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 -secureboot -selinux split-usr -sysusers -test tmpfiles udev -ukify >sys-apps/sysvinit-3.09:0 -ibm nls -selinux -static -verify-sig >sys-apps/texinfo-7.1-r1:0 nls standalone -static >sys-apps/util-linux-2.40.1-r3:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -audit -build -caps cramfs -cryptsetup -fdformat hardlink -kill logger -magic ncurses nls pam -python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 readline -rtas -selinux -slang -static-libs su suid -systemd -test -tty-helpers -udev unicode -uuidd -verify-sig >sys-apps/which-2.21:0 >sys-auth/elogind-252.9:0 acl -audit cgroup-hybrid debug -doc pam policykit -selinux -test >sys-auth/pambase-20240128:0 -caps -debug elogind -gnome-keyring -homed -minimal -mktemp nullok -pam_krb5 -pam_ssh passwdqc -pwhistory -pwquality -securetty -selinux sha512 -sssd -systemd -yescrypt >sys-auth/passwdqc-2.0.3-r1:0 >sys-auth/polkit-124-r1:0 daemon duktape -examples -gtk introspection -kde pam -selinux -systemd -test >sys-auth/seatd-0.8.0:0/1 -builtin elogind -server -systemd >sys-devel/bc-1.07.1-r6:0 -libedit readline -static >sys-devel/binutils-2.42-r1:2.42 -cet -debuginfod -doc -gold -gprofng -hardened -multitarget nls -pgo plugins -static-libs -test -vanilla -zstd >sys-devel/binutils-config-5.5:0 native-symlinks >sys-devel/bison-3.8.2-r2:0 -examples nls -static -test -verify-sig >sys-devel/clang-18.1.6:18/18.1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -debug -doc -doc extra -ieee-long-double llvm_targets_AArch64 llvm_targets_AMDGPU -llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF -llvm_targets_CSKY -llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch -llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV -llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore -llvm_targets_Xtensa pie -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 static-analyzer -test -test -verify-sig -xml >sys-devel/clang-17.0.6:17/17 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -debug -doc -doc extra -ieee-long-double llvm_targets_AArch64 llvm_targets_AMDGPU -llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF -llvm_targets_CSKY -llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch -llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV -llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore -llvm_targets_Xtensa pie -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 static-analyzer -test -test -verify-sig -xml >sys-devel/clang-common-18.1.6:0 -bootstrap-prefix -cet -default-compiler-rt -default-libcxx -default-lld -hardened -llvm-libunwind -verify-sig >sys-devel/clang-runtime-18.1.6:18 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 compiler-rt -libcxx openmp sanitize >sys-devel/clang-runtime-17.0.6:17 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 compiler-rt -libcxx openmp sanitize >sys-devel/clang-toolchain-symlinks-18:18 -gcc-symlinks -multilib-symlinks native-symlinks >sys-devel/clang-toolchain-symlinks-17:17 -gcc-symlinks -multilib-symlinks native-symlinks >sys-devel/flex-2.6.4-r6:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 nls -static -test >sys-devel/gcc-14.1.1_p20240601:14 -ada -cet -custom-cflags cxx -d debug -default-stack-clash-protection -default-znow -doc -fixed-point fortran -go graphite -hardened -ieee-long-double -jit -libssp lto -modula2 multilib nls -objc -objc++ -objc-gc openmp -pch -pgo pie -rust sanitize ssp -systemtap -test -valgrind -vanilla -vtv -zstd >sys-devel/gcc-config-2.11:0 cc-wrappers native-symlinks >sys-devel/gettext-0.22.5:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 acl cxx -doc -emacs -git -java -java ncurses nls openmp -static-libs -verify-sig xattr >sys-devel/gnuconfig-20240101:0 >sys-devel/lld-18.1.6:18/18.1 -debug -test -verify-sig -zstd >sys-devel/lld-toolchain-symlinks-18:18 -multilib-symlinks native-symlinks >sys-devel/llvm-18.1.6:18/18.1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 binutils-plugin -debug -debuginfod -doc -doc -exegesis -libedit libffi llvm_targets_AArch64 llvm_targets_AMDGPU -llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF -llvm_targets_CSKY -llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch -llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV -llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore -llvm_targets_Xtensa ncurses -test -verify-sig -xml -z3 -zstd >sys-devel/llvm-17.0.6:17/17 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 binutils-plugin -debug -debuginfod -doc -doc -exegesis -libedit libffi llvm_targets_AArch64 llvm_targets_AMDGPU -llvm_targets_ARC llvm_targets_ARM llvm_targets_AVR llvm_targets_BPF -llvm_targets_CSKY -llvm_targets_DirectX llvm_targets_Hexagon llvm_targets_Lanai llvm_targets_LoongArch -llvm_targets_M68k llvm_targets_MSP430 llvm_targets_Mips llvm_targets_NVPTX llvm_targets_PowerPC llvm_targets_RISCV -llvm_targets_SPIRV llvm_targets_Sparc llvm_targets_SystemZ llvm_targets_VE llvm_targets_WebAssembly llvm_targets_X86 llvm_targets_XCore -llvm_targets_Xtensa ncurses -test -verify-sig -xar -xml -z3 -zstd >sys-devel/llvm-common-18.1.6:0 -emacs -verify-sig >sys-devel/llvm-toolchain-symlinks-18:18 -multilib-symlinks native-symlinks >sys-devel/llvm-toolchain-symlinks-17:17 -multilib-symlinks native-symlinks >sys-devel/llvmgold-18:0 >sys-devel/m4-1.4.19-r2:0 -examples nls -verify-sig >sys-devel/patch-2.7.6-r5:0 -static -test -verify-sig xattr >sys-fs/e2fsprogs-1.47.0-r3:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -cron -fuse nls -static-libs -test tools >sys-fs/udev-init-scripts-35:0 >sys-kernel/dracut-101:0 -selinux -test >sys-kernel/gentoo-kernel-bin-6.1.92:6.1.92 initramfs -test >sys-kernel/installkernel-38:0 dracut -efistub -grub -refind -systemd -systemd-boot -uki -ukify >sys-kernel/linux-headers-6.9:0 -headers-only >sys-libs/binutils-libs-2.42-r1:0/2.42.0 -64-bit-bfd -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -cet -multitarget nls -static-libs -test >sys-libs/compiler-rt-18.1.6:18 abi_x86_32 abi_x86_64 clang -debug -test -verify-sig >sys-libs/compiler-rt-17.0.6:17 abi_x86_32 abi_x86_64 clang -debug -test -verify-sig >sys-libs/compiler-rt-sanitizers-18.1.6:18 abi_x86_32 abi_x86_64 asan cfi clang -debug dfsan gwp-asan hwasan libfuzzer lsan memprof msan orc profile safestack scudo -shadowcallstack -test -test tsan ubsan -verify-sig xray >sys-libs/compiler-rt-sanitizers-17.0.6:17 abi_x86_32 abi_x86_64 asan cfi clang -debug dfsan gwp-asan hwasan libfuzzer lsan memprof msan orc profile safestack scudo -shadowcallstack -test -test tsan ubsan -verify-sig xray >sys-libs/gdbm-1.23:0/6 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 berkdb nls readline -static-libs -test -verify-sig >sys-libs/glibc-2.39-r7:2.2 -audit -caps -cet -compile-locales -custom-cflags -doc -gd -hash-sysv-compat -headers-only multiarch multilib -multilib-bootstrap -nscd -perl -profile -selinux ssp stack-realign static-libs -suid -systemd -systemtap -test -vanilla >sys-libs/libcap-2.70:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 pam -static-libs -tools >sys-libs/libomp-18.1.6:0/18.1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 debug -gdb-plugin -hwloc -llvm_targets_AMDGPU -llvm_targets_NVPTX -offload -ompt -python_single_target_python3_10 -python_single_target_python3_11 python_single_target_python3_12 -test -verify-sig >sys-libs/libseccomp-2.5.5-r1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug -experimental-loong -python python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 -static-libs -test >sys-libs/libxcrypt-4.4.36-r3:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 compat -headers-only -static-libs system -test >sys-libs/mtdev-1.1.7:0 >sys-libs/ncurses-6.4_p20240414:0/6 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -ada cxx debug -doc -gpm -minimal -profile split-usr -split-usr stack-realign -static-libs -test tinfo -trace -verify-sig >sys-libs/pam-1.6.1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -audit -berkdb -debug -examples filecaps -nis -selinux >sys-libs/readline-8.2_p10:0/8 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs unicode -utils -verify-sig >sys-libs/timezone-data-2024a-r1:0 -leaps-timezone nls -zic-slim >sys-libs/zlib-1.3.1-r1:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 minizip -static-libs -verify-sig >sys-process/procps-4.0.4-r1:0/0-ng -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 elogind kill -modern-top ncurses nls -selinux -static-libs -systemd -test unicode >sys-process/psmisc-23.7:0 -X -apparmor nls -selinux -test >virtual/acl-0-r2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs >virtual/dev-manager-0-r2:0 >virtual/dist-kernel-6.1.92:0/6.1.92 >virtual/editor-0-r7:0 >virtual/libc-1-r1:0 >virtual/libcrypt-2-r1:0/2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 abi_x86_32 abi_x86_64 -abi_x86_x32 -static-libs >virtual/libelf-3-r1:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >virtual/libiconv-0-r2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >virtual/libintl-0-r2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >virtual/libudev-251-r2:0/1 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -systemd >virtual/man-0-r4:0 >virtual/openssh-0:0 ssl >virtual/os-headers-0-r2:0 >virtual/package-manager-1:0 >virtual/pager-0-r1:0 >virtual/perl-bignum-0.660.0:0 >virtual/perl-Carp-1.540.0-r1:0 >virtual/perl-CPAN-2.360.0-r1:0 >virtual/perl-CPAN-Meta-2.150.10-r8:0 >virtual/perl-CPAN-Meta-YAML-0.18.0-r10:0 >virtual/perl-Data-Dumper-2.188.0:0 >virtual/perl-Encode-3.210.0-r1:0 >virtual/perl-Exporter-5.770.0-r1:0 >virtual/perl-ExtUtils-CBuilder-0.280.238:0 >virtual/perl-ExtUtils-Install-2.220.0-r1:0 >virtual/perl-ExtUtils-MakeMaker-7.700.0-r1:0 >virtual/perl-ExtUtils-Manifest-1.730.0-r2:0 >virtual/perl-ExtUtils-ParseXS-3.510.0-r1:0 >virtual/perl-File-Path-2.180.0-r3:0 >virtual/perl-File-Spec-3.880.0:0 >virtual/perl-File-Temp-0.231.100-r1:0 >virtual/perl-Getopt-Long-2.570.0-r1:0 >virtual/perl-JSON-PP-4.160.0-r2:0 >virtual/perl-libnet-3.150.0-r1:0 ssl >virtual/perl-Math-BigInt-1.999.842:0 >virtual/perl-Math-BigInt-FastCalc-0.501.300:0 >virtual/perl-Math-BigRat-0.262.400:0 >virtual/perl-Math-Complex-1.620.0-r1:0 >virtual/perl-MIME-Base64-3.160.100_rc-r1:0 >virtual/perl-Module-Metadata-1.0.37-r3:0 >virtual/perl-parent-0.241.0-r1:0 >virtual/perl-Parse-CPAN-Meta-2.150.10-r8:0 >virtual/perl-Perl-OSType-1.10.0-r8:0 >virtual/perl-podlators-5.10.0:0 >virtual/perl-Scalar-List-Utils-1.630.0-r1:0 >virtual/perl-Test-Harness-3.440.0-r1:0 >virtual/perl-Text-ParseWords-3.310.0-r3:0 >virtual/perl-Unicode-Collate-1.310.0-r2:0 >virtual/perl-version-0.992.900-r1:0 >virtual/pkgconfig-3:0 native-symlinks >virtual/rust-1.78.0:0/llvm-18 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -profiler -rustfmt >virtual/service-manager-1-r1:0 >virtual/ssh-0-r2:0 -minimal >virtual/tmpfiles-0-r5:0 -systemd >virtual/ttf-fonts-1-r2:0 >virtual/udev-217-r7:0 -systemd >virtual/w3m-1:0 >www-client/pybugz-0.14:0 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 >www-client/w3m-0.5.3_p20230121:0 -X -fbcon -gdk-pixbuf -gpm -imlib l10n_ja -lynxkeymap nls -nntp ssl unicode -xface >x11-base/xcb-proto-1.17.0:0 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 >x11-base/xorg-proto-2024.1:0 -test >x11-libs/cairo-1.18.0:0 X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -aqua -debug glib -gtk-doc -test >x11-libs/gdk-pixbuf-2.42.10-r1:2 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -gtk-doc introspection -jpeg -test -tiff >x11-libs/libdrm-2.4.120:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -test -tools -udev -valgrind video_cards_amdgpu -video_cards_exynos -video_cards_freedreno video_cards_intel video_cards_nouveau -video_cards_omap video_cards_radeon -video_cards_tegra -video_cards_vc4 -video_cards_vivante -video_cards_vmware >x11-libs/libpciaccess-0.18.1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 zlib >x11-libs/libX11-1.8.9:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -test >x11-libs/libXau-1.0.11:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc >x11-libs/libxcb-1.17.0:0/1.12 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -doc -selinux -test xkb >x11-libs/libXdmcp-1.1.5:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc >x11-libs/libXext-1.3.6:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc >x11-libs/libXfixes-6.0.1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc >x11-libs/libxkbcommon-1.7.0:0 X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc -static-libs -test -test -tools -wayland >x11-libs/libXrandr-1.5.4:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc >x11-libs/libXrender-0.9.11:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >x11-libs/libxshmfence-1.3.2:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >x11-libs/libXxf86vm-1.1.5:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -doc >x11-libs/pango-1.52.2:0 -X -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 debug introspection -sysprof -test >x11-libs/pixman-0.43.4:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 -cpu_flags_arm_iwmmxt -cpu_flags_arm_iwmmxt2 -cpu_flags_arm_neon -cpu_flags_ppc_altivec cpu_flags_x86_mmxext cpu_flags_x86_sse2 cpu_flags_x86_ssse3 -loongson2f -static-libs -test >x11-libs/xcb-util-keysyms-0.4.1:0 -abi_mips_n32 -abi_mips_n64 -abi_mips_o32 -abi_s390_32 -abi_s390_64 -abi_x86_32 abi_x86_64 -abi_x86_x32 >x11-libs/xtrans-1.5.0:0 -doc >x11-misc/compose-tables-1.8.9:0 >x11-misc/shared-mime-info-2.4-r1:0 -test >x11-misc/xdg-utils-1.2.1-r2:0 -X -dbus -doc -gnome >x11-misc/xkeyboard-config-2.41:0 -test > > >############# ># build.log # >############# > > >>>> Unpacking source... >>>> Unpacking hyprland-0.40.0.gh.tar.gz to /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work >>>> Source unpacked in /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work >>>> Preparing source in /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source ... > * Applying wlroots-hyprland-apply-0.40.0.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source ... >meson setup -Db_lto=false --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/share/pkgconfig --pkg-config-path /usr/share/pkgconfig --native-file /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/temp/meson.x86_64-pc-linux-gnu.amd64.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain -Dlegacy_renderer=disabled -Dsystemd=disabled -Dxwayland=disabled -Dwlroots:xwayland=disabled -Dwlroots:backends=drm,libinput -Dwlroots:xcb-errors=disabled /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build >The Meson build system >Version: 1.4.1 >Source dir: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source >Build dir: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build >Build type: native build >Project name: Hyprland >Project version: 0.40.0 >C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 14.1.1 "x86_64-pc-linux-gnu-gcc (Gentoo 14.1.1_p20240601 p1) 14.1.1 20240601") >C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.42 >C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 14.1.1 "x86_64-pc-linux-gnu-g++ (Gentoo 14.1.1_p20240601 p1) 14.1.1 20240601") >C++ linker for the host machine: x86_64-pc-linux-gnu-g++ ld.bfd 2.42 >Host machine cpu family: x86_64 >Host machine cpu: x86_64 >Compiler for C++ supports arguments -std=c++23: YES >meson.build:16: WARNING: Consider using the built-in option for language standard version instead of using "-std=c++23". >Check usable header "execinfo.h" : YES > >Executing subproject wlroots-hyprland > >wlroots-hyprland| Project name: wlroots >wlroots-hyprland| Project version: 0.18.0-dev >wlroots-hyprland| C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 14.1.1 "x86_64-pc-linux-gnu-gcc (Gentoo 14.1.1_p20240601 p1) 14.1.1 20240601") >wlroots-hyprland| C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.42 >wlroots-hyprland| Compiler for C supports arguments -Wundef: YES >wlroots-hyprland| Compiler for C supports arguments -Wlogical-op: YES >wlroots-hyprland| Compiler for C supports arguments -Wmissing-include-dirs: YES >wlroots-hyprland| Compiler for C supports arguments -Wold-style-definition: YES >wlroots-hyprland| Compiler for C supports arguments -Wpointer-arith: YES >wlroots-hyprland| Compiler for C supports arguments -Winit-self: YES >wlroots-hyprland| Compiler for C supports arguments -Wstrict-prototypes: YES >wlroots-hyprland| Compiler for C supports arguments -Wimplicit-fallthrough=2: YES >wlroots-hyprland| Compiler for C supports arguments -Wendif-labels: YES >wlroots-hyprland| Compiler for C supports arguments -Wstrict-aliasing=2: YES >wlroots-hyprland| Compiler for C supports arguments -Woverflow: YES >wlroots-hyprland| Compiler for C supports arguments -Wmissing-prototypes: YES >wlroots-hyprland| Compiler for C supports arguments -Walloca: YES >wlroots-hyprland| Compiler for C supports arguments -Wno-missing-braces: YES >wlroots-hyprland| Compiler for C supports arguments -Wno-missing-field-initializers: YES >wlroots-hyprland| Compiler for C supports arguments -Wno-unused-parameter: YES >wlroots-hyprland| Compiler for C supports arguments -fmacro-prefix-map=/prefix/to/hide=: YES >wlroots-hyprland| Found pkg-config: YES (/usr/bin/x86_64-pc-linux-gnu-pkg-config) 2.2.0 >wlroots-hyprland| Run-time dependency wayland-server found: YES 1.23.0 >wlroots-hyprland| Run-time dependency libdrm found: YES 2.4.120 >wlroots-hyprland| Run-time dependency xkbcommon found: YES 1.7.0 >wlroots-hyprland| Run-time dependency pixman-1 found: YES 0.43.4 >wlroots-hyprland| Library m found: YES >wlroots-hyprland| Library rt found: YES >wlroots-hyprland| Run-time dependency wayland-protocols found: YES 1.36 >wlroots-hyprland| Build-time dependency wayland-scanner found: YES 1.23.0 >wlroots-hyprland| Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) >wlroots-hyprland| Has header "linux/dma-buf.h" : YES >wlroots-hyprland| Run-time dependency egl found: YES 1.5 >wlroots-hyprland| Run-time dependency gbm found: YES 24.1.0 >wlroots-hyprland| Run-time dependency glesv2 found: YES 3.2 >wlroots-hyprland| Program ./embed.sh found: YES (/var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/./embed.sh) >wlroots-hyprland| Dependency pixman-1 found: YES 0.43.4 (cached) >wlroots-hyprland| Dependency gbm found: YES 24.1.0 (cached) >wlroots-hyprland| Checking for function "gbm_bo_get_fd_for_plane" with dependency gbm: YES >wlroots-hyprland| Run-time dependency libudev found: YES 254 >wlroots-hyprland| Run-time dependency libseat found: YES 0.8.0 >wlroots-hyprland| Build-time dependency hwdata found: YES 0.382 >wlroots-hyprland| Run-time dependency libdisplay-info found: YES 0.1.1 >wlroots-hyprland| Run-time dependency libliftoff found: YES 0.5.0 >wlroots-hyprland| Run-time dependency libinput found: YES 1.25.0 >wlroots-hyprland| Run-time dependency xcb found: YES 1.17.0 >wlroots-hyprland| Run-time dependency xcb-dri3 found: YES 1.17.0 >wlroots-hyprland| Run-time dependency xcb-present found: YES 1.17.0 >wlroots-hyprland| Run-time dependency xcb-render found: YES 1.17.0 >wlroots-hyprland| Found CMake: /usr/bin/cmake (3.29.3) >wlroots-hyprland| Run-time dependency xcb-renderutil found: NO (tried pkgconfig and cmake) >wlroots-hyprland| Message: Required for X11 backend support. >wlroots-hyprland| Run-time dependency wayland-client found: YES 1.23.0 >wlroots-hyprland| Dependency xwayland skipped: feature xwayland disabled >wlroots-hyprland| Configuring config.h using configuration >wlroots-hyprland| Configuring version.h using configuration >wlroots-hyprland| Configuring config.h using configuration >wlroots-hyprland| Message: Patches found. Applying... >wlroots-hyprland| NEW: 'patches/nvidia-hardware-cursors.patch' >wlroots-hyprland| NEW: 'patches/surface-nondivisible-by-scale.patch' >wlroots-hyprland| Build targets in project: 136 >wlroots-hyprland| Subproject wlroots-hyprland finished. > >Dependency xcb skipped: feature xwayland disabled > >Executing subproject udis86 method cmake > >udis86| Found CMake: /usr/bin/cmake (3.29.3) > >| Configuring the build directory with CMake version 3.29.3 >| Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr >| - build directory: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build/subprojects/udis86/__CMake_build >| - source directory: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/udis86 >| - toolchain file: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build/subprojects/udis86/__CMake_build/CMakeMesonToolchainFile.cmake >| - preload file: /usr/lib/python3.12/site-packages/mesonbuild/cmake/data/preload.cmake >| - trace args: --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt >| - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102] > >| CMake Warning (dev) at /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:922 (file): >| Policy CMP0159 is not set: file(STRINGS) with REGEX updates >| CMAKE_MATCH_<n>. Run "cmake --help-policy CMP0159" for policy details. >| Use the cmake_policy command to set the policy and suppress this warning. > >| For compatibility, CMake is leaving CMAKE_MATCH_<n> unchanged. >| Call Stack (most recent call first): >| /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:13 (CMAKE_DETERMINE_COMPILER_ID_CHECK) >| /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test) >| /usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID) >| CMakeLists.txt:2 (project) >| This warning is for project developers. Use -Wno-dev to suppress it. >| Put cmake in trace mode, but with variables expanded. >| Put cmake in trace mode and sets the trace output format. >| Not searching for unused variables given on the command line. >| Put cmake in trace mode and redirect trace output to a file instead of stderr. >| Trace will be written to cmake_trace.txt > >| -- The C compiler identification is GNU 14.1.1 >| -- Detecting C compiler ABI info >| -- Detecting C compiler ABI info - done >| CMake Warning (dev) at /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:95 (file): >| Policy CMP0159 is not set: file(STRINGS) with REGEX updates >| CMAKE_MATCH_<n>. Run "cmake --help-policy CMP0159" for policy details. >| Use the cmake_policy command to set the policy and suppress this warning. > >| For compatibility, CMake is leaving CMAKE_MATCH_<n> unchanged. >| Call Stack (most recent call first): >| /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI) >| CMakeLists.txt:2 (project) >| This warning is for project developers. Use -Wno-dev to suppress it. > >| -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped >| -- Detecting C compile features >| -- Detecting C compile features - done >| -- Found Python3: /usr/bin/python3.12 (found version "3.12.3") found components: Interpreter >| Building itab.c/itab.h... >| -- Configuring done (0.9s) >| CMake Warning (dev) at libudis86/CMakeLists.txt:30 (add_library): >| Policy CMP0156 is not set: De-duplicate libraries on link lines based on >| linker capabilities. Run "cmake --help-policy CMP0156" for policy details. >| Use the cmake_policy command to set the policy and suppress this warning. > >| Since the policy is not set, legacy libraries de-duplication strategy will >| be applied. >| This warning is for project developers. Use -Wno-dev to suppress it. > >| CMake Warning (dev) at udcli/CMakeLists.txt:4 (add_executable): >| Policy CMP0156 is not set: De-duplicate libraries on link lines based on >| linker capabilities. Run "cmake --help-policy CMP0156" for policy details. >| Use the cmake_policy command to set the policy and suppress this warning. > >| Since the policy is not set, legacy libraries de-duplication strategy will >| be applied. >| This warning is for project developers. Use -Wno-dev to suppress it. > >| -- Generating done (0.0s) >| -- Build files have been written to: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build/subprojects/udis86/__CMake_build > >udis86| CMake configuration: SUCCEEDED >udis86| CMake project udis86 has 3 build targets. >udis86| Generated Meson AST: /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build/subprojects/udis86/meson.build >udis86| Project name: udis86 >udis86| Project version: undefined >udis86| C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 14.1.1 "x86_64-pc-linux-gnu-gcc (Gentoo 14.1.1_p20240601 p1) 14.1.1 20240601") >udis86| C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.42 >udis86| Build targets in project: 138 >udis86| Subproject udis86 finished. > >Library execinfo found: NO >Run-time dependency epoll-shim found: NO (tried pkgconfig and cmake) >WARNING: You should add the boolean check kwarg to the run_command call. > It currently defaults to false, > but it will default to true in future releases of meson. > See also: https://github.com/mesonbuild/meson/issues/9300 >Dependency wayland-protocols found: YES 1.36 (cached) >Run-time dependency hyprland-protocols found: YES 0.2 >Dependency wayland-scanner found: YES 1.23.0 (cached) >Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner) >Build-time dependency hyprwayland-scanner found: YES 0.3.4 >Program /usr/bin/hyprwayland-scanner found: YES (/usr/bin/hyprwayland-scanner) >Dependency wayland-server found: YES 1.23.0 (cached) >Dependency wayland-server found: YES 1.23.0 (cached) >Dependency wayland-client found: YES 1.23.0 (cached) >Run-time dependency cairo found: YES 1.18.0 >Run-time dependency hyprcursor found: YES 0.1.7 >Run-time dependency hyprlang found: YES 0.5.1 >Dependency libdrm found: YES 2.4.120 (cached) >Dependency egl found: YES 1.5 (cached) >Dependency xkbcommon found: YES 1.7.0 (cached) >Dependency libinput found: YES 1.25.0 (cached) >Dependency pixman-1 found: YES 0.43.4 (cached) >Run-time dependency gl found: YES 1.2 >Run-time dependency threads found: YES >Run-time dependency pango found: YES 1.52.2 >Run-time dependency pangocairo found: YES 1.52.2 >Run-time dependency uuid found: YES 2.40.1 >Dependency threads found: YES unknown (cached) >Run-time dependency tomlplusplus found: YES 3.4.0 >Build targets in project: 181 > >wlroots 0.18.0-dev > > drm-backend : YES > x11-backend : NO > libinput-backend: YES > xwayland : NO > gles2-renderer : YES > vulkan-renderer : NO > gbm-allocator : YES > session : YES > xcb-errors : NO > egl : YES > libliftoff : YES > >Hyprland 0.40.0 > > Subprojects > udis86 : YES > wlroots-hyprland : YES > > User defined options > Native files : /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/temp/meson.x86_64-pc-linux-gnu.amd64.ini > build.pkg_config_path: /usr/share/pkgconfig > buildtype : plain > libdir : lib64 > localstatedir : /var/lib > pkg_config_path : /usr/share/pkgconfig > prefix : /usr > sysconfdir : /etc > werror : false > wrap_mode : nodownload > b_lto : false > b_pch : false > legacy_renderer : disabled > systemd : disabled > xwayland : disabled > wlroots:backends : drm,libinput > wlroots:xcb-errors : disabled > wlroots:xwayland : disabled > >Found ninja-1.11.1 at /usr/bin/ninja >>>> Source configured. >>>> Compiling source in /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source ... >meson compile --jobs 32 --load-average 0 --verbose >INFO: autodetecting backend as ninja >INFO: calculating backend command to run: /usr/bin/ninja -j 32 -v >[1/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/stable/linux-dmabuf/linux-dmabuf-v1.xml subprojects/wlroots-hyprland/protocol/linux-dmabuf-v1-protocol.c >[2/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/stable/linux-dmabuf/linux-dmabuf-v1.xml subprojects/wlroots-hyprland/protocol/linux-dmabuf-v1-protocol.h >[3/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/stable/linux-dmabuf/linux-dmabuf-v1.xml subprojects/wlroots-hyprland/protocol/linux-dmabuf-v1-client-protocol.h >[4/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/stable/presentation-time/presentation-time.xml subprojects/wlroots-hyprland/protocol/presentation-time-protocol.c >[5/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/stable/presentation-time/presentation-time.xml subprojects/wlroots-hyprland/protocol/presentation-time-protocol.h >[6/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/stable/presentation-time/presentation-time.xml subprojects/wlroots-hyprland/protocol/presentation-time-client-protocol.h >[7/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/stable/viewporter/viewporter.xml subprojects/wlroots-hyprland/protocol/viewporter-protocol.c >[8/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/stable/viewporter/viewporter.xml subprojects/wlroots-hyprland/protocol/viewporter-protocol.h >[9/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/stable/viewporter/viewporter.xml subprojects/wlroots-hyprland/protocol/viewporter-client-protocol.h >[10/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml subprojects/wlroots-hyprland/protocol/xdg-shell-protocol.c >[11/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml subprojects/wlroots-hyprland/protocol/xdg-shell-protocol.h >[12/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml subprojects/wlroots-hyprland/protocol/xdg-shell-client-protocol.h >[13/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/content-type/content-type-v1.xml subprojects/wlroots-hyprland/protocol/content-type-v1-protocol.c >[14/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/content-type/content-type-v1.xml subprojects/wlroots-hyprland/protocol/content-type-v1-protocol.h >[15/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml subprojects/wlroots-hyprland/protocol/cursor-shape-v1-protocol.c >[16/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml subprojects/wlroots-hyprland/protocol/cursor-shape-v1-protocol.h >[17/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/drm-lease/drm-lease-v1.xml subprojects/wlroots-hyprland/protocol/drm-lease-v1-protocol.c >[18/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml subprojects/wlroots-hyprland/protocol/ext-foreign-toplevel-list-v1-protocol.c >[19/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/drm-lease/drm-lease-v1.xml subprojects/wlroots-hyprland/protocol/drm-lease-v1-protocol.h >[20/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml subprojects/wlroots-hyprland/protocol/ext-foreign-toplevel-list-v1-protocol.h >[21/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/ext-idle-notify/ext-idle-notify-v1.xml subprojects/wlroots-hyprland/protocol/ext-idle-notify-v1-protocol.c >[22/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/ext-idle-notify/ext-idle-notify-v1.xml subprojects/wlroots-hyprland/protocol/ext-idle-notify-v1-protocol.h >[23/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml subprojects/wlroots-hyprland/protocol/ext-session-lock-v1-protocol.c >[24/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml subprojects/wlroots-hyprland/protocol/ext-session-lock-v1-protocol.h >[25/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml subprojects/wlroots-hyprland/protocol/fractional-scale-v1-protocol.c >[26/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml subprojects/wlroots-hyprland/protocol/fractional-scale-v1-protocol.h >[27/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/security-context/security-context-v1.xml subprojects/wlroots-hyprland/protocol/security-context-v1-protocol.c >[28/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/security-context/security-context-v1.xml subprojects/wlroots-hyprland/protocol/security-context-v1-protocol.h >[29/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/single-pixel-buffer/single-pixel-buffer-v1.xml subprojects/wlroots-hyprland/protocol/single-pixel-buffer-v1-protocol.c >[30/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/single-pixel-buffer/single-pixel-buffer-v1.xml subprojects/wlroots-hyprland/protocol/single-pixel-buffer-v1-protocol.h >[31/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml subprojects/wlroots-hyprland/protocol/xdg-activation-v1-protocol.c >[32/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml subprojects/wlroots-hyprland/protocol/xdg-activation-v1-protocol.h >[33/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml subprojects/wlroots-hyprland/protocol/xdg-activation-v1-client-protocol.h >[34/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/xwayland-shell/xwayland-shell-v1.xml subprojects/wlroots-hyprland/protocol/xwayland-shell-v1-protocol.c >[35/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/xwayland-shell/xwayland-shell-v1.xml subprojects/wlroots-hyprland/protocol/xwayland-shell-v1-protocol.h >[36/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/tearing-control/tearing-control-v1.xml subprojects/wlroots-hyprland/protocol/tearing-control-v1-protocol.c >[37/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/tearing-control/tearing-control-v1.xml subprojects/wlroots-hyprland/protocol/tearing-control-v1-protocol.h >[38/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml subprojects/wlroots-hyprland/protocol/fullscreen-shell-unstable-v1-protocol.c >[39/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml subprojects/wlroots-hyprland/protocol/fullscreen-shell-unstable-v1-protocol.h >[40/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml subprojects/wlroots-hyprland/protocol/idle-inhibit-unstable-v1-protocol.c >[41/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml subprojects/wlroots-hyprland/protocol/idle-inhibit-unstable-v1-protocol.h >[42/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml subprojects/wlroots-hyprland/protocol/keyboard-shortcuts-inhibit-unstable-v1-protocol.c >[43/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml subprojects/wlroots-hyprland/protocol/keyboard-shortcuts-inhibit-unstable-v1-protocol.h >[44/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml subprojects/wlroots-hyprland/protocol/pointer-constraints-unstable-v1-protocol.c >[45/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml subprojects/wlroots-hyprland/protocol/pointer-constraints-unstable-v1-protocol.h >[46/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml subprojects/wlroots-hyprland/protocol/pointer-gestures-unstable-v1-protocol.c >[47/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml subprojects/wlroots-hyprland/protocol/pointer-gestures-unstable-v1-protocol.h >[48/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml subprojects/wlroots-hyprland/protocol/pointer-gestures-unstable-v1-client-protocol.h >[49/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/primary-selection/primary-selection-unstable-v1.xml subprojects/wlroots-hyprland/protocol/primary-selection-unstable-v1-protocol.c >[50/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/primary-selection/primary-selection-unstable-v1.xml subprojects/wlroots-hyprland/protocol/primary-selection-unstable-v1-protocol.h >[51/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml subprojects/wlroots-hyprland/protocol/relative-pointer-unstable-v1-protocol.c >[52/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml subprojects/wlroots-hyprland/protocol/relative-pointer-unstable-v1-protocol.h >[53/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml subprojects/wlroots-hyprland/protocol/relative-pointer-unstable-v1-client-protocol.h >[54/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/tablet/tablet-unstable-v2.xml subprojects/wlroots-hyprland/protocol/tablet-unstable-v2-protocol.c >[55/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/tablet/tablet-unstable-v2.xml subprojects/wlroots-hyprland/protocol/tablet-unstable-v2-protocol.h >[56/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/unstable/tablet/tablet-unstable-v2.xml subprojects/wlroots-hyprland/protocol/tablet-unstable-v2-client-protocol.h >[57/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/text-input/text-input-unstable-v3.xml subprojects/wlroots-hyprland/protocol/text-input-unstable-v3-protocol.c >[58/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/text-input/text-input-unstable-v3.xml subprojects/wlroots-hyprland/protocol/text-input-unstable-v3-protocol.h >[59/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-decoration-unstable-v1-protocol.c >[60/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-decoration-unstable-v1-protocol.h >[61/528] /usr/bin/wayland-scanner client-header //usr/share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-decoration-unstable-v1-client-protocol.h >[62/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-foreign-unstable-v1-protocol.c >[63/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-foreign-unstable-v1-protocol.h >[64/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml subprojects/wlroots-hyprland/protocol/xdg-foreign-unstable-v2-protocol.c >[65/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/xdg-foreign/xdg-foreign-unstable-v2.xml subprojects/wlroots-hyprland/protocol/xdg-foreign-unstable-v2-protocol.h >[66/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-output-unstable-v1-protocol.c >[67/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml subprojects/wlroots-hyprland/protocol/xdg-output-unstable-v1-protocol.h >[68/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/staging/ext-transient-seat/ext-transient-seat-v1.xml subprojects/wlroots-hyprland/protocol/ext-transient-seat-v1-protocol.h >[69/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/drm.xml subprojects/wlroots-hyprland/protocol/drm-protocol.c >[70/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/staging/ext-transient-seat/ext-transient-seat-v1.xml subprojects/wlroots-hyprland/protocol/ext-transient-seat-v1-protocol.c >[71/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/drm.xml subprojects/wlroots-hyprland/protocol/drm-protocol.h >[72/528] /usr/bin/wayland-scanner client-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/drm.xml subprojects/wlroots-hyprland/protocol/drm-client-protocol.h >[73/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/input-method-unstable-v2.xml subprojects/wlroots-hyprland/protocol/input-method-unstable-v2-protocol.c >[74/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/input-method-unstable-v2.xml subprojects/wlroots-hyprland/protocol/input-method-unstable-v2-protocol.h >[75/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/server-decoration.xml subprojects/wlroots-hyprland/protocol/server-decoration-protocol.c >[76/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/server-decoration.xml subprojects/wlroots-hyprland/protocol/server-decoration-protocol.h >[77/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/virtual-keyboard-unstable-v1.xml subprojects/wlroots-hyprland/protocol/virtual-keyboard-unstable-v1-protocol.c >[78/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/virtual-keyboard-unstable-v1.xml subprojects/wlroots-hyprland/protocol/virtual-keyboard-unstable-v1-protocol.h >[79/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-data-control-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-data-control-unstable-v1-protocol.c >[80/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-data-control-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-data-control-unstable-v1-protocol.h >[81/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-export-dmabuf-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-export-dmabuf-unstable-v1-protocol.c >[82/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-export-dmabuf-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-export-dmabuf-unstable-v1-protocol.h >[83/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-foreign-toplevel-management-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-foreign-toplevel-management-unstable-v1-protocol.c >[84/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-foreign-toplevel-management-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-foreign-toplevel-management-unstable-v1-protocol.h >[85/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-gamma-control-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-gamma-control-unstable-v1-protocol.c >[86/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-gamma-control-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-gamma-control-unstable-v1-protocol.h >[87/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-layer-shell-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-layer-shell-unstable-v1-protocol.c >[88/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-layer-shell-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-layer-shell-unstable-v1-protocol.h >[89/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-output-management-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-output-management-unstable-v1-protocol.c >[90/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-output-management-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-output-management-unstable-v1-protocol.h >[91/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-output-power-management-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-output-power-management-unstable-v1-protocol.c >[92/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-output-power-management-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-output-power-management-unstable-v1-protocol.h >[93/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-screencopy-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-screencopy-unstable-v1-protocol.c >[94/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-screencopy-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-screencopy-unstable-v1-protocol.h >[95/528] /usr/bin/wayland-scanner private-code ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-virtual-pointer-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-virtual-pointer-unstable-v1-protocol.c >[96/528] /usr/bin/wayland-scanner server-header ../hyprland-source/subprojects/wlroots-hyprland/protocol/wlr-virtual-pointer-unstable-v1.xml subprojects/wlroots-hyprland/protocol/wlr-virtual-pointer-unstable-v1-protocol.h >[97/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml protocols/xdg-shell-protocol.c >[98/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml protocols/linux-dmabuf-unstable-v1-protocol.c >[99/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml protocols/xdg-shell-protocol.h >[100/528] /usr/bin/wayland-scanner private-code //usr/share/wayland-protocols/unstable/text-input/text-input-unstable-v1.xml protocols/text-input-unstable-v1-protocol.c >[101/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml protocols/linux-dmabuf-unstable-v1-protocol.h >[102/528] /usr/bin/wayland-scanner server-header //usr/share/wayland-protocols/unstable/text-input/text-input-unstable-v1.xml protocols/text-input-unstable-v1-protocol.h >[103/528] /usr/bin/wayland-scanner private-code ../hyprland-source/protocols/wlr-screencopy-unstable-v1.xml protocols/wlr-screencopy-unstable-v1-protocol.c >[104/528] /usr/bin/wayland-scanner private-code ../hyprland-source/protocols/wlr-layer-shell-unstable-v1.xml protocols/wlr-layer-shell-unstable-v1-protocol.c >[105/528] /usr/bin/wayland-scanner server-header ../hyprland-source/protocols/wlr-layer-shell-unstable-v1.xml protocols/wlr-layer-shell-unstable-v1-protocol.h >[106/528] /usr/bin/wayland-scanner server-header ../hyprland-source/protocols/wlr-screencopy-unstable-v1.xml protocols/wlr-screencopy-unstable-v1-protocol.h >[107/528] /usr/bin/wayland-scanner private-code //usr/share/hyprland-protocols/protocols/hyprland-toplevel-export-v1.xml protocols/hyprland-toplevel-export-v1-protocol.c >[108/528] /usr/bin/wayland-scanner private-code //usr/share/hyprland-protocols/protocols/hyprland-global-shortcuts-v1.xml protocols/hyprland-global-shortcuts-v1-protocol.c >[109/528] /usr/bin/wayland-scanner private-code ../hyprland-source/protocols/tablet-unstable-v2.xml protocols/tablet-unstable-v2-protocol.c >[110/528] /usr/bin/wayland-scanner server-header ../hyprland-source/protocols/tablet-unstable-v2.xml protocols/tablet-unstable-v2-protocol.h >[111/528] /usr/bin/wayland-scanner server-header //usr/share/hyprland-protocols/protocols/hyprland-toplevel-export-v1.xml protocols/hyprland-toplevel-export-v1-protocol.h >[112/528] /usr/bin/wayland-scanner server-header //usr/share/hyprland-protocols/protocols/hyprland-global-shortcuts-v1.xml protocols/hyprland-global-shortcuts-v1-protocol.h >[113/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/wlr-gamma-control-unstable-v1.xml protocols >[114/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/wlr-output-power-management-unstable-v1.xml protocols >[115/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/wlr-foreign-toplevel-management-unstable-v1.xml protocols >[116/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/input-method-unstable-v2.xml protocols >[117/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/virtual-keyboard-unstable-v1.xml protocols >[118/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/wlr-virtual-pointer-unstable-v1.xml protocols >[119/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/tearing-control/tearing-control-v1.xml protocols >[120/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml protocols >[121/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/xdg-output/xdg-output-unstable-v1.xml protocols >[122/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml protocols >[123/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml protocols >[124/528] /usr/bin/hyprwayland-scanner ../hyprland-source/protocols/wlr-output-management-unstable-v1.xml protocols >[125/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/relative-pointer/relative-pointer-unstable-v1.xml protocols >[126/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/xdg-decoration/xdg-decoration-unstable-v1.xml protocols >[127/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/alpha-modifier/alpha-modifier-v1.xml protocols >[128/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/ext-foreign-toplevel-list/ext-foreign-toplevel-list-v1.xml protocols >[129/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/pointer-gestures/pointer-gestures-unstable-v1.xml protocols >[130/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/keyboard-shortcuts-inhibit/keyboard-shortcuts-inhibit-unstable-v1.xml protocols >[131/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/text-input/text-input-unstable-v3.xml protocols >[132/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml protocols >[133/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml protocols >[134/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/ext-idle-notify/ext-idle-notify-v1.xml protocols >[135/528] /usr/bin/hyprwayland-scanner //usr/share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml protocols >[136/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._linux-dmabuf-unstable-v1-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._linux-dmabuf-unstable-v1-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._linux-dmabuf-unstable-v1-protocol.c.o -c protocols/linux-dmabuf-unstable-v1-protocol.c >[137/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-screencopy-unstable-v1-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-screencopy-unstable-v1-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-screencopy-unstable-v1-protocol.c.o -c protocols/wlr-screencopy-unstable-v1-protocol.c >[138/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._xdg-shell-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._xdg-shell-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._xdg-shell-protocol.c.o -c protocols/xdg-shell-protocol.c >[139/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._text-input-unstable-v1-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._text-input-unstable-v1-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._text-input-unstable-v1-protocol.c.o -c protocols/text-input-unstable-v1-protocol.c >[140/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._hyprland-toplevel-export-v1-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._hyprland-toplevel-export-v1-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._hyprland-toplevel-export-v1-protocol.c.o -c protocols/hyprland-toplevel-export-v1-protocol.c >[141/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._hyprland-global-shortcuts-v1-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._hyprland-global-shortcuts-v1-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._hyprland-global-shortcuts-v1-protocol.c.o -c protocols/hyprland-global-shortcuts-v1-protocol.c >[142/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-layer-shell-unstable-v1-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-layer-shell-unstable-v1-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-layer-shell-unstable-v1-protocol.c.o -c protocols/wlr-layer-shell-unstable-v1-protocol.c >[143/528] x86_64-pc-linux-gnu-gcc -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._tablet-unstable-v2-protocol.c.o -MF protocols/libserver_protos.a.p/meson-generated_.._tablet-unstable-v2-protocol.c.o.d -o protocols/libserver_protos.a.p/meson-generated_.._tablet-unstable-v2-protocol.c.o -c protocols/tablet-unstable-v2-protocol.c >[144/528] /usr/lib/python-exec/python3.12/meson --internal exe --capture subprojects/wlroots-hyprland/render/gles2/shaders/common_vert_src.h --feed ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/common.vert -- /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/./embed.sh common_vert_src >[145/528] /usr/lib/python-exec/python3.12/meson --internal exe --capture subprojects/wlroots-hyprland/render/gles2/shaders/tex_external_frag_src.h --feed ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/tex_external.frag -- /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/./embed.sh tex_external_frag_src >[146/528] /usr/lib/python-exec/python3.12/meson --internal exe --capture subprojects/wlroots-hyprland/render/gles2/shaders/tex_rgbx_frag_src.h --feed ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/tex_rgbx.frag -- /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/./embed.sh tex_rgbx_frag_src >[147/528] /usr/lib/python-exec/python3.12/meson --internal exe --capture subprojects/wlroots-hyprland/render/gles2/shaders/tex_rgba_frag_src.h --feed ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/tex_rgba.frag -- /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/./embed.sh tex_rgba_frag_src >[148/528] x86_64-pc-linux-gnu-gcc -Isubprojects/udis86/liblibudis86.a.p -Isubprojects/udis86 -I../hyprland-source/subprojects/udis86 -I../hyprland-source/subprojects/udis86/libudis86 -Isubprojects/udis86/__CMake_build -I../hyprland-source/subprojects/udis86/__CMake_build -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ subprojects/udis86/liblibudis86.a.p/libudis86_syn-intel.c.o -MF subprojects/udis86/liblibudis86.a.p/libudis86_syn-intel.c.o.d -o subprojects/udis86/liblibudis86.a.p/libudis86_syn-intel.c.o -c ../hyprland-source/subprojects/udis86/libudis86/syn-intel.c >[149/528] /usr/lib/python-exec/python3.12/meson --internal exe --capture subprojects/wlroots-hyprland/render/gles2/shaders/quad_frag_src.h --feed ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/quad.frag -- /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/render/gles2/shaders/./embed.sh quad_frag_src >[150/528] x86_64-pc-linux-gnu-gcc -Isubprojects/udis86/liblibudis86.a.p -Isubprojects/udis86 -I../hyprland-source/subprojects/udis86 -I../hyprland-source/subprojects/udis86/libudis86 -Isubprojects/udis86/__CMake_build -I../hyprland-source/subprojects/udis86/__CMake_build -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ subprojects/udis86/liblibudis86.a.p/libudis86_syn.c.o -MF subprojects/udis86/liblibudis86.a.p/libudis86_syn.c.o.d -o subprojects/udis86/liblibudis86.a.p/libudis86_syn.c.o -c ../hyprland-source/subprojects/udis86/libudis86/syn.c >[151/528] x86_64-pc-linux-gnu-gcc -Isubprojects/udis86/liblibudis86.a.p -Isubprojects/udis86 -I../hyprland-source/subprojects/udis86 -I../hyprland-source/subprojects/udis86/libudis86 -Isubprojects/udis86/__CMake_build -I../hyprland-source/subprojects/udis86/__CMake_build -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ subprojects/udis86/liblibudis86.a.p/libudis86_syn-att.c.o -MF subprojects/udis86/liblibudis86.a.p/libudis86_syn-att.c.o.d -o subprojects/udis86/liblibudis86.a.p/libudis86_syn-att.c.o -c ../hyprland-source/subprojects/udis86/libudis86/syn-att.c >[152/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_linux-dmabuf-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_linux-dmabuf-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_linux-dmabuf-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/linux-dmabuf-v1-protocol.c >[153/528] /usr/lib/python-exec/python3.12/meson --internal exe --capture subprojects/wlroots-hyprland/backend/drm/pnpids.c --feed //usr/share/hwdata/pnp.ids -- /var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source/subprojects/wlroots-hyprland/backend/drm/gen_pnpids.sh >[154/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_presentation-time-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_presentation-time-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_presentation-time-protocol.c.o -c subprojects/wlroots-hyprland/protocol/presentation-time-protocol.c >[155/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_viewporter-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_viewporter-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_viewporter-protocol.c.o -c subprojects/wlroots-hyprland/protocol/viewporter-protocol.c >[156/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-shell-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-shell-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-shell-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xdg-shell-protocol.c >[157/528] x86_64-pc-linux-gnu-gcc -Isubprojects/udis86/liblibudis86.a.p -Isubprojects/udis86 -I../hyprland-source/subprojects/udis86 -I../hyprland-source/subprojects/udis86/libudis86 -Isubprojects/udis86/__CMake_build -I../hyprland-source/subprojects/udis86/__CMake_build -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ subprojects/udis86/liblibudis86.a.p/libudis86_udis86.c.o -MF subprojects/udis86/liblibudis86.a.p/libudis86_udis86.c.o.d -o subprojects/udis86/liblibudis86.a.p/libudis86_udis86.c.o -c ../hyprland-source/subprojects/udis86/libudis86/udis86.c >[158/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_content-type-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_content-type-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_content-type-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/content-type-v1-protocol.c >[159/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_drm-lease-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_drm-lease-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_drm-lease-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/drm-lease-v1-protocol.c >[160/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_cursor-shape-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_cursor-shape-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_cursor-shape-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/cursor-shape-v1-protocol.c >[161/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-foreign-toplevel-list-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-foreign-toplevel-list-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-foreign-toplevel-list-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/ext-foreign-toplevel-list-v1-protocol.c >[162/528] x86_64-pc-linux-gnu-gcc -Isubprojects/udis86/liblibudis86.a.p -Isubprojects/udis86 -I../hyprland-source/subprojects/udis86 -I../hyprland-source/subprojects/udis86/libudis86 -Isubprojects/udis86/__CMake_build -I../hyprland-source/subprojects/udis86/__CMake_build -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ subprojects/udis86/liblibudis86.a.p/libudis86_itab.c.o -MF subprojects/udis86/liblibudis86.a.p/libudis86_itab.c.o.d -o subprojects/udis86/liblibudis86.a.p/libudis86_itab.c.o -c ../hyprland-source/subprojects/udis86/libudis86/itab.c >[163/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-idle-notify-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-idle-notify-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-idle-notify-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/ext-idle-notify-v1-protocol.c >[164/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-session-lock-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-session-lock-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-session-lock-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/ext-session-lock-v1-protocol.c >[165/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_security-context-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_security-context-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_security-context-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/security-context-v1-protocol.c >[166/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_single-pixel-buffer-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_single-pixel-buffer-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_single-pixel-buffer-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/single-pixel-buffer-v1-protocol.c >[167/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_fractional-scale-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_fractional-scale-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_fractional-scale-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/fractional-scale-v1-protocol.c >[168/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xwayland-shell-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xwayland-shell-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xwayland-shell-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xwayland-shell-v1-protocol.c >[169/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_tearing-control-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_tearing-control-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_tearing-control-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/tearing-control-v1-protocol.c >[170/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-activation-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-activation-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-activation-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xdg-activation-v1-protocol.c >[171/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_fullscreen-shell-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_fullscreen-shell-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_fullscreen-shell-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/fullscreen-shell-unstable-v1-protocol.c >[172/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_idle-inhibit-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_idle-inhibit-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_idle-inhibit-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/idle-inhibit-unstable-v1-protocol.c >[173/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/keyboard-shortcuts-inhibit-unstable-v1-protocol.c >[174/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_pointer-constraints-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_pointer-constraints-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_pointer-constraints-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/pointer-constraints-unstable-v1-protocol.c >[175/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_pointer-gestures-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_pointer-gestures-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_pointer-gestures-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/pointer-gestures-unstable-v1-protocol.c >[176/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_primary-selection-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_primary-selection-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_primary-selection-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/primary-selection-unstable-v1-protocol.c >[177/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_relative-pointer-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_relative-pointer-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_relative-pointer-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/relative-pointer-unstable-v1-protocol.c >[178/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_tablet-unstable-v2-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_tablet-unstable-v2-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_tablet-unstable-v2-protocol.c.o -c subprojects/wlroots-hyprland/protocol/tablet-unstable-v2-protocol.c >[179/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_text-input-unstable-v3-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_text-input-unstable-v3-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_text-input-unstable-v3-protocol.c.o -c subprojects/wlroots-hyprland/protocol/text-input-unstable-v3-protocol.c >[180/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-decoration-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-decoration-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-decoration-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xdg-decoration-unstable-v1-protocol.c >[181/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-foreign-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-foreign-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-foreign-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xdg-foreign-unstable-v1-protocol.c >[182/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-transient-seat-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-transient-seat-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_ext-transient-seat-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/ext-transient-seat-v1-protocol.c >[183/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-foreign-unstable-v2-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-foreign-unstable-v2-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-foreign-unstable-v2-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xdg-foreign-unstable-v2-protocol.c >[184/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-output-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-output-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_xdg-output-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/xdg-output-unstable-v1-protocol.c >[185/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_drm-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_drm-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_drm-protocol.c.o -c subprojects/wlroots-hyprland/protocol/drm-protocol.c >[186/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_input-method-unstable-v2-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_input-method-unstable-v2-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_input-method-unstable-v2-protocol.c.o -c subprojects/wlroots-hyprland/protocol/input-method-unstable-v2-protocol.c >[187/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_virtual-keyboard-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_virtual-keyboard-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_virtual-keyboard-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/virtual-keyboard-unstable-v1-protocol.c >[188/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-data-control-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-data-control-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-data-control-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-data-control-unstable-v1-protocol.c >[189/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-export-dmabuf-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-export-dmabuf-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-export-dmabuf-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-export-dmabuf-unstable-v1-protocol.c >[190/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_server-decoration-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_server-decoration-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_server-decoration-protocol.c.o -c subprojects/wlroots-hyprland/protocol/server-decoration-protocol.c >[191/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-foreign-toplevel-management-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-foreign-toplevel-management-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-foreign-toplevel-management-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-foreign-toplevel-management-unstable-v1-protocol.c >[192/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-gamma-control-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-gamma-control-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-gamma-control-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-gamma-control-unstable-v1-protocol.c >[193/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-layer-shell-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-layer-shell-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-layer-shell-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-layer-shell-unstable-v1-protocol.c >[194/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-output-management-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-output-management-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-output-management-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-output-management-unstable-v1-protocol.c >[195/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-output-power-management-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-output-power-management-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-output-power-management-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-output-power-management-unstable-v1-protocol.c >[196/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-screencopy-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-screencopy-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-screencopy-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-screencopy-unstable-v1-protocol.c >[197/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-virtual-pointer-unstable-v1-protocol.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-virtual-pointer-unstable-v1-protocol.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._protocol_wlr-virtual-pointer-unstable-v1-protocol.c.o -c subprojects/wlroots-hyprland/protocol/wlr-virtual-pointer-unstable-v1-protocol.c >[198/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_dmabuf.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_dmabuf.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_dmabuf.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/dmabuf.c >[199/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_pass.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_pass.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_pass.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/pass.c >[200/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_pixel_format.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_pixel_format.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_pixel_format.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/pixel_format.c >[201/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_swapchain.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_swapchain.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_swapchain.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/swapchain.c >[202/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_dmabuf_linux.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_dmabuf_linux.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_dmabuf_linux.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/dmabuf_linux.c >[203/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_drm_format_set.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_drm_format_set.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_drm_format_set.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/drm_format_set.c >[204/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_wlr_texture.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_wlr_texture.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_wlr_texture.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/wlr_texture.c >[205/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_wlr_renderer.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_wlr_renderer.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_wlr_renderer.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/wlr_renderer.c >[206/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_pixel_format.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_pixel_format.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_pixel_format.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/pixel_format.c >[207/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_pass.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_pass.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_pass.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/pass.c >[208/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_pass.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_pass.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_pass.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/pixman/pass.c >[209/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_pixel_format.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_pixel_format.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_pixel_format.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/pixman/pixel_format.c >[210/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_texture.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_texture.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_texture.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/texture.c >[211/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_renderer.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_renderer.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_gles2_renderer.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/gles2/renderer.c >[212/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_allocator.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_allocator.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_allocator.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/allocator/allocator.c >[213/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_shm.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_shm.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_shm.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/allocator/shm.c >[214/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_renderer.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_renderer.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_pixman_renderer.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/pixman/renderer.c >[215/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_egl.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_egl.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_egl.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/egl.c >[216/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_drm_dumb.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_drm_dumb.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_drm_dumb.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/allocator/drm_dumb.c >[217/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_gbm.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_gbm.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/render_allocator_gbm.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/render/allocator/gbm.c >[218/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-output-power-management-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-output-power-management-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-output-power-management-unstable-v1.cpp.o -c protocols/wlr-output-power-management-unstable-v1.cpp >[219/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-gamma-control-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-gamma-control-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-gamma-control-unstable-v1.cpp.o -c protocols/wlr-gamma-control-unstable-v1.cpp >[220/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._fractional-scale-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._fractional-scale-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._fractional-scale-v1.cpp.o -c protocols/fractional-scale-v1.cpp >[221/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._relative-pointer-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._relative-pointer-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._relative-pointer-unstable-v1.cpp.o -c protocols/relative-pointer-unstable-v1.cpp >[222/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._virtual-keyboard-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._virtual-keyboard-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._virtual-keyboard-unstable-v1.cpp.o -c protocols/virtual-keyboard-unstable-v1.cpp >[223/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._tearing-control-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._tearing-control-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._tearing-control-v1.cpp.o -c protocols/tearing-control-v1.cpp >[224/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._xdg-output-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._xdg-output-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._xdg-output-unstable-v1.cpp.o -c protocols/xdg-output-unstable-v1.cpp >[225/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._alpha-modifier-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._alpha-modifier-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._alpha-modifier-v1.cpp.o -c protocols/alpha-modifier-v1.cpp >[226/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._keyboard-shortcuts-inhibit-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._keyboard-shortcuts-inhibit-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._keyboard-shortcuts-inhibit-unstable-v1.cpp.o -c protocols/keyboard-shortcuts-inhibit-unstable-v1.cpp >[227/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._ext-foreign-toplevel-list-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._ext-foreign-toplevel-list-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._ext-foreign-toplevel-list-v1.cpp.o -c protocols/ext-foreign-toplevel-list-v1.cpp >[228/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._xdg-decoration-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._xdg-decoration-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._xdg-decoration-unstable-v1.cpp.o -c protocols/xdg-decoration-unstable-v1.cpp >[229/528] x86_64-pc-linux-gnu-gcc -Isubprojects/udis86/liblibudis86.a.p -Isubprojects/udis86 -I../hyprland-source/subprojects/udis86 -I../hyprland-source/subprojects/udis86/libudis86 -Isubprojects/udis86/__CMake_build -I../hyprland-source/subprojects/udis86/__CMake_build -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu99 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ subprojects/udis86/liblibudis86.a.p/libudis86_decode.c.o -MF subprojects/udis86/liblibudis86.a.p/libudis86_decode.c.o.d -o subprojects/udis86/liblibudis86.a.p/libudis86_decode.c.o -c ../hyprland-source/subprojects/udis86/libudis86/decode.c >../hyprland-source/subprojects/udis86/libudis86/decode.c: In function âdecode_operandâ: >../hyprland-source/subprojects/udis86/libudis86/decode.c:1959:18: warning: this statement may fall through [-Wimplicit-fallthrough=] > 1959 | u->br_far = 1; > | ~~~~~~~~~~~^~~ >../hyprland-source/subprojects/udis86/libudis86/decode.c:1961:5: note: here > 1961 | case OP_M: > | ^~~~ >../hyprland-source/subprojects/udis86/libudis86/decode.c:1962:10: warning: this statement may fall through [-Wimplicit-fallthrough=] > 1962 | if (MODRM_MOD(modrm(u)) == 3) { > | ^ >../hyprland-source/subprojects/udis86/libudis86/decode.c:1966:5: note: here > 1966 | case OP_E: > | ^~~~ >../hyprland-source/subprojects/udis86/libudis86/decode.c:1992:10: warning: this statement may fall through [-Wimplicit-fallthrough=] > 1992 | if (MODRM_MOD(modrm(u)) != 3) { > | ^ >../hyprland-source/subprojects/udis86/libudis86/decode.c:1996:5: note: here > 1996 | case OP_Q: > | ^~~~ >../hyprland-source/subprojects/udis86/libudis86/decode.c:2003:10: warning: this statement may fall through [-Wimplicit-fallthrough=] > 2003 | if (MODRM_MOD(modrm(u)) != 3) { > | ^ >../hyprland-source/subprojects/udis86/libudis86/decode.c:2007:9: note: here > 2007 | case OP_W: > | ^~~~ >[230/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_backend.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_backend.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_backend.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/backend.c >[231/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_monitor.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_monitor.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_monitor.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/monitor.c >[232/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._backend_drm_pnpids.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._backend_drm_pnpids.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/meson-generated_.._backend_drm_pnpids.c.o -c subprojects/wlroots-hyprland/backend/drm/pnpids.c >[233/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_session_session.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_session_session.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_session_session.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/session/session.c >[234/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_properties.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_properties.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_properties.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/properties.c >[235/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/libliftoff.c >FAILED: subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o >x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_libliftoff.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/libliftoff.c >../hyprland-source/subprojects/wlroots-hyprland/backend/drm/libliftoff.c: In function âcommitâ: >../hyprland-source/subprojects/wlroots-hyprland/backend/drm/libliftoff.c:410:27: error: too few arguments to function âliftoff_output_applyâ > 410 | int ret = liftoff_output_apply(crtc->liftoff, req, flags); > | ^~~~~~~~~~~~~~~~~~~~ >In file included from ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/libliftoff.c:2: >/usr/include/libliftoff.h:85:1: note: declared here > 85 | liftoff_output_apply(struct liftoff_output *output, drmModeAtomicReq *req, > | ^~~~~~~~~~~~~~~~~~~~ >[236/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-foreign-toplevel-management-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-foreign-toplevel-management-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-foreign-toplevel-management-unstable-v1.cpp.o -c protocols/wlr-foreign-toplevel-management-unstable-v1.cpp >[237/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_keyboard.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_keyboard.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_keyboard.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/keyboard.c >[238/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._pointer-gestures-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._pointer-gestures-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._pointer-gestures-unstable-v1.cpp.o -c protocols/pointer-gestures-unstable-v1.cpp >[239/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_switch.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_switch.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_switch.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/switch.c >[240/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_backend.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_backend.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_backend.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/backend.c >[241/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_fb.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_fb.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_fb.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/fb.c >[242/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._text-input-unstable-v3.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._text-input-unstable-v3.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._text-input-unstable-v3.cpp.o -c protocols/text-input-unstable-v3.cpp >[243/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-virtual-pointer-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-virtual-pointer-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-virtual-pointer-unstable-v1.cpp.o -c protocols/wlr-virtual-pointer-unstable-v1.cpp >[244/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_events.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_events.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_events.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/events.c >[245/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_touch.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_touch.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_touch.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/touch.c >[246/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_backend.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_backend.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_backend.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/backend.c >[247/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_legacy.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_legacy.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_legacy.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/legacy.c >[248/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._input-method-unstable-v2.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._input-method-unstable-v2.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._input-method-unstable-v2.cpp.o -c protocols/input-method-unstable-v2.cpp >[249/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_tablet_pad.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_tablet_pad.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_tablet_pad.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/tablet_pad.c >[250/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_renderer.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_renderer.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_renderer.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/renderer.c >[251/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_pointer.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_pointer.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_pointer.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/pointer.c >[252/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_tablet_tool.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_tablet_tool.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_libinput_tablet_tool.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/libinput/tablet_tool.c >[253/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_util.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_util.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_util.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/util.c >[254/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_multi_backend.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_multi_backend.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_multi_backend.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/multi/backend.c >[255/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_atomic.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_atomic.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_atomic.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/atomic.c >[256/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._wlr-output-management-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._wlr-output-management-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._wlr-output-management-unstable-v1.cpp.o -c protocols/wlr-output-management-unstable-v1.cpp >[257/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._idle-inhibit-unstable-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._idle-inhibit-unstable-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._idle-inhibit-unstable-v1.cpp.o -c protocols/idle-inhibit-unstable-v1.cpp >[258/528] x86_64-pc-linux-gnu-g++ -Iprotocols/libserver_protos.a.p -Iprotocols -I../hyprland-source/protocols -I/usr/lib64/libffi/include -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ protocols/libserver_protos.a.p/meson-generated_.._cursor-shape-v1.cpp.o -MF protocols/libserver_protos.a.p/meson-generated_.._cursor-shape-v1.cpp.o.d -o protocols/libserver_protos.a.p/meson-generated_.._cursor-shape-v1.cpp.o -c protocols/cursor-shape-v1.cpp >[259/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_wayland_backend.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_wayland_backend.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_wayland_backend.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/wayland/backend.c >[260/528] x86_64-pc-linux-gnu-gcc -Isubprojects/wlroots-hyprland/libwlroots.a.p -Isubprojects/wlroots-hyprland -I../hyprland-source/subprojects/wlroots-hyprland -Isubprojects/wlroots-hyprland/include -I../hyprland-source/subprojects/wlroots-hyprland/include -Isubprojects/wlroots-hyprland/protocol -Isubprojects/wlroots-hyprland/render/gles2/shaders -Isubprojects/wlroots-hyprland/backend/drm -I/usr/lib64/libffi/include -I/usr/include/libdrm -I/usr/include/pixman-1 -I/usr/include/elogind -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -D_POSIX_C_SOURCE=200809L -DWLR_USE_UNSTABLE -DWLR_LITTLE_ENDIAN=1 -DWLR_BIG_ENDIAN=0 -Wundef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self -Wstrict-prototypes -Wimplicit-fallthrough=2 -Wendif-labels -Wstrict-aliasing=2 -Woverflow -Wmissing-prototypes -Walloca -Wno-missing-braces -Wno-missing-field-initializers -Wno-unused-parameter -fmacro-prefix-map=../hyprland-source/subprojects/wlroots-hyprland/= -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -fPIC -MD -MQ subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_drm.c.o -MF subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_drm.c.o.d -o subprojects/wlroots-hyprland/libwlroots.a.p/backend_drm_drm.c.o -c ../hyprland-source/subprojects/wlroots-hyprland/backend/drm/drm.c >[261/528] x86_64-pc-linux-gnu-g++ -Ihyprpm/src/hyprpm.p -Ihyprpm/src -I../hyprland-source/hyprpm/src -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -DTOML_HEADER_ONLY=0 -DTOML_SHARED_LIB=1 -pthread -MD -MQ hyprpm/src/hyprpm.p/main.cpp.o -MF hyprpm/src/hyprpm.p/main.cpp.o.d -o hyprpm/src/hyprpm.p/main.cpp.o -c ../hyprland-source/hyprpm/src/main.cpp >[262/528] x86_64-pc-linux-gnu-g++ -Ihyprpm/src/hyprpm.p -Ihyprpm/src -I../hyprland-source/hyprpm/src -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -DTOML_HEADER_ONLY=0 -DTOML_SHARED_LIB=1 -pthread -MD -MQ hyprpm/src/hyprpm.p/core_Manifest.cpp.o -MF hyprpm/src/hyprpm.p/core_Manifest.cpp.o.d -o hyprpm/src/hyprpm.p/core_Manifest.cpp.o -c ../hyprland-source/hyprpm/src/core/Manifest.cpp >[263/528] x86_64-pc-linux-gnu-g++ -Ihyprpm/src/hyprpm.p -Ihyprpm/src -I../hyprland-source/hyprpm/src -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -DTOML_HEADER_ONLY=0 -DTOML_SHARED_LIB=1 -pthread -MD -MQ hyprpm/src/hyprpm.p/progress_CProgressBar.cpp.o -MF hyprpm/src/hyprpm.p/progress_CProgressBar.cpp.o.d -o hyprpm/src/hyprpm.p/progress_CProgressBar.cpp.o -c ../hyprland-source/hyprpm/src/progress/CProgressBar.cpp >[264/528] x86_64-pc-linux-gnu-g++ -Ihyprpm/src/hyprpm.p -Ihyprpm/src -I../hyprland-source/hyprpm/src -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -DTOML_HEADER_ONLY=0 -DTOML_SHARED_LIB=1 -pthread -MD -MQ hyprpm/src/hyprpm.p/core_DataState.cpp.o -MF hyprpm/src/hyprpm.p/core_DataState.cpp.o.d -o hyprpm/src/hyprpm.p/core_DataState.cpp.o -c ../hyprland-source/hyprpm/src/core/DataState.cpp >[265/528] x86_64-pc-linux-gnu-g++ -Ihyprpm/src/hyprpm.p -Ihyprpm/src -I../hyprland-source/hyprpm/src -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -DTOML_HEADER_ONLY=0 -DTOML_SHARED_LIB=1 -pthread -MD -MQ hyprpm/src/hyprpm.p/core_PluginManager.cpp.o -MF hyprpm/src/hyprpm.p/core_PluginManager.cpp.o.d -o hyprpm/src/hyprpm.p/core_PluginManager.cpp.o -c ../hyprland-source/hyprpm/src/core/PluginManager.cpp >../hyprland-source/hyprpm/src/core/PluginManager.cpp: In function âstd::string execAndGet(std::string)â: >../hyprland-source/hyprpm/src/core/PluginManager.cpp:45:50: warning: ignoring attributes on template argument âint (*)(FILE*)â [-Wignored-attributes] > 45 | const std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(cmd.c_str(), "r"), pclose); > | ^ >[266/528] x86_64-pc-linux-gnu-g++ -Ihyprctl/hyprctl.p -Ihyprctl -I../hyprland-source/hyprctl -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -DHAS_EXECINFO -DNO_XWAYLAND -std=c++23 -O2 -march=x86-64 -O3 -pipe -frecord-gcc-switches -fno-diagnostics-color -fmessage-length=0 -MD -MQ hyprctl/hyprctl.p/main.cpp.o -MF hyprctl/hyprctl.p/main.cpp.o.d -o hyprctl/hyprctl.p/main.cpp.o -c ../hyprland-source/hyprctl/main.cpp >ninja: build stopped: subcommand failed. > * ERROR: gui-wm/hyprland-0.40.0-r1::gentoo failed (compile phase): > * compile failed > * > * Call stack: > * ebuild.sh, line 136: Called src_compile > * environment, line 2884: Called meson_src_compile > * environment, line 2033: Called die > * The specific snippet of code: > * [[ ${rv} -eq 0 ]] || die -n "compile failed"; > * > * If you need support, post the output of `emerge --info '=gui-wm/hyprland-0.40.0-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=gui-wm/hyprland-0.40.0-r1::gentoo'`. > * The complete build log is located at '/var/log/emerge-log/build/gui-wm/hyprland-0.40.0-r1:20240603-040926.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/gui-wm/hyprland-0.40.0-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/gui-wm/hyprland-0.40.0-r1/temp/environment'. > * Working directory: '/var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-0.40.0-build' > * S: '/var/tmp/portage/gui-wm/hyprland-0.40.0-r1/work/hyprland-source' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 933460
: 894984