* Package:    x11-apps/iceauth-1.0.11:0
 * Repository: gentoo
 * Maintainer: x11@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking 'iceauth-1.0.11.tar.xz' to /var/tmp/portage/x11-apps/iceauth-1.0.11/work
>>> Source unpacked in /var/tmp/portage/x11-apps/iceauth-1.0.11/work
>>> Preparing source in /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11 ...
meson setup -Db_lto=true --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/x11-apps/iceauth-1.0.11/temp/meson.x86_64-pc-linux-gnu.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain -Ddefault_library=shared /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11 /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11-build
The Meson build system
Version: 1.10.2
Source dir: /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11
Build dir: /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11-build
Build type: native build
Project name: iceauth
Project version: 1.0.11
C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 15.2.1 "x86_64-pc-linux-gnu-gcc (Gentoo 15.2.1_p20260214 p5) 15.2.1 20260214")
C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.46.0
Host machine cpu family: x86_64
Host machine cpu: x86_64
Compiler for C supports arguments -fno-strict-aliasing: YES 
Found pkg-config: YES (/usr/bin/x86_64-pc-linux-gnu-pkg-config) 2.5.1
Run-time dependency xproto found: YES 7.0.34
Run-time dependency ice found: YES 1.1.2
Checking for function "reallocarray" : YES 
Configuring config.h using configuration
Program sed found: YES (/usr/bin/sed)
Build targets in project: 2

iceauth 1.0.11

  User defined options
    Native files         : /var/tmp/portage/x11-apps/iceauth-1.0.11/temp/meson.x86_64-pc-linux-gnu.ini
    b_lto                : true
    b_pch                : false
    buildtype            : plain
    default_library      : shared
    libdir               : lib64
    localstatedir        : /var/lib
    build.pkg_config_path: /usr/share/pkgconfig
    pkg_config_path      : /usr/share/pkgconfig
    prefix               : /usr
    sysconfdir           : /etc
    werror               : false
    wrap_mode            : nodownload

Found ninja-1.13.2 at /usr/bin/ninja
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-apps/iceauth-1.0.11/work/iceauth-1.0.11 ...
ninja -v -l2 -j2
[1/4] x86_64-pc-linux-gnu-gcc -Iiceauth.p -I. -I../iceauth-1.0.11 -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fno-strict-aliasing -DHAVE_CONFIG_H -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -MD -MQ iceauth.p/iceauth.c.o -MF iceauth.p/iceauth.c.o.d -o iceauth.p/iceauth.c.o -c ../iceauth-1.0.11/iceauth.c
[2/4] x86_64-pc-linux-gnu-gcc -Iiceauth.p -I. -I../iceauth-1.0.11 -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fno-strict-aliasing -DHAVE_CONFIG_H -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -MD -MQ iceauth.p/process.c.o -MF iceauth.p/process.c.o.d -o iceauth.p/process.c.o -c ../iceauth-1.0.11/process.c
../iceauth-1.0.11/process.c: In function ‘catchsig’:
../iceauth-1.0.11/process.c:489:29: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  489 | #define WRITES(fd, S) (void)write((fd), (S), strlen((S)))
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../iceauth-1.0.11/process.c:509:38: note: in expansion of macro ‘WRITES’
  509 |     if (verbose && iceauth_modified) WRITES(STDERR_FILENO, "\r\n");
      |                                      ^~~~~~
../iceauth-1.0.11/process.c: In function ‘auth_finalize’:
../iceauth-1.0.11/process.c:489:29: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  489 | #define WRITES(fd, S) (void)write((fd), (S), strlen((S)))
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../iceauth-1.0.11/process.c:673:17: note: in expansion of macro ‘WRITES’
  673 |                 WRITES(STDERR_FILENO, "\nAborting changes to authority file ");
      |                 ^~~~~~
../iceauth-1.0.11/process.c:489:29: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  489 | #define WRITES(fd, S) (void)write((fd), (S), strlen((S)))
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../iceauth-1.0.11/process.c:674:17: note: in expansion of macro ‘WRITES’
  674 |                 WRITES(STDERR_FILENO, iceauth_filename);
      |                 ^~~~~~
../iceauth-1.0.11/process.c:489:29: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  489 | #define WRITES(fd, S) (void)write((fd), (S), strlen((S)))
      |                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../iceauth-1.0.11/process.c:675:17: note: in expansion of macro ‘WRITES’
  675 |                 WRITES(STDERR_FILENO, "\n");
      |                 ^~~~~~
[3/4] x86_64-pc-linux-gnu-gcc  -o iceauth iceauth.p/iceauth.c.o iceauth.p/process.c.o -flto=auto -Wl,--as-needed -Wl,--no-undefined -O3 -march=native -mtune=native -fomit-frame-pointer -pipe -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs /usr/lib64/libICE.so
[4/4] /usr/lib/python-exec/python3.14/meson --internal exe --capture iceauth.1 -- /usr/bin/sed -e 's/__xorgversion__/"iceauth 1.0.11" "X Version 11"/' ../iceauth-1.0.11/man/iceauth.man
>>> Source compiled.
>>> Test phase [not enabled]: x11-apps/iceauth-1.0.11

>>> Install x11-apps/iceauth-1.0.11 into /var/tmp/portage/x11-apps/iceauth-1.0.11/image
meson install --destdir /var/tmp/portage/x11-apps/iceauth-1.0.11/image --no-rebuild
Installing iceauth to /var/tmp/portage/x11-apps/iceauth-1.0.11/image/usr/bin
Installing iceauth.1 to /var/tmp/portage/x11-apps/iceauth-1.0.11/image/usr/share/man/man1
>>> Completed installing x11-apps/iceauth-1.0.11 into /var/tmp/portage/x11-apps/iceauth-1.0.11/image

 * Final size of build directory: 1288 KiB (1.2 MiB)
 * Final size of installed tree:   124 KiB

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/bin/iceauth