Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/rofi.spec'], chrootPath='/var/lib/mock/878582-fedora-rawhide-x86_64-1554479237.702388/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '7b5f7b74d6c34668a73509152df84b26', '-D', '/var/lib/mock/878582-fedora-rawhide-x86_64-1554479237.702388/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/rofi.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/rofi-1.5.2-1.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/rofi.spec'], chrootPath='/var/lib/mock/878582-fedora-rawhide-x86_64-1554479237.702388/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=0uid=1001gid=135user='mockbuild'nspawn_args=['--capability=cap_ipc_lock']unshare_net=FalseprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'fc3a08467f2043f6ad767595bda75679', '-D', '/var/lib/mock/878582-fedora-rawhide-x86_64-1554479237.702388/root', '-a', '--capability=cap_ipc_lock', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOME=/builddir', '--setenv=HOSTNAME=mock', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=PS1= \\s-\\v\\$ ', '--setenv=LANG=en_US.UTF-8', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/rofi.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3f7aHv + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rofi-1.5.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/rofi-1.5.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rofi-1.5.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.WK60St + umask 022 + cd /builddir/build/BUILD + cd rofi-1.5.2 + autoreconf -i BUILDSTDERR: configure.ac:52: installing './ar-lib' BUILDSTDERR: configure.ac:10: installing './compile' BUILDSTDERR: configure.ac:25: installing './install-sh' BUILDSTDERR: configure.ac:25: installing './missing' BUILDSTDERR: Makefile.am: installing './depcomp' BUILDSTDERR: configure.ac: installing './ylwrap' BUILDSTDERR: parallel-tests: installing './test-driver' + mkdir build + cd build + ../configure --prefix=/usr/ checking for 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 flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for bison... bison -y checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for gawk... gawk checking for flex version... 2.6.4 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 whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of gcc... gcc3 checking whether make supports nested variables... (cached) yes checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for ranlib... ranlib checking for ar... ar checking the archiver (ar) interface... ar checking for getline... yes checking for open... yes checking for sysconf... yes checking for strtok_r... yes checking for flock... yes checking for ftruncate... yes checking for fcntl... yes checking for setlocale... yes checking for atexit... yes checking for glob... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking for library containing floor... -lm checking for library containing ceil... none required checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for _NKUTILS_INTERNAL_XKBCOMMON... yes checking for _NKUTILS_INTERNAL_GIO... yes checking for _NKUTILS_INTERNAL_GOBJECT... yes checking for glib... yes checking for GW_XCB_INTERNAL... yes checking for stdlib.h... (cached) yes checking for pango... yes checking for cairo... yes checking for libsn... yes checking for librsvg... yes checking for check... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.16... yes checking for GLIB... yes checking for GLIB - version >= 2.0.0... yes (version 2.60.0) checking that generated files are newer than configure... done checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for _NKUTILS_INTERNAL_GLIB... yes checking for _NKUTILS_INTERNAL_TEST... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/rofi.doxy config.status: creating pkgconfig/rofi.pc config.status: creating config.h config.status: executing depfiles commands ------------------------------------- Timing output: Disabled Desktop File drun dialog Enabled Window Switcher dialog Enabled Asan address sanitize Disabled Code Coverage Disabled Check based tests Enabled ------------------------------------- Now type 'make' to build + make ../script/get_git_rev.sh .. ./gitconfig.h BUILDSTDERR: which: no git in (/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) YACC lexer/theme-parser.c updating lexer/theme-parser.h LEX lexer/theme-lexer.c mkdir -p ./resources/ /usr/bin/glib-compile-resources ../resources/resources.xml --generate-source --target=resources/resources.c --sourcedir=.. mkdir -p ./resources/ /usr/bin/glib-compile-resources ../resources/resources.xml --generate-header --target=resources/resources.h --sourcedir=.. make all-am make[1]: Entering directory '/builddir/build/BUILD/rofi-1.5.2/build' ../script/get_git_rev.sh .. ./gitconfig.h BUILDSTDERR: which: no git in (/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) CC lexer/rofi-theme-parser.o BUILDSTDERR: ../lexer/theme-parser.y: In function 'yyuserAction': BUILDSTDERR: ../lexer/theme-parser.y:299:47: warning: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Wcast-function-type] BUILDSTDERR: 299 | g_list_foreach ( (GList*)liter->data, (GFunc)g_free , NULL ); BUILDSTDERR: | ^ BUILDSTDERR: lexer/theme-parser.c: In function 'yyprocessOneStack': BUILDSTDERR: lexer/theme-parser.c:2454:1: warning: inlining failed in call to 'yydoAction.isra.0': --param large-stack-frame-growth limit reached [-Winline] BUILDSTDERR: 2454 | yydoAction (yyGLRStack* yystackp, size_t yyk, yyRuleNum yyrule, BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: lexer/theme-parser.c:2516:28: note: called from here BUILDSTDERR: 2516 | YYRESULTTAG yyflag = yydoAction (yystackp, yyk, yyrule, &yysval, &yyloc, what); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lexer/theme-parser.c:2454:1: warning: inlining failed in call to 'yydoAction.isra.0': --param large-stack-frame-growth limit reached [-Winline] BUILDSTDERR: 2454 | yydoAction (yyGLRStack* yystackp, size_t yyk, yyRuleNum yyrule, BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: lexer/theme-parser.c:2516:28: note: called from here BUILDSTDERR: 2516 | YYRESULTTAG yyflag = yydoAction (yystackp, yyk, yyrule, &yysval, &yyloc, what); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: lexer/theme-parser.c:2454:1: warning: inlining failed in call to 'yydoAction.isra.0': --param large-stack-frame-growth limit reached [-Winline] BUILDSTDERR: 2454 | yydoAction (yyGLRStack* yystackp, size_t yyk, yyRuleNum yyrule, BUILDSTDERR: | ^~~~~~~~~~ BUILDSTDERR: lexer/theme-parser.c:2516:28: note: called from here BUILDSTDERR: 2516 | YYRESULTTAG yyflag = yydoAction (yystackp, yyk, yyrule, &yysval, &yyloc, what); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lexer/rofi-theme-lexer.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../lexer/theme-lexer.l:37: BUILDSTDERR: ../lexer/theme-lexer.l: In function 'yylex': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../lexer/theme-lexer.l:329:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 329 | char *file2 = helper_get_theme_path ( &yytext[1] ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../lexer/theme-lexer.l: In function 'rofi_theme_parse_file': BUILDSTDERR: ../lexer/theme-lexer.l:697:38: warning: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Wcast-function-type] BUILDSTDERR: 697 | g_list_free ( imported_files ); BUILDSTDERR: | ^ BUILDSTDERR: ../lexer/theme-lexer.l: In function 'rofi_theme_parse_string': BUILDSTDERR: ../lexer/theme-lexer.l:733:38: warning: cast between incompatible function types from 'void (*)(void *)' to 'void (*)(void *, void *)' [-Wcast-function-type] BUILDSTDERR: 733 | g_list_free ( imported_files ); BUILDSTDERR: | ^ CC source/rofi-rofi.o CC source/rofi-view.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/rofi.h:32, BUILDSTDERR: from ../source/view.c:52: BUILDSTDERR: ../source/view.c: In function 'rofi_view_set_active': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/view.c:470:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 470 | g_assert ( ( current_active_menu == NULL && state != NULL ) || ( current_active_menu != NULL && state == NULL ) ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/view.c: In function 'rofi_view_cleanup': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/view.c:1847:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 1847 | g_assert ( g_queue_is_empty ( &( CacheState.views ) ) ); BUILDSTDERR: | ^~~~~~~~ CC source/rofi-mode.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../source/mode.c:29: BUILDSTDERR: ../source/mode.c: In function 'mode_init': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:44:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 44 | g_return_val_if_fail ( mode != NULL, FALSE ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:45:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 45 | g_return_val_if_fail ( mode->_init != NULL, FALSE ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_destroy': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:51:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 51 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:52:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 52 | g_assert ( mode->_destroy != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_get_num_entries': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:58:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 58 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:59:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 59 | g_assert ( mode->_get_num_entries != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_get_display_value': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:65:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 65 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:66:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 66 | g_assert ( state != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:67:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 67 | g_assert ( mode->_get_display_value != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_get_icon': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:74:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 74 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_get_completion': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:86:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 86 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:92:9: note: in expansion of macro 'g_assert' BUILDSTDERR: 92 | g_assert ( mode->_get_display_value != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_result': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:99:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 99 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:100:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 100 | g_assert ( mode->_result != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:101:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 101 | g_assert ( input != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_token_match': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:107:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 107 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:108:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 108 | g_assert ( mode->_token_match != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_get_name': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:114:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 114 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_free': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:120:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 120 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:121:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 121 | g_assert ( ( *mode ) != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_get_private_data': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:130:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 130 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: ../source/mode.c: In function 'mode_set_private_data': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:136:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 136 | g_assert ( mode != NULL ); BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/mode.c:138:9: note: in expansion of macro 'g_assert' BUILDSTDERR: 138 | g_assert ( mode->private_data == NULL ); BUILDSTDERR: | ^~~~~~~~ CC source/rofi-keyb.o CC config/rofi-config.o CC source/rofi-helper.o BUILDSTDERR: ../source/helper.c: In function 'cairo_image_surface_create_from_svg': BUILDSTDERR: ../source/helper.c:1100:9: warning: 'rsvg_handle_close' is deprecated: Use 'rsvg_handle_read_stream_sync' instead [-Wdeprecated-declarations] BUILDSTDERR: 1100 | rsvg_handle_close ( handle, &error ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from ../source/helper.c:50: BUILDSTDERR: /usr/include/librsvg-2.0/librsvg/rsvg.h:183:14: note: declared here BUILDSTDERR: 183 | gboolean rsvg_handle_close (RsvgHandle *handle, GError **error); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ CC source/rofi-timings.o CC source/rofi-history.o CC source/rofi-theme.o BUILDSTDERR: ../source/theme.c: In function 'rofi_theme_property_copy': BUILDSTDERR: ../source/theme.c:89:62: warning: cast between incompatible function types from 'gchar * (*)(const gchar *)' {aka 'char * (*)(const char *)'} to 'void * (*)(const void *, void *)' [-Wcast-function-type] BUILDSTDERR: 89 | retv->value.list = g_list_copy_deep ( p->value.list, (GCopyFunc) g_strdup, NULL ); BUILDSTDERR: | ^ BUILDSTDERR: ../source/theme.c: In function 'rofi_theme_get_list': BUILDSTDERR: ../source/theme.c:728:54: warning: cast between incompatible function types from 'gchar * (*)(const gchar *)' {aka 'char * (*)(const char *)'} to 'void * (*)(const void *, void *)' [-Wcast-function-type] BUILDSTDERR: 728 | return g_list_copy_deep ( p->value.list, (GCopyFunc) g_strdup, NULL ); BUILDSTDERR: | ^ CC source/rofi-rofi-types.o CC source/rofi-rofi-icon-fetcher.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/rofi-icon-fetcher.h:4, BUILDSTDERR: from ../source/rofi-icon-fetcher.c:31: BUILDSTDERR: ../source/rofi-icon-fetcher.c: In function 'rofi_icon_fetcher_init': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/rofi-icon-fetcher.c:101:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 101 | g_assert ( rofi_icon_fetcher_data == NULL ); BUILDSTDERR: | ^~~~~~~~ CC source/widgets/rofi-box.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/widgets/widget.h:30, BUILDSTDERR: from ../source/widgets/box.c:33: BUILDSTDERR: ../source/widgets/box.c: In function 'box_add': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/widgets/box.c:301:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 301 | g_assert ( child->parent == WIDGET ( box ) ); BUILDSTDERR: | ^~~~~~~~ CC source/widgets/rofi-container.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/widgets/widget.h:30, BUILDSTDERR: from ../source/widgets/container.c:33: BUILDSTDERR: ../source/widgets/container.c: In function 'container_add': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/widgets/container.c:78:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 78 | g_assert ( child->parent == WIDGET ( container ) ); BUILDSTDERR: | ^~~~~~~~ CC source/widgets/rofi-icon.o CC source/widgets/rofi-widget.o CC source/widgets/rofi-textbox.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../source/widgets/textbox.c:33: BUILDSTDERR: ../source/widgets/textbox.c: In function 'textbox_keybinding': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:628:12: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 628 | G_STRFUNC); \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/widgets/textbox.c:794:9: note: in expansion of macro 'g_return_val_if_reached' BUILDSTDERR: 794 | g_return_val_if_reached ( 0 ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../source/widgets/textbox.c: In function 'textbox_set_pango_context': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/widgets/textbox.c:839:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 839 | g_assert ( p_metrics == NULL ); BUILDSTDERR: | ^~~~~~~~ CC source/widgets/rofi-listview.o CC source/widgets/rofi-scrollbar.o CC source/rofi-xrmoptions.o CC source/rofi-xcb.o CC source/rofi-css-colors.o CC source/dialogs/rofi-run.o CC source/dialogs/rofi-ssh.o CC source/dialogs/rofi-drun.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/rofi.h:32, BUILDSTDERR: from ../source/dialogs/drun.c:47: BUILDSTDERR: ../source/dialogs/drun.c: In function '_get_icon': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/dialogs/drun.c:802:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 802 | g_return_val_if_fail ( pd->entry_list != NULL, NULL ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ CC source/dialogs/rofi-dmenu.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from /usr/include/glib-2.0/gobject/gbinding.h:28, BUILDSTDERR: from /usr/include/glib-2.0/glib-object.h:23, BUILDSTDERR: from /usr/include/glib-2.0/gio/gioenums.h:28, BUILDSTDERR: from /usr/include/glib-2.0/gio/giotypes.h:28, BUILDSTDERR: from /usr/include/glib-2.0/gio/gio.h:26, BUILDSTDERR: from ../source/dialogs/dmenu.c:40: BUILDSTDERR: ../source/dialogs/dmenu.c: In function 'dmenu_get_icon': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/dialogs/dmenu.c:402:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 402 | g_return_val_if_fail ( pd->cmd_list != NULL, NULL ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ CC source/dialogs/rofi-combi.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/rofi.h:32, BUILDSTDERR: from ../source/dialogs/combi.c:34: BUILDSTDERR: ../source/dialogs/combi.c: In function 'combi_get_completion': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:155:116: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 155 | #define g_assert_not_reached() G_STMT_START { g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, NULL); } G_STMT_END BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/dialogs/combi.c:257:5: note: in expansion of macro 'g_assert_not_reached' BUILDSTDERR: 257 | g_assert_not_reached (); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ CC source/dialogs/rofi-window.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../source/dialogs/window.c:47: BUILDSTDERR: ../source/dialogs/window.c: In function 'window_match': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:158:108: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 158 | g_assertion_message_expr (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/dialogs/window.c:369:5: note: in expansion of macro 'g_assert' BUILDSTDERR: 369 | g_assert ( idx >= 0 ); BUILDSTDERR: | ^~~~~~~~ CC source/dialogs/rofi-script.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../include/rofi.h:32, BUILDSTDERR: from ../source/dialogs/script.c:40: BUILDSTDERR: ../source/dialogs/script.c: In function 'script_get_icon': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../source/dialogs/script.c:326:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 326 | g_return_val_if_fail ( pd->cmd_list != NULL, NULL ); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ CC source/dialogs/rofi-help-keys.o CC resources/rofi-resources.o BUILDSTDERR: resources/resources.c:578:3: warning: string length '4512' is greater than the length '4095' ISO C99 compilers are required to support [-Woverlength-strings] BUILDSTDERR: 578 | "" }; BUILDSTDERR: | ^~ CC subprojects/libnkutils/src/libnkutils_a-enum.o CC subprojects/libnkutils/src/libnkutils_a-gtk-settings.o CC subprojects/libnkutils/src/libnkutils_a-xdg-de.o CC subprojects/libnkutils/src/libnkutils_a-xdg-theme.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../subprojects/libnkutils/src/xdg-theme.c:38: BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function '_nk_xdg_theme_icon_subdir_new': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:628:12: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 628 | G_STRFUNC); \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:438:9: note: in expansion of macro 'g_return_val_if_reached' BUILDSTDERR: 438 | g_return_val_if_reached(NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function '_nk_xdg_theme_find': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:628:12: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 628 | G_STRFUNC); \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:552:9: note: in expansion of macro 'g_return_val_if_reached' BUILDSTDERR: 552 | g_return_val_if_reached(FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function '_nk_xdg_theme_theme_free': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:617:12: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 617 | G_STRFUNC); \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:656:9: note: in expansion of macro 'g_return_if_reached' BUILDSTDERR: 656 | g_return_if_reached(); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function 'nk_xdg_theme_preload_themes_icon': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:888:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 888 | g_return_if_fail(context != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function 'nk_xdg_theme_get_icon': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:969:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 969 | g_return_val_if_fail(context != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:970:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 970 | g_return_val_if_fail(name != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:971:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 971 | g_return_val_if_fail(scale > 0, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function 'nk_xdg_theme_preload_themes_sound': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:1042:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 1042 | g_return_if_fail(context != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c: In function 'nk_xdg_theme_get_sound': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:1052:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 1052 | g_return_val_if_fail(context != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:1053:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 1053 | g_return_val_if_fail(name != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gtestutils.h:146:103: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 146 | g_assertion_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/xdg-theme.c:1115:13: note: in expansion of macro 'g_assert_nonnull' BUILDSTDERR: 1115 | g_assert_nonnull(c); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ CC subprojects/libnkutils/src/libnkutils_a-bindings.o BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../subprojects/libnkutils/src/bindings.c:39: BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_add_binding': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:318:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 318 | g_return_val_if_fail(self != NULL, FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:319:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 319 | g_return_val_if_fail(error == NULL || *error == NULL, FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_update_keymap': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:751:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 751 | g_return_if_fail(self != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:752:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 752 | g_return_if_fail((keymap != NULL && state != NULL) || (keymap == NULL && state == NULL)); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_handle_key': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:836:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 836 | g_return_val_if_fail(self != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:837:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 837 | g_return_val_if_fail(self->keymap != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:838:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 838 | g_return_val_if_fail(self->state != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_handle_key_with_modmask': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:906:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 906 | g_return_val_if_fail(self != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:907:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 907 | g_return_val_if_fail(self->keymap != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:908:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 908 | g_return_val_if_fail(self->state != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_handle_button': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:935:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 935 | g_return_val_if_fail(self != NULL, FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_handle_scroll': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:966:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 966 | g_return_val_if_fail(self != NULL, FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:967:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 967 | g_return_val_if_fail(step != 0, FALSE); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_update_mask': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:989:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 989 | g_return_if_fail(self != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:990:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 990 | g_return_if_fail(self->state != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:991:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 991 | g_return_if_fail(self->keymap != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c: In function 'nk_bindings_seat_reset': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libnkutils/src/bindings.c:1009:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 1009 | g_return_if_fail(self != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ AR subprojects/libnkutils/libnkutils.a CC subprojects/libgwater/xcb/libgwater_xcb_a-libgwater-xcb.o BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c: In function '_g_water_xcb_source_dispatch': BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:97:12: warning: cast between incompatible function types from 'GSourceFunc' {aka 'int (*)(void *)'} to 'gboolean (*)(xcb_generic_event_t *, void *)' {aka 'int (*)(struct *, void *)'} [-Wcast-function-type] BUILDSTDERR: 97 | ret = ((GWaterXcbEventCallback)callback)(event, user_data); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../subprojects/libgwater/xcb/libgwater-xcb.c:37: BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c: In function 'g_water_xcb_source_new': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:124:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 124 | g_return_val_if_fail(callback != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c: In function 'g_water_xcb_source_new_for_connection': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:144:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 144 | g_return_val_if_fail(connection != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:145:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 145 | g_return_val_if_fail(callback != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:160:35: warning: cast between incompatible function types from 'GWaterXcbEventCallback' {aka 'int (*)(struct *, void *)'} to 'gboolean (*)(void *)' {aka 'int (*)(void *)'} [-Wcast-function-type] BUILDSTDERR: 160 | g_source_set_callback(source, (GSourceFunc)callback, user_data, destroy_func); BUILDSTDERR: | ^ BUILDSTDERR: In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, BUILDSTDERR: from /usr/include/glib-2.0/glib/gtypes.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib/galloca.h:32, BUILDSTDERR: from /usr/include/glib-2.0/glib.h:30, BUILDSTDERR: from ../subprojects/libgwater/xcb/libgwater-xcb.c:37: BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c: In function 'g_water_xcb_source_free': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:591:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 591 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:169:5: note: in expansion of macro 'g_return_if_fail' BUILDSTDERR: 169 | g_return_if_fail(self != NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c: In function 'g_water_xcb_source_get_connection': BUILDSTDERR: /usr/include/glib-2.0/glib/gmacros.h:312:39: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] BUILDSTDERR: 312 | #define G_STRFUNC ((const char*) (__FUNCTION__)) BUILDSTDERR: | ^~~~~~~~~~~~ BUILDSTDERR: /usr/include/glib-2.0/glib/gmessages.h:604:35: note: in expansion of macro 'G_STRFUNC' BUILDSTDERR: 604 | G_STRFUNC, \ BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: ../subprojects/libgwater/xcb/libgwater-xcb.c:179:5: note: in expansion of macro 'g_return_val_if_fail' BUILDSTDERR: 179 | g_return_val_if_fail(self != NULL, NULL); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~ AR libgwater-xcb.a CCLD rofi CC subprojects/libnkutils/src/nk_xdg_theme_lookup-xdg-theme-example.o CCLD subprojects/libnkutils/nk-xdg-theme-lookup make[1]: Leaving directory '/builddir/build/BUILD/rofi-1.5.2/build' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QJgivv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 + cd rofi-1.5.2 + cd build + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 'INSTALL=/usr/bin/install -p' ../script/get_git_rev.sh .. ./gitconfig.h BUILDSTDERR: which: no git in (/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) /usr/bin/make install-am make[1]: Entering directory '/builddir/build/BUILD/rofi-1.5.2/build' ../script/get_git_rev.sh .. ./gitconfig.h BUILDSTDERR: which: no git in (/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) make[2]: Entering directory '/builddir/build/BUILD/rofi-1.5.2/build' ../script/get_git_rev.sh .. ./gitconfig.h BUILDSTDERR: which: no git in (/builddir/.local/bin:/builddir/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin) /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/bin' /usr/bin/install -p rofi '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/bin' /usr/bin/install -p ../script/rofi-sensible-terminal ../script/rofi-theme-selector '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 ../doc/rofi.1 ../doc/rofi-theme-selector.1 ../doc/rofi-sensible-terminal.1 '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/man/man5' /usr/bin/install -p -m 644 ../doc/rofi-theme.5 '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/man/man5' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/lib/pkgconfig' /usr/bin/install -p -m 644 pkgconfig/rofi.pc '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/lib/pkgconfig' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/include/rofi' /usr/bin/install -p -m 644 ../include/mode.h ../include/mode-private.h ../include/helper.h ../include/rofi-types.h ../include/rofi-icon-fetcher.h '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/include/rofi' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/rofi/themes/' /usr/bin/install -p -m 644 ../themes/Adapta-Nokto.rasi ../themes/Arc.rasi ../themes/Arc-Dark.rasi ../themes/DarkBlue.rasi ../themes/Pop-Dark.rasi ../themes/Indego.rasi ../themes/Monokai.rasi ../themes/Paper.rasi ../themes/android_notification.rasi ../themes/arthur.rasi ../themes/blue.rasi ../themes/c64.rasi ../themes/dmenu.rasi ../themes/glue_pro_blue.rasi ../themes/gruvbox-common.rasi ../themes/gruvbox-dark-hard.rasi ../themes/gruvbox-dark-soft.rasi ../themes/gruvbox-dark.rasi ../themes/gruvbox-light-hard.rasi ../themes/gruvbox-light-soft.rasi ../themes/gruvbox-light.rasi ../themes/lb.rasi ../themes/paper-float.rasi ../themes/purple.rasi ../themes/sidebar.rasi ../themes/solarized.rasi ../themes/solarized_alternate.rasi '/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/rofi/themes/' make[2]: Leaving directory '/builddir/build/BUILD/rofi-1.5.2/build' make[1]: Leaving directory '/builddir/build/BUILD/rofi-1.5.2/build' + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.5.2-1.fc31 --unique-debug-suffix -1.5.2-1.fc31.x86_64 --unique-debug-src-base rofi-1.5.2-1.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /builddir/build/BUILD/rofi-1.5.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/bin/rofi extracting debug info from /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/bin/rofi /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 2266 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/rofi-theme-selector from /usr/bin/env bash to #!/usr/bin/bash mangling shebang in /usr/bin/rofi-sensible-terminal from /usr/bin/env bash to #!/usr/bin/bash Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fVHGfx + umask 022 + cd /builddir/build/BUILD + cd rofi-1.5.2 + make test make: Nothing to be done for 'test'. + exit 0 Processing files: rofi-1.5.2-1.fc31.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.66m9cv + umask 022 + cd /builddir/build/BUILD + cd rofi-1.5.2 + DOCDIR=/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/doc/rofi + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/doc/rofi + cp -pr AUTHORS /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/doc/rofi + cp -pr Changelog /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/doc/rofi + cp -pr README.md /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/doc/rofi + cp -pr Examples /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/doc/rofi + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.etKpEt + umask 022 + cd /builddir/build/BUILD + cd rofi-1.5.2 + LICENSEDIR=/builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/licenses/rofi + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/licenses/rofi + cp -pr COPYING /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64/usr/share/licenses/rofi + exit 0 Provides: rofi = 1.5.2-1.fc31 rofi(x86-64) = 1.5.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.27)(64bit) libcairo.so.2()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libm.so.6()(64bit) libpango-1.0.so.0()(64bit) libpangocairo-1.0.so.0()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) librsvg-2.so.2()(64bit) libstartup-notification-1.so.0()(64bit) libxcb-ewmh.so.2()(64bit) libxcb-icccm.so.4()(64bit) libxcb-randr.so.0()(64bit) libxcb-render.so.0()(64bit) libxcb-util.so.1()(64bit) libxcb-xinerama.so.0()(64bit) libxcb-xkb.so.1()(64bit) libxcb-xrm.so.0()(64bit) libxcb.so.1()(64bit) libxkbcommon-x11.so.0()(64bit) libxkbcommon-x11.so.0(V_0.5.0)(64bit) libxkbcommon.so.0()(64bit) libxkbcommon.so.0(V_0.5.0)(64bit) libxkbcommon.so.0(V_0.7.0)(64bit) rtld(GNU_HASH) Processing files: rofi-debugsource-1.5.2-1.fc31.x86_64 Provides: rofi-debugsource = 1.5.2-1.fc31 rofi-debugsource(x86-64) = 1.5.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: rofi-debuginfo-1.5.2-1.fc31.x86_64 Provides: debuginfo(build-id) = 19aa1899ad7c0acac7926c574d0f1fb828d8b614 rofi-debuginfo = 1.5.2-1.fc31 rofi-debuginfo(x86-64) = 1.5.2-1.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: rofi-debugsource(x86-64) = 1.5.2-1.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 Wrote: /builddir/build/RPMS/rofi-1.5.2-1.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/rofi-debugsource-1.5.2-1.fc31.x86_64.rpm Wrote: /builddir/build/RPMS/rofi-debuginfo-1.5.2-1.fc31.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.p4Vvxx + umask 022 + cd /builddir/build/BUILD + cd rofi-1.5.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rofi-1.5.2-1.fc31.x86_64 + exit 0 Child return code was: 0