Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/volumeicon.spec'], chrootPath='/var/lib/mock/f33-build-297794-55998/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/volumeicon.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Wrote: /builddir/build/SRPMS/volumeicon-0.5.1-7.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/volumeicon.spec'], chrootPath='/var/lib/mock/f33-build-297794-55998/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/volumeicon.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1595980800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mbgspK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf volumeicon-0.5.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/volumeicon-0.5.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd volumeicon-0.5.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.s7ooIH + umask 022 + cd /builddir/build/BUILD + cd volumeicon-0.5.1 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2015-03-02 17:43:20.000000000 -0500 +++ ./configure 2020-08-14 16:41:02.934699684 -0400 @@ -1916,7 +1916,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-notify --with-default-mixerapp=pavucontrol checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for an ANSI C-conforming const... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for pid_t... yes checking return type of signal handlers... void checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether NLS is requested... yes checking for intltool >= 0.23... 0.51.0 found checking for intltool-update... /usr/bin/intltool-update checking for intltool-merge... /usr/bin/intltool-merge checking for intltool-extract... /usr/bin/intltool-extract checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for perl... /usr/bin/perl checking for perl >= 5.8.1... 5.32.0 checking for XML::Parser... ok checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... (cached) /usr/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /usr/bin/msgfmt checking for xgettext... (cached) /usr/bin/xgettext checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK... yes checking for X11... yes checking for ALSA... yes checking for NOTIFY... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating po/Makefile.in config.status: executing depfiles commands config.status: executing default-1 commands config.status: executing po/stamp-it commands + /usr/bin/make -O -j4 V=1 VERBOSE=1 Making all in src make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"volumeicon\ 0.5.1\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.5.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DGETTEXT_PACKAGE=\"volumeicon\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_MIXERAPP=\"pavucontrol\" -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DCOMPILEWITH_NOTIFY -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o config.o config.c make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"volumeicon\ 0.5.1\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.5.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DGETTEXT_PACKAGE=\"volumeicon\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_MIXERAPP=\"pavucontrol\" -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DCOMPILEWITH_NOTIFY -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o alsa_volume_mapping.o alsa_volume_mapping.c make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"volumeicon\ 0.5.1\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.5.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DGETTEXT_PACKAGE=\"volumeicon\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_MIXERAPP=\"pavucontrol\" -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DCOMPILEWITH_NOTIFY -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o alsa_backend.o alsa_backend.c make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"volumeicon\ 0.5.1\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.5.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DGETTEXT_PACKAGE=\"volumeicon\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_MIXERAPP=\"pavucontrol\" -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DCOMPILEWITH_NOTIFY -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o bind.o bind.c make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' bind.c: In function 'grab_ungrab_with_ignorable_modifiers': bind.c:147:2: warning: 'gdk_error_trap_push' is deprecated: Use 'gdk_x11_display_error_trap_push' instead [-Wdeprecated-declarations] 147 | gdk_error_trap_push (); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkmain.h:70:32: note: declared here 70 | void gdk_error_trap_push (void); | ^~~~~~~~~~~~~~~~~~~ bind.c:165:2: warning: 'gdk_flush' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] 165 | gdk_flush(); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here 124 | void gdk_flush (void); | ^~~~~~~~~ bind.c:166:2: warning: 'gdk_error_trap_pop' is deprecated: Use 'gdk_x11_display_error_trap_pop' instead [-Wdeprecated-declarations] 166 | if (gdk_error_trap_pop()) { | ^~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:50, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkmain.h:73:32: note: declared here 73 | G_GNUC_WARN_UNUSED_RESULT gint gdk_error_trap_pop (void); | ^~~~~~~~~~~~~~~~~~ bind.c: In function 'grab_ungrab': bind.c:202:2: warning: 'gdk_keymap_get_default' is deprecated: Use 'gdk_keymap_get_for_display' instead [-Wdeprecated-declarations] 202 | gdk_keymap_get_entries_for_keyval(gdk_keymap_get_default(), keyval, &keys, &n_keys); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:48, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkkeys.h:84:12: note: declared here 84 | GdkKeymap* gdk_keymap_get_default (void); | ^~~~~~~~~~~~~~~~~~~~~~ bind.c: In function 'do_grab_key': bind.c:281:2: warning: 'gdk_keymap_get_default' is deprecated: Use 'gdk_keymap_get_for_display' instead [-Wdeprecated-declarations] 281 | GdkKeymap *keymap = gdk_keymap_get_default (); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:48, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkkeys.h:84:12: note: declared here 84 | GdkKeymap* gdk_keymap_get_default (void); | ^~~~~~~~~~~~~~~~~~~~~~ bind.c: In function 'do_ungrab_key': bind.c:321:2: warning: 'gdk_keymap_get_default' is deprecated: Use 'gdk_keymap_get_for_display' instead [-Wdeprecated-declarations] 321 | GdkKeymap *keymap = gdk_keymap_get_default (); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:48, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkkeys.h:84:12: note: declared here 84 | GdkKeymap* gdk_keymap_get_default (void); | ^~~~~~~~~~~~~~~~~~~~~~ bind.c: In function 'filter_func': bind.c:343:2: warning: 'gdk_keymap_get_default' is deprecated: Use 'gdk_keymap_get_for_display' instead [-Wdeprecated-declarations] 343 | GdkKeymap *keymap = gdk_keymap_get_default(); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:48, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkkeys.h:84:12: note: declared here 84 | GdkKeymap* gdk_keymap_get_default (void); | ^~~~~~~~~~~~~~~~~~~~~~ bind.c: In function 'keybinder_init': bind.c:432:2: warning: 'gdk_keymap_get_default' is deprecated: Use 'gdk_keymap_get_for_display' instead [-Wdeprecated-declarations] 432 | GdkKeymap *keymap = gdk_keymap_get_default (); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdk.h:48, from /usr/include/gtk-3.0/gtk/gtk.h:30, from bind.c:28: /usr/include/gtk-3.0/gdk/gdkkeys.h:84:12: note: declared here 84 | GdkKeymap* gdk_keymap_get_default (void); | ^~~~~~~~~~~~~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' gcc -DPACKAGE_NAME=\"volumeicon\" -DPACKAGE_TARNAME=\"volumeicon\" -DPACKAGE_VERSION=\"0.5.1\" -DPACKAGE_STRING=\"volumeicon\ 0.5.1\" -DPACKAGE_BUGREPORT=\"http://www.softwarebakery.com/maato/volumeicon.html\" -DPACKAGE_URL=\"\" -DPACKAGE=\"volumeicon\" -DVERSION=\"0.5.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DRETSIGTYPE=void -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DGETTEXT_PACKAGE=\"volumeicon\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DLOCALEDIR=\"/usr/share/locale\" -DDEFAULT_MIXERAPP=\"pavucontrol\" -I. -Wall -DDATADIR=\"/usr/share/volumeicon\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DCOMPILEWITH_NOTIFY -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o volumeicon.o volumeicon.c make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' volumeicon.c: In function 'menu_quit_on_activate': volumeicon.c:659:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 659 | if (gui) | ^~ volumeicon.c:661:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 661 | gtk_main_quit(); | ^~~~~~~~~~~~~ volumeicon.c: In function 'scale_timeout': volumeicon.c:711:2: warning: 'gtk_status_icon_get_geometry' is deprecated [-Wdeprecated-declarations] 711 | gtk_status_icon_get_geometry(m_status_icon, NULL, &icon, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:166:23: note: declared here 166 | gboolean gtk_status_icon_get_geometry (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:719:2: warning: 'gdk_display_get_device_manager' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] 719 | device_manager = gdk_display_get_device_manager(gdk_window_get_display(root_window)); | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from volumeicon.c:26: /usr/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here 171 | GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:720:2: warning: 'gdk_device_manager_get_client_pointer' is deprecated [-Wdeprecated-declarations] 720 | pointer = gdk_device_manager_get_client_pointer(device_manager); | ^~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkdisplay.h:32, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from volumeicon.c:26: /usr/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here 44 | GdkDevice * gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'status_icon_on_button_press': volumeicon.c:756:3: warning: 'gtk_status_icon_is_embedded' is deprecated [-Wdeprecated-declarations] 756 | if(gtk_status_icon_is_embedded(m_status_icon)) | ^~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157:23: note: declared here 157 | gboolean gtk_status_icon_is_embedded (GtkStatusIcon *status_icon); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:759:4: warning: 'gtk_status_icon_get_geometry' is deprecated [-Wdeprecated-declarations] 759 | gtk_status_icon_get_geometry(m_status_icon, NULL, &area, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:166:23: note: declared here 166 | gboolean gtk_status_icon_get_geometry (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'status_icon_on_popup_menu': volumeicon.c:835:2: warning: 'gtk_image_menu_item_new_with_label' is deprecated: Use 'gtk_menu_item_new_with_label' instead [-Wdeprecated-declarations] 835 | GtkWidget * volcontrol = gtk_image_menu_item_new_with_label(_("Open Mixer")); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:80:12: note: declared here 80 | GtkWidget* gtk_image_menu_item_new_with_label (const gchar *label); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:837:2: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] 837 | GtkWidget * preferences = gtk_image_menu_item_new_from_stock( | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here 84 | GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:839:2: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] 839 | GtkWidget * about = gtk_image_menu_item_new_from_stock("gtk-about", NULL); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here 84 | GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:841:2: warning: 'gtk_image_menu_item_new_from_stock' is deprecated: Use 'gtk_menu_item_new' instead [-Wdeprecated-declarations] 841 | GtkWidget * quit = gtk_image_menu_item_new_from_stock("gtk-quit", NULL); | ^~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:269, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:84:12: note: declared here 84 | GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:860:2: warning: 'gtk_menu_popup' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] 860 | gtk_menu_popup(GTK_MENU(gtkMenu), NULL, NULL, | ^~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34, from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /usr/include/gtk-3.0/gtk/gtk.h:33, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here 138 | void gtk_menu_popup (GtkMenu *menu, | ^~~~~~~~~~~~~~ volumeicon.c:861:3: warning: 'gtk_status_icon_position_menu' is deprecated [-Wdeprecated-declarations] 861 | gtk_status_icon_position_menu, status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160:23: note: declared here 160 | void gtk_status_icon_position_menu (GtkMenu *menu, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'status_icon_update': volumeicon.c:911:17: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] 911 | gtk_status_icon_set_from_icon_name( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here 106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:916:17: warning: 'gtk_status_icon_set_from_icon_name' is deprecated [-Wdeprecated-declarations] 916 | gtk_status_icon_set_from_icon_name(m_status_icon, icon_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here 106 | void gtk_status_icon_set_from_icon_name (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:922:13: warning: 'gtk_status_icon_set_from_pixbuf' is deprecated [-Wdeprecated-declarations] 922 | gtk_status_icon_set_from_pixbuf( | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:97:23: note: declared here 97 | void gtk_status_icon_set_from_pixbuf (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:940:9: warning: 'gtk_status_icon_set_tooltip_text' is deprecated [-Wdeprecated-declarations] 940 | gtk_status_icon_set_tooltip_text(m_status_icon, buffer); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here 137 | void gtk_status_icon_set_tooltip_text (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'status_icon_setup': volumeicon.c:964:2: warning: 'gtk_status_icon_new' is deprecated [-Wdeprecated-declarations] 964 | m_status_icon = gtk_status_icon_new(); | ^~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:84:23: note: declared here 84 | GtkStatusIcon *gtk_status_icon_new (void); | ^~~~~~~~~~~~~~~~~~~ volumeicon.c:972:2: warning: 'gtk_status_icon_set_visible' is deprecated [-Wdeprecated-declarations] 972 | gtk_status_icon_set_visible(m_status_icon, TRUE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gtk/gtk.h:275, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here 151 | void gtk_status_icon_set_visible (GtkStatusIcon *status_icon, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'update_widget': volumeicon.c:1090:4: warning: 'gtk_widget_is_composited' is deprecated: Use 'gdk_screen_is_composited' instead [-Wdeprecated-declarations] 1090 | if (!gtk_widget_is_composited(widget)) | ^~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32, from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/gtkwidget.h:1247:10: note: declared here 1247 | gboolean gtk_widget_is_composited (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c:1094:4: warning: 'gtk_widget_is_composited' is deprecated: Use 'gdk_screen_is_composited' instead [-Wdeprecated-declarations] 1094 | if (!gtk_widget_is_composited(widget)) | ^~ In file included from /usr/include/gtk-3.0/gtk/gtkapplication.h:27, from /usr/include/gtk-3.0/gtk/gtkwindow.h:33, from /usr/include/gtk-3.0/gtk/gtkdialog.h:32, from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30, from /usr/include/gtk-3.0/gtk/gtk.h:31, from volumeicon.c:26: /usr/include/gtk-3.0/gtk/gtkwidget.h:1247:10: note: declared here 1247 | gboolean gtk_widget_is_composited (GtkWidget *widget); | ^~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'scale_setup': volumeicon.c:1150:4: warning: 'gdk_window_set_background_pattern' is deprecated [-Wdeprecated-declarations] 1150 | gdk_window_set_background_pattern(gtk_widget_get_window(GTK_WIDGET(m_scale_window)), NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-3.0/gdk/gdkseat.h:28, from /usr/include/gtk-3.0/gdk/gdkdisplay.h:33, from /usr/include/gtk-3.0/gdk/gdkscreen.h:32, from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /usr/include/gtk-3.0/gdk/gdk.h:32, from /usr/include/gtk-3.0/gtk/gtk.h:30, from volumeicon.c:26: /usr/include/gtk-3.0/gdk/gdkwindow.h:790:12: note: declared here 790 | void gdk_window_set_background_pattern (GdkWindow *window, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ volumeicon.c: In function 'main': volumeicon.c:1320:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1320 | if (notification_type < 0 || notification_type >= N_NOTIFICATIONS) | ^~ volumeicon.c:1323:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1323 | keybinder_init(); | ^~~~~~~~~~~~~~ make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' gcc -Wall -DDATADIR=\"/usr/share/volumeicon\" -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gio-unix-2.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/at-spi-2.0 -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -pthread -DCOMPILEWITH_NOTIFY -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o volumeicon volumeicon.o config.o bind.o alsa_backend.o alsa_volume_mapping.o -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lasound -lX11 -lnotify -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lm make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' Making all in data make[1]: Nothing to be done for 'all'. Making all in po make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/po' file=`echo de | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file de.po make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/po' make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/po' file=`echo fr | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file fr.po make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/po' make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/po' file=`echo pl | sed 's,.*/,,'`.gmo \ && rm -f $file && /usr/bin/msgfmt -o $file pl.po make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/po' make[1]: Nothing to be done for 'all-am'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TP5E3F + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 + cd volumeicon-0.5.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 'INSTALL=/usr/bin/install -p' 'INSTALL=install -p' Making install in src make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' make[2]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/bin' install -p volumeicon '/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/src' Making install in data make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/data' make[2]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/data' make[2]: Nothing to be done for 'install-exec-am'. test -d "/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/volumeicon" && rm -rf "/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/volumeicon" make[2]: [Makefile:441: uninstall-local] Error 1 (ignored) mkdir -p "/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/volumeicon"; \ find gui icons | while read dir; do \ test -d "$dir" && mkdir "/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/volumeicon/$dir"; \ test -f "$dir" && cp "$dir" "/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/volumeicon/$dir"; \ done make[2]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/data' make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/data' Making install in po make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1/po' linguas="fr de pl "; \ for lang in $linguas; do \ dir=/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/locale/$lang/LC_MESSAGES; \ /bin/sh /builddir/build/BUILD/volumeicon-0.5.1/install-sh -d $dir; \ if test -r $lang.gmo; then \ install -p -m 644 $lang.gmo $dir/volumeicon.mo; \ echo "installing $lang.gmo as $dir/volumeicon.mo"; \ else \ install -p -m 644 ./$lang.gmo $dir/volumeicon.mo; \ echo "installing ./$lang.gmo as" \ "$dir/volumeicon.mo"; \ fi; \ if test -r $lang.gmo.m; then \ install -p -m 644 $lang.gmo.m $dir/volumeicon.mo.m; \ echo "installing $lang.gmo.m as $dir/volumeicon.mo.m"; \ else \ if test -r ./$lang.gmo.m ; then \ install -p -m 644 ./$lang.gmo.m \ $dir/volumeicon.mo.m; \ echo "installing ./$lang.gmo.m as" \ "$dir/volumeicon.mo.m"; \ else \ true; \ fi; \ fi; \ done installing fr.gmo as /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/locale/fr/LC_MESSAGES/volumeicon.mo installing de.gmo as /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/locale/de/LC_MESSAGES/volumeicon.mo installing pl.gmo as /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/locale/pl/LC_MESSAGES/volumeicon.mo make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1/po' make[1]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1' make[2]: Entering directory '/builddir/build/BUILD/volumeicon-0.5.1' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1' make[1]: Leaving directory '/builddir/build/BUILD/volumeicon-0.5.1' + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 volumeicon + desktop-file-install --dir=/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/etc/xdg/autostart /builddir/build/SOURCES/volumeicon.desktop + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.5.1-7.fc33 --unique-debug-suffix -0.5.1-7.fc33.riscv64 --unique-debug-src-base volumeicon-0.5.1-7.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/volumeicon-0.5.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/bin/volumeicon extracting debug info from /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/bin/volumeicon original debug info size: 492kB, size after compression: 480kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 181 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: volumeicon-0.5.1-7.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JzRrHG + umask 022 + cd /builddir/build/BUILD + cd volumeicon-0.5.1 + DOCDIR=/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/doc/volumeicon + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/doc/volumeicon + cp -pr AUTHORS /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/doc/volumeicon + cp -pr ChangeLog /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/doc/volumeicon + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tEVqTJ + umask 022 + cd /builddir/build/BUILD + cd volumeicon-0.5.1 + LICENSEDIR=/builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/licenses/volumeicon + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/licenses/volumeicon + cp -pr COPYING /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64/usr/share/licenses/volumeicon + RPM_EC=0 ++ jobs -p + exit 0 Provides: bundled(keybinder) = 0.3.1 config(volumeicon) = 0.5.1-7.fc33 volumeicon = 0.5.1-7.fc33 volumeicon(riscv-64) = 0.5.1-7.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libX11.so.6()(64bit) libasound.so.2()(64bit) libasound.so.2(ALSA_0.9)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libgdk-3.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-3.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libnotify.so.4()(64bit) rtld(GNU_HASH) Processing files: volumeicon-debugsource-0.5.1-7.fc33.riscv64 Provides: volumeicon-debugsource = 0.5.1-7.fc33 volumeicon-debugsource(riscv-64) = 0.5.1-7.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: volumeicon-debuginfo-0.5.1-7.fc33.riscv64 Provides: debuginfo(build-id) = de4f8413157ccff21b7f5bb32f706bdd773b9b5d volumeicon-debuginfo = 0.5.1-7.fc33 volumeicon-debuginfo(riscv-64) = 0.5.1-7.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: volumeicon-debugsource(riscv-64) = 0.5.1-7.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 Wrote: /builddir/build/RPMS/volumeicon-debugsource-0.5.1-7.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/volumeicon-debuginfo-0.5.1-7.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/volumeicon-0.5.1-7.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.frCawJ + umask 022 + cd /builddir/build/BUILD + cd volumeicon-0.5.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/volumeicon-0.5.1-7.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0