Mock Version: 1.2.9 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/xdotool.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6656/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/xdotool.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: bogus date in %changelog: Thu Nov 23 2011 Sven Lankes - 1:2.20110530.1-1 warning: bogus date in %changelog: Wed May 28 2009 Sindre Pedersen Bjørdal - 20090330-2 warning: Could not canonicalize hostname: copr-builder-680334791 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/xdotool-2.20110530.1-7.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/xdotool.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-6656/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/xdotool.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: bogus date in %changelog: Thu Nov 23 2011 Sven Lankes - 1:2.20110530.1-1 warning: bogus date in %changelog: Wed May 28 2009 Sindre Pedersen Bjørdal - 20090330-2 Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eMmPs3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf xdotool-2.20110530.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/xdotool-2.20110530.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd xdotool-2.20110530.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.eUYi0x + umask 022 + cd /builddir/build/BUILD + cd xdotool-2.20110530.1 + export 'WARNFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + WARNFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + make -j2 pod2man -c "" -r "" xdotool.pod > xdotool.1 cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -fPIC -c xdo.c xdo.c: In function 'xdo_window_wait_for_size': xdo.c:405:40: warning: pointer targets in passing argument 5 of 'xdo_window_translate_with_sizehint' differ in signedness [-Wpointer-sign] &hint_width, &hint_height); ^ xdo.c:251:5: note: expected 'int *' but argument is of type 'unsigned int *' int xdo_window_translate_with_sizehint(const xdo_t *xdo, Window window, ^ xdo.c:405:40: warning: pointer targets in passing argument 6 of 'xdo_window_translate_with_sizehint' differ in signedness [-Wpointer-sign] &hint_width, &hint_height); ^ xdo.c:251:5: note: expected 'int *' but argument is of type 'unsigned int *' int xdo_window_translate_with_sizehint(const xdo_t *xdo, Window window, ^ xdo.c:394:31: warning: variable 'alt_height' set but not used [-Wunused-but-set-variable] unsigned int alt_width = 0, alt_height = 0; ^ xdo.c:394:16: warning: variable 'alt_width' set but not used [-Wunused-but-set-variable] unsigned int alt_width = 0, alt_height = 0; ^ xdo.c: In function 'xdo_keysequence_list_do': xdo.c:1074:13: warning: variable 'symname' set but not used [-Wunused-but-set-variable] char *symname; ^ xdo.c: In function '_xdo_populate_charcode_map': xdo.c:1322:7: warning: variable 'shift_keycode' set but not used [-Wunused-but-set-variable] int shift_keycode = 0; ^ xdo.c: In function '_xdo_keysequence_to_keycode_list': xdo.c:1478:7: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations] if (XKeycodeToKeysym(xdo->xdpy, key, 0 + offset) != sym ^ xdo.c:1479:11: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations] && XKeycodeToKeysym(xdo->xdpy, key, 1 + offset) != sym) { ^ xdo.c:1493:7: warning: 'XKeycodeToKeysym' is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations] if ((XKeycodeToKeysym(xdo->xdpy, key, 0) == sym) ^ xdo.c: In function 'xdo_getwinprop': xdo.c:1545:17: warning: variable 'nbytes' set but not used [-Wunused-but-set-variable] unsigned long nbytes; ^ xdo.c: In function '_xdo_send_key': xdo.c:1634:23: warning: variable 'maskname' set but not used [-Wunused-but-set-variable] const char *maskname = "unknown"; ^ xdo.c: In function '_xdo_cached_modifier_to_keycode': xdo.c:1718:15: warning: variable 'modname' set but not used [-Wunused-but-set-variable] const char *modname = "unknown"; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -fPIC -c xdo_search.c xdo_search.c: In function 'find_matching_windows': xdo_search.c:339:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (search->limit > 0 && *nwindows_ret >= search->limit) { ^ xdo_search.c:363:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (search->limit > 0 && *nwindows_ret >= search->limit) { ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c xdotool.c xdotool.c: In function 'xdotool_output': xdotool.c:583:32: warning: unused parameter 'context' [-Wunused-parameter] void xdotool_output(context_t *context, const char *format, ...) { ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_click.o cmd_click.c cmd_click.c: In function 'cmd_click': cmd_click.c:18:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mousemove.o cmd_mousemove.c cmd_mousemove.c: In function 'cmd_mousemove': cmd_mousemove.c:37:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cmd_mousemove.c: In function '_mousemove': cmd_mousemove.c:150:23: warning: pointer targets in passing argument 2 of 'xdo_mouselocation' differ in signedness [-Wpointer-sign] &(context->last_mouse_y), &(context->last_mouse_screen)); ^ In file included from xdo_cmd.h:13:0, from cmd_mousemove.c:1: xdo.h:313:5: note: expected 'int *' but argument is of type 'unsigned int *' int xdo_mouselocation(const xdo_t *xdo, int *x, int *y, int *screen_num); ^ cmd_mousemove.c:150:23: warning: pointer targets in passing argument 3 of 'xdo_mouselocation' differ in signedness [-Wpointer-sign] &(context->last_mouse_y), &(context->last_mouse_screen)); ^ In file included from xdo_cmd.h:13:0, from cmd_mousemove.c:1: xdo.h:313:5: note: expected 'int *' but argument is of type 'unsigned int *' int xdo_mouselocation(const xdo_t *xdo, int *x, int *y, int *screen_num); ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mousemove_relative.o cmd_mousemove_relative.c cmd_mousemove_relative.c: In function 'cmd_mousemove_relative': cmd_mousemove_relative.c:17:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mousedown.o cmd_mousedown.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_mouseup.o cmd_mouseup.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getmouselocation.o cmd_getmouselocation.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_type.o cmd_type.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_key.o cmd_key.c cmd_type.c: In function 'cmd_type': cmd_type.c:24:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowmove.o cmd_windowmove.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowactivate.o cmd_windowactivate.c cmd_windowmove.c: In function 'cmd_windowmove': cmd_windowmove.c:33:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cmd_windowactivate.c: In function 'cmd_windowactivate': cmd_windowactivate.c:12:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowfocus.o cmd_windowfocus.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowraise.o cmd_windowraise.c cmd_windowfocus.c: In function 'cmd_windowfocus': cmd_windowfocus.c:11:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowsize.o cmd_windowsize.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_window.o cmd_set_window.c cmd_windowsize.c: In function 'cmd_windowsize': cmd_windowsize.c:90:3: warning: pointer targets in passing argument 5 of 'xdo_window_translate_with_sizehint' differ in signedness [-Wpointer-sign] window_each(context, window_arg, { ^ In file included from xdo_cmd.h:13:0, from cmd_windowsize.c:1: xdo.h:496:5: note: expected 'int *' but argument is of type 'unsigned int *' int xdo_window_translate_with_sizehint(const xdo_t *xdo, Window window, ^ cmd_windowsize.c:90:3: warning: pointer targets in passing argument 6 of 'xdo_window_translate_with_sizehint' differ in signedness [-Wpointer-sign] window_each(context, window_arg, { ^ In file included from xdo_cmd.h:13:0, from cmd_windowsize.c:1: xdo.h:496:5: note: expected 'int *' but argument is of type 'unsigned int *' int xdo_window_translate_with_sizehint(const xdo_t *xdo, Window window, ^ cmd_windowsize.c:14:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_search.o cmd_search.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowfocus.o cmd_getwindowfocus.c cmd_search.c: In function 'cmd_search': cmd_search.c:20:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowpid.o cmd_getwindowpid.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getactivewindow.o cmd_getactivewindow.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowmap.o cmd_windowmap.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowunmap.o cmd_windowunmap.c cmd_windowunmap.c: In function 'cmd_windowunmap': cmd_windowunmap.c:12:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cmd_windowmap.c: In function 'cmd_windowmap': cmd_windowmap.c:12:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowreparent.o cmd_windowreparent.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_num_desktops.o cmd_set_num_desktops.c cmd_windowreparent.c: In function 'cmd_windowreparent': cmd_windowreparent.c:11:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_num_desktops.o cmd_get_num_desktops.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_desktop.o cmd_set_desktop.c cmd_set_desktop.c: In function 'cmd_set_desktop': cmd_set_desktop.c:11:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_desktop.o cmd_get_desktop.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_desktop_for_window.o cmd_set_desktop_for_window.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_desktop_for_window.o cmd_get_desktop_for_window.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_desktop_viewport.o cmd_get_desktop_viewport.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_set_desktop_viewport.o cmd_set_desktop_viewport.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowkill.o cmd_windowkill.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_behave.o cmd_behave.c cmd_behave.c: In function 'cmd_behave': cmd_behave.c:26:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_window_select.o cmd_window_select.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowname.o cmd_getwindowname.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_behave_screen_edge.o cmd_behave_screen_edge.c cmd_getwindowname.c: In function 'cmd_getwindowname': cmd_getwindowname.c:42:3: warning: passing argument 3 of 'xdo_get_window_name' from incompatible pointer type [enabled by default] window_each(context, window_arg, { ^ In file included from xdo_cmd.h:13:0, from cmd_getwindowname.c:1: xdo.h:872:5: note: expected 'unsigned char **' but argument is of type 'char **' int xdo_get_window_name(const xdo_t *xdo, Window window, ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_windowminimize.o cmd_windowminimize.c cmd_behave_screen_edge.c: In function 'cmd_behave_screen_edge': cmd_behave_screen_edge.c:53:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cmd_behave_screen_edge.c: In function 'ignore_error': cmd_behave_screen_edge.c:341:27: warning: unused parameter 'dpy' [-Wunused-parameter] int ignore_error(Display *dpy, XErrorEvent *xerr) { ^ cmd_behave_screen_edge.c:341:45: warning: unused parameter 'xerr' [-Wunused-parameter] int ignore_error(Display *dpy, XErrorEvent *xerr) { ^ cmd_windowminimize.c: In function 'cmd_windowminimize': cmd_windowminimize.c:13:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_exec.o cmd_exec.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_getwindowgeometry.o cmd_getwindowgeometry.c cmd_exec.c: In function 'cmd_exec': cmd_exec.c:19:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_sleep.o cmd_sleep.c cc -pipe -O2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pedantic -Wall -W -Wundef -Wendif-labels -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wdisabled-optimization -Wno-missing-field-initializers -g -std=c99 -c -o cmd_get_display_geometry.o cmd_get_display_geometry.c cmd_get_display_geometry.c: In function 'cmd_get_display_geometry': cmd_get_display_geometry.c:13:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cmd_sleep.c: In function 'cmd_sleep': cmd_sleep.c:15:5: warning: typedef 'optlist_t' locally defined but not used [-Wunused-local-typedefs] } optlist_t; ^ cc -shared -Wl,-soname=libxdo.so.2 xdo.o xdo_search.o -o libxdo.so -lrt -lX11 -lXtst -lXinerama ln -s libxdo.so libxdo.so.2 cc -o xdotool xdotool.o cmd_click.o cmd_mousemove.o cmd_mousemove_relative.o cmd_mousedown.o cmd_mouseup.o cmd_getmouselocation.o cmd_type.o cmd_key.o cmd_windowmove.o cmd_windowactivate.o cmd_windowfocus.o cmd_windowraise.o cmd_windowsize.o cmd_set_window.o cmd_search.o cmd_getwindowfocus.o cmd_getwindowpid.o cmd_getactivewindow.o cmd_windowmap.o cmd_windowunmap.o cmd_windowreparent.o cmd_set_num_desktops.o cmd_get_num_desktops.o cmd_set_desktop.o cmd_get_desktop.o cmd_set_desktop_for_window.o cmd_get_desktop_for_window.o cmd_get_desktop_viewport.o cmd_set_desktop_viewport.o cmd_windowkill.o cmd_behave.o cmd_window_select.o cmd_getwindowname.o cmd_behave_screen_edge.o cmd_windowminimize.o cmd_exec.o cmd_getwindowgeometry.o cmd_sleep.o cmd_get_display_geometry.o -L. -lxdo -lm -lrt -lX11 -lXtst -lXinerama + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Xwtoy6 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 + cd xdotool-2.20110530.1 + rm -rf /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 + make PREFIX=/builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64//usr INSTALLMAN=/builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/man INSTALLLIB=/builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/lib64 install install -d /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64//usr install -d /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/lib64 install libxdo.so /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/lib64/libxdo.so.2 ln -sf libxdo.so.2 /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/lib64/libxdo.so install -d /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64//usr/bin install -m 755 xdotool /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64//usr/bin/ install -d /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/man/man1 install -m 644 xdotool.1 /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/man/man1/ install -d /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64//usr/include install xdo.h /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64//usr/include/xdo.h Running ldconfig to update library cache ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied Failed running 'ldconfig'. Maybe you need to be root? + chmod 0644 examples/ffsp.sh + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/xdotool-2.20110530.1 extracting debug info from /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/bin/xdotool extracting debug info from /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/lib64/libxdo.so.2 /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libxdo.so.2.debug to /usr/lib/debug/usr/lib64/libxdo.so.debug 444 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress Processing files: xdotool-2.20110530.1-7.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5klKOF Provides: xdotool = 1:2.20110530.1-7.el7.centos xdotool(x86-64) = 1:2.20110530.1-7.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh libX11.so.6()(64bit) libXinerama.so.1()(64bit) libXtst.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) libxdo.so.2()(64bit) rtld(GNU_HASH) Processing files: libxdo-2.20110530.1-7.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2Zw87e Provides: libxdo = 1:2.20110530.1-7.el7.centos libxdo(x86-64) = 1:2.20110530.1-7.el7.centos libxdo.so.2()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libX11.so.6()(64bit) libXinerama.so.1()(64bit) libXtst.so.6()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) librt.so.1()(64bit) rtld(GNU_HASH) Processing files: libxdo-devel-2.20110530.1-7.el7.centos.x86_64 Provides: libxdo-devel = 1:2.20110530.1-7.el7.centos libxdo-devel(x86-64) = 1:2.20110530.1-7.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libxdo.so.2()(64bit) Processing files: xdotool-debuginfo-2.20110530.1-7.el7.centos.x86_64 Provides: xdotool-debuginfo = 1:2.20110530.1-7.el7.centos xdotool-debuginfo(x86-64) = 1:2.20110530.1-7.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 Wrote: /builddir/build/RPMS/xdotool-2.20110530.1-7.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/libxdo-2.20110530.1-7.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/libxdo-devel-2.20110530.1-7.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/xdotool-debuginfo-2.20110530.1-7.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IetUs9 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars + umask 022 + cd /builddir/build/BUILD + cd xdotool-2.20110530.1 + DOCDIR=/builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/xdotool-2.20110530.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/xdotool-2.20110530.1 + cp -pr examples /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/xdotool-2.20110530.1 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd xdotool-2.20110530.1 + DOCDIR=/builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/libxdo-2.20110530.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/libxdo-2.20110530.1 + cp -pr CHANGELIST /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/libxdo-2.20110530.1 + cp -pr COPYRIGHT /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/libxdo-2.20110530.1 + cp -pr README /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64/usr/share/doc/libxdo-2.20110530.1 + exit 0 warning: Could not canonicalize hostname: copr-builder-680334791 + umask 022 + cd /builddir/build/BUILD + cd xdotool-2.20110530.1 + rm -rf /builddir/build/BUILDROOT/xdotool-2.20110530.1-7.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->