D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/tuxpaint-0.9.23-3.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XO8mcr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf tuxpaint-0.9.23 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.23.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tuxpaint-0.9.23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.23-link.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.23-fix-parallel-build.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.23-update-kbuildsycoca.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rQh3lq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tuxpaint-0.9.23 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' PREFIX=/usr MAGIC_PREFIX=/usr/lib64/tuxpaint/plugins ...Generating 'Magic' tool API development header file... ...Generating the command-line and config file parser (STEP 1)... ...Compiling RGB to Linear functions... ...Compiling cursor support... ...Compiling progress bar functions... ...Compiling pixel functions... ...Compiling i18n support... src/i18n.c: In function 'set_current_language': src/i18n.c:987:7: warning: unused variable 'y_nudge' [-Wunused-variable] 987 | int y_nudge = 0; | ^~~~~~~ ...Preparing translation files... ...Compiling sound playback functions... In file included from src/playsound.h:29, from src/playsound.c:25: src/sounds.h:80:20: warning: 'sound_fnames' defined but not used [-Wunused-variable] 80 | static const char *sound_fnames[NUM_SOUNDS] = { | ^~~~~~~~~~~~ ...Compiling filename support... ...Compiling IM support... src/im.c: In function 'im_event_zh_tw': src/im.c:907:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 907 | charmap_free(&cm); | ^~~~~~~~~~~~~~~~~ src/im.c:910:5: note: here 910 | case IM_REQ_RESET_FULL: /* Full reset */ | ^~~~ src/im.c:912:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 912 | im->tip_text = im_tip_text[IM_TIP_ENGLISH]; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c:915:5: note: here 915 | case IM_REQ_RESET_SOFT: /* Soft reset */ | ^~~~ src/im.c: In function 'im_event_th': src/im.c:1126:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1126 | charmap_free(&cm); | ^~~~~~~~~~~~~~~~~ src/im.c:1129:5: note: here 1129 | case IM_REQ_RESET_FULL: /* Full reset */ | ^~~~ src/im.c:1131:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1131 | im->tip_text = im_tip_text[IM_TIP_ENGLISH]; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c:1134:5: note: here 1134 | case IM_REQ_RESET_SOFT: /* Soft reset */ | ^~~~ src/im.c: In function 'im_event_ko': src/im.c:1592:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1592 | charmap_free(&cm); | ^~~~~~~~~~~~~~~~~ src/im.c:1595:5: note: here 1595 | case IM_REQ_RESET_FULL: /* Full reset */ | ^~~~ src/im.c:1597:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1597 | im->tip_text = im_tip_text[IM_TIP_ENGLISH]; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c:1600:5: note: here 1600 | case IM_REQ_RESET_SOFT: /* Soft reset */ | ^~~~ src/im.c:1677:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 1677 | if (wcslen(im->buf) > 0) | ^ src/im.c:1687:5: note: here 1687 | default: | ^~~~~~~ src/im.c: In function 'im_event_ja': src/im.c:1345:7: warning: this statement may fall through [-Wimplicit-fallthrough=] 1345 | charmap_free(&cm); | ^~~~~~~~~~~~~~~~~ src/im.c:1348:5: note: here 1348 | case IM_REQ_RESET_FULL: /* Full reset */ | ^~~~ src/im.c:1350:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 1350 | im->tip_text = im_tip_text[IM_TIP_ENGLISH]; | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c:1353:5: note: here 1353 | case IM_REQ_RESET_SOFT: /* Soft reset */ | ^~~~ ...Compiling PostScript print support... ...Compiling font support... ...Compiling directory-walking support... ...Compiling on screen keyboard support... src/onscreen_keyboard.c: In function 'load_layout': src/onscreen_keyboard.c:208:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 208 | fgets(line, 1023, fi); | ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_hlayout': src/onscreen_keyboard.c:345:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 345 | fgets(line, 1023, fi); | ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_keymap': src/onscreen_keyboard.c:505:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 505 | fgets(line, 1023, fi); | ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_composemap': src/onscreen_keyboard.c:687:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 687 | fgets(line, 1023, fi); | ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_keysymdefs': src/onscreen_keyboard.c:792:7: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 792 | fgets(line, 1023, fi); | ^~~~~~~~~~~~~~~~~~~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/blocks_chalk_drip.so magic/src/blocks_chalk_drip.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/blind.so magic/src/blind.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/blur.so magic/src/blur.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/alien.so magic/src/alien.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/alien.c: In function 'do_alien_full': magic/src/alien.c:172:14: warning: unused variable 'api' [-Wunused-variable] 172 | magic_api *api = (magic_api *) ptr; | ^~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/bricks.so magic/src/bricks.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/confetti.so magic/src/confetti.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/distortion.so magic/src/distortion.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/emboss.so magic/src/emboss.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/emboss.c: In function 'do_emboss': magic/src/emboss.c:117:10: warning: variable 'g' set but not used [-Wunused-but-set-variable] 117 | int r, g, b; | ^ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/cartoon.so magic/src/cartoon.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/calligraphy.so magic/src/calligraphy.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/calligraphy.c: In function 'calligraphy_drag': magic/src/calligraphy.c:140:10: warning: variable 'colr' set but not used [-Wunused-but-set-variable] 140 | Uint32 colr; | ^~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/fade_darken.so magic/src/fade_darken.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/fisheye.so magic/src/fisheye.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/fill.so magic/src/fill.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/glasstile.so magic/src/glasstile.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/flower.so magic/src/flower.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/flower.c: In function 'flower_drawstalk': magic/src/flower.c:384:20: warning: using integer absolute value function 'abs' when argument is of floating-point type 'float' [-Wabsolute-value] 384 | else if (abs(curve[i - 2].x - curve[i + 2].x) < 5) | ^~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/grass.so magic/src/grass.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/foam.so magic/src/foam.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/fold.so magic/src/fold.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/fold.c: In function 'fold_draw': magic/src/fold.c:180:9: warning: 'right_x' may be used uninitialized in this function [-Wmaybe-uninitialized] 180 | api->line((void *)api, which, canvas, temp, left_arm_x - fold_shadow_value, 0, right_x - fold_shadow_value, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 181 | canvas->h, 1, fold_shadow); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ magic/src/fold.c:173:9: warning: 'left_y' may be used uninitialized in this function [-Wmaybe-uninitialized] 173 | api->line((void *)api, which, canvas, temp, canvas->w, left_y - fold_shadow_value, 0, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 174 | right_arm_y - fold_shadow_value, 1, fold_shadow); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/kalidescope.so magic/src/kalidescope.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/fretwork.so magic/src/fretwork.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/fretwork.c:260:8: warning: 'fretwork_math_ceil' is static but used in inline function 'fretwork_get_segment' which is not static 260 | yy = fretwork_math_ceil(y, img_h); | ^~~~~~~~~~~~~~~~~~ magic/src/fretwork.c:259:8: warning: 'fretwork_math_ceil' is static but used in inline function 'fretwork_get_segment' which is not static 259 | xx = fretwork_math_ceil(x, img_w); | ^~~~~~~~~~~~~~~~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/metalpaint.so magic/src/metalpaint.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/halftone.so magic/src/halftone.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/mirror_flip.so magic/src/mirror_flip.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/light.so magic/src/light.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/negative.so magic/src/negative.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/mosaic.so magic/src/mosaic.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/puzzle.so magic/src/puzzle.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/rainbow.so magic/src/rainbow.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/noise.so magic/src/noise.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/rain.so magic/src/rain.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/perspective.so magic/src/perspective.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/perspective.c: In function 'perspective_release': magic/src/perspective.c:399:24: warning: variable 'aux_y' set but not used [-Wunused-but-set-variable] 399 | int aux_x, aux_y, aux_h, aux_w; | ^~~~~ magic/src/perspective.c:399:17: warning: variable 'aux_x' set but not used [-Wunused-but-set-variable] 399 | int aux_x, aux_y, aux_h, aux_w; | ^~~~~ At top level: magic/src/perspective.c:91:21: warning: 'perspective_SHARPEN' defined but not used [-Wunused-const-variable=] 91 | static const double perspective_SHARPEN = 1.0; | ^~~~~~~~~~~~~~~~~~~ magic/src/perspective.c:90:18: warning: 'perspective_RADIUS' defined but not used [-Wunused-const-variable=] 90 | static const int perspective_RADIUS = 16; | ^~~~~~~~~~~~~~~~~~ magic/src/perspective.c:89:18: warning: 'perspective_AMOUNT' defined but not used [-Wunused-const-variable=] 89 | static const int perspective_AMOUNT = 300; | ^~~~~~~~~~~~~~~~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/rails.so magic/src/rails.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/rails.c:215:8: warning: 'rails_math_ceil' is static but used in inline function 'rails_get_segment' which is not static 215 | yy = rails_math_ceil(y, img_h); | ^~~~~~~~~~~~~~~ magic/src/rails.c:214:8: warning: 'rails_math_ceil' is static but used in inline function 'rails_get_segment' which is not static 214 | xx = rails_math_ceil(x, img_w); | ^~~~~~~~~~~~~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/realrainbow.so magic/src/realrainbow.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/mosaic_shaped.so magic/src/mosaic_shaped.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/ripples.so magic/src/ripples.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/snow.so magic/src/snow.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/smudge.so magic/src/smudge.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/rosette.so magic/src/rosette.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/tint.so magic/src/tint.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/shift.so magic/src/shift.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ...Generating 'Magic' tool API configuration script... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/sharpen.so magic/src/sharpen.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ...Generating the command-line and config file parser (STEP 2)... msgfmt -o trans/ach.mo src/po/ach.po msgfmt -o trans/af.mo src/po/af.po msgfmt -o trans/ak.mo src/po/ak.po msgfmt -o trans/am.mo src/po/am.po msgfmt -o trans/an.mo src/po/an.po msgfmt -o trans/ar.mo src/po/ar.po cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/toothpaste.so magic/src/toothpaste.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm msgfmt -o trans/as.mo src/po/as.po msgfmt -o trans/ast.mo src/po/ast.po msgfmt -o trans/be.mo src/po/be.po msgfmt -o trans/az.mo src/po/az.po cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/tv.so magic/src/tv.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm msgfmt -o trans/bg.mo src/po/bg.po msgfmt -o trans/bm.mo src/po/bm.po msgfmt -o trans/bn.mo src/po/bn.po msgfmt -o trans/bo.mo src/po/bo.po msgfmt -o trans/br.mo src/po/br.po msgfmt -o trans/brx.mo src/po/brx.po msgfmt -o trans/bs.mo src/po/bs.po msgfmt -o trans/ca.mo src/po/ca.po msgfmt -o trans/cgg.mo src/po/cgg.po msgfmt -o trans/ca@valencia.mo src/po/ca@valencia.po msgfmt -o trans/cs.mo src/po/cs.po msgfmt -o trans/da.mo src/po/da.po msgfmt -o trans/cy.mo src/po/cy.po msgfmt -o trans/de.mo src/po/de.po msgfmt -o trans/doi.mo src/po/doi.po msgfmt -o trans/el.mo src/po/el.po msgfmt -o trans/en_AU.mo src/po/en_AU.po msgfmt -o trans/en_CA.mo src/po/en_CA.po msgfmt -o trans/en_ZA.mo src/po/en_ZA.po msgfmt -o trans/en_GB.mo src/po/en_GB.po cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/waves.so magic/src/waves.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm msgfmt -o trans/eo.mo src/po/eo.po msgfmt -o trans/es.mo src/po/es.po msgfmt -o trans/es_MX.mo src/po/es_MX.po msgfmt -o trans/et.mo src/po/et.po msgfmt -o trans/eu.mo src/po/eu.po cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/xor.so magic/src/xor.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm msgfmt -o trans/fa.mo src/po/fa.po msgfmt -o trans/ff.mo src/po/ff.po msgfmt -o trans/fi.mo src/po/fi.po msgfmt -o trans/fo.mo src/po/fo.po msgfmt -o trans/fr.mo src/po/fr.po msgfmt -o trans/ga.mo src/po/ga.po msgfmt -o trans/gd.mo src/po/gd.po msgfmt -o trans/gl.mo src/po/gl.po msgfmt -o trans/gos.mo src/po/gos.po msgfmt -o trans/gu.mo src/po/gu.po msgfmt -o trans/he.mo src/po/he.po msgfmt -o trans/hu.mo src/po/hu.po cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/string.so magic/src/string.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/string.c: In function 'string_draw_triangle_preview': magic/src/string.c:356:10: warning: variable 'h' set but not used [-Wunused-but-set-variable] 356 | int w, h; | ^ magic/src/string.c:356:7: warning: variable 'w' set but not used [-Wunused-but-set-variable] 356 | int w, h; | ^ magic/src/string.c: In function 'string_draw_angle_preview': magic/src/string.c:390:10: warning: variable 'h' set but not used [-Wunused-but-set-variable] 390 | int w, h; | ^ magic/src/string.c:390:7: warning: variable 'w' set but not used [-Wunused-but-set-variable] 390 | int w, h; | ^ msgfmt -o trans/id.mo src/po/id.po msgfmt -o trans/hi.mo src/po/hi.po msgfmt -o trans/hr.mo src/po/hr.po msgfmt -o trans/hy.mo src/po/hy.po msgfmt -o trans/it.mo src/po/it.po msgfmt -o trans/ka.mo src/po/ka.po msgfmt -o trans/iu.mo src/po/iu.po msgfmt -o trans/ja.mo src/po/ja.po msgfmt -o trans/is.mo src/po/is.po msgfmt -o trans/kab.mo src/po/kab.po msgfmt -o trans/km.mo src/po/km.po msgfmt -o trans/kn.mo src/po/kn.po msgfmt -o trans/ko.mo src/po/ko.po msgfmt -o trans/kok.mo src/po/kok.po msgfmt -o trans/kok@roman.mo src/po/kok@roman.po cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -o magic/tornado.so magic/src/tornado.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm msgfmt -o trans/ks.mo src/po/ks.po msgfmt -o trans/ks@devanagari.mo src/po/ks@devanagari.po msgfmt -o trans/ku.mo src/po/ku.po msgfmt -o trans/lg.mo src/po/lg.po msgfmt -o trans/lt.mo src/po/lt.po msgfmt -o trans/mai.mo src/po/mai.po msgfmt -o trans/lv.mo src/po/lv.po msgfmt -o trans/mn.mo src/po/mn.po msgfmt -o trans/mk.mo src/po/mk.po msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po msgfmt -o trans/ml.mo src/po/ml.po msgfmt -o trans/mni.mo src/po/mni.po msgfmt -o trans/lb.mo src/po/lb.po msgfmt -o trans/ms.mo src/po/ms.po msgfmt -o trans/mr.mo src/po/mr.po msgfmt -o trans/nb.mo src/po/nb.po msgfmt -o trans/ne.mo src/po/ne.po msgfmt -o trans/nl.mo src/po/nl.po msgfmt -o trans/nn.mo src/po/nn.po msgfmt -o trans/nso.mo src/po/nso.po msgfmt -o trans/nr.mo src/po/nr.po msgfmt -o trans/oc.mo src/po/oc.po msgfmt -o trans/oj.mo src/po/oj.po msgfmt -o trans/pl.mo src/po/pl.po msgfmt -o trans/or.mo src/po/or.po msgfmt -o trans/pa.mo src/po/pa.po msgfmt -o trans/pt.mo src/po/pt.po msgfmt -o trans/pt_BR.mo src/po/pt_BR.po msgfmt -o trans/ro.mo src/po/ro.po msgfmt -o trans/ru.mo src/po/ru.po msgfmt -o trans/rw.mo src/po/rw.po msgfmt -o trans/sa.mo src/po/sa.po msgfmt -o trans/sat.mo src/po/sat.po msgfmt -o trans/sd.mo src/po/sd.po msgfmt -o trans/shs.mo src/po/shs.po msgfmt -o trans/sat@olchiki.mo src/po/sat@olchiki.po msgfmt -o trans/sd@devanagari.mo src/po/sd@devanagari.po msgfmt -o trans/sk.mo src/po/sk.po msgfmt -o trans/si.mo src/po/si.po msgfmt -o trans/son.mo src/po/son.po msgfmt -o trans/sl.mo src/po/sl.po msgfmt -o trans/sq.mo src/po/sq.po msgfmt -o trans/sr@latin.mo src/po/sr@latin.po msgfmt -o trans/su.mo src/po/su.po msgfmt -o trans/sr.mo src/po/sr.po msgfmt -o trans/sw.mo src/po/sw.po msgfmt -o trans/sv.mo src/po/sv.po msgfmt -o trans/ta.mo src/po/ta.po msgfmt -o trans/te.mo src/po/te.po msgfmt -o trans/tl.mo src/po/tl.po msgfmt -o trans/tlh.mo src/po/tlh.po msgfmt -o trans/tr.mo src/po/tr.po msgfmt -o trans/tw.mo src/po/tw.po msgfmt -o trans/uk.mo src/po/uk.po msgfmt -o trans/ve.mo src/po/ve.po msgfmt -o trans/ur.mo src/po/ur.po msgfmt -o trans/vec.mo src/po/vec.po msgfmt -o trans/th.mo src/po/th.po msgfmt -o trans/vi.mo src/po/vi.po msgfmt -o trans/wa.mo src/po/wa.po msgfmt -o trans/xh.mo src/po/xh.po msgfmt -o trans/wo.mo src/po/wo.po msgfmt -o trans/zam.mo src/po/zam.po msgfmt -o trans/zh_CN.mo src/po/zh_CN.po msgfmt -o trans/zh_TW.mo src/po/zh_TW.po msgfmt -o trans/zu.mo src/po/zu.po ...Compiling the command-line and config file parser... src/parse.gperf: In function 'imm_version': src/parse.gperf:42:3: warning: implicit declaration of function 'show_version'; did you mean 'imm_version'? [-Wimplicit-function-declaration] 42 | show_version(0); | ^~~~~~~~~~~~ | imm_version src/parse.gperf: In function 'imm_usage': src/parse.gperf:52:3: warning: implicit declaration of function 'show_usage' [-Wimplicit-function-declaration] 52 | show_usage(0); | ^~~~~~~~~~ src/parse.gperf: In function 'parse_one_option': src/parse.gperf:295:45: warning: argument to 'sizeof' in 'memcpy' call is the same pointer type 'char *' as the destination; expected 'char' or an explicit length [-Wsizeof-pointer-memaccess] 295 | memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); | ^~~~ ...Compiling Tux Paint from source... cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -fno-common -ffloat-store -fvisibility=hidden -Wcast-align -Wredundant-decls -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wstrict-aliasing=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/fribidi -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -I/usr/include/libdrm -Isrc/mouse -DLARGE_CURSOR_SHAPES -DVER_DATE=\"2020-05-21\" -DVER_VERSION=\"0.9.23\" -DDATA_PREFIX=\"/usr/share/tuxpaint/\" -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-0.9.23/\" -DLOCALEDIR=\"/usr/share/locale/\" -DIMDIR=\"/usr/share/tuxpaint/im/\" -DCONFDIR=\"/etc/tuxpaint/\" -DMAGIC_PREFIX=\"/usr/lib64/tuxpaint/plugins/\" \ -c src/tuxpaint.c -o obj/tuxpaint.o In file included from src/tuxpaint.c:447: /usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:26:2: warning: #warning "Including directly is deprecated." [-Wcpp] 26 | #warning "Including directly is deprecated." | ^~~~~~~ src/tuxpaint.c:7605:5: warning: no previous prototype for 'generate_fontconfig_cache_spinner' [-Wmissing-prototypes] 7605 | int generate_fontconfig_cache_spinner(SDL_Surface * screen) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'generate_fontconfig_cache': src/tuxpaint.c:7688:44: warning: unused parameter 'vp' [-Wunused-parameter] 7688 | static int generate_fontconfig_cache(void *vp) | ~~~~~~^~ src/tuxpaint.c: In function 'thumbnail2': src/tuxpaint.c:9295:17: warning: unused variable 'gamma_invert' [-Wunused-variable] 9295 | float gamma_invert = 1.0 / gamma; | ^~~~~~~~~~~~ src/tuxpaint.c: In function 'load_starter_id': src/tuxpaint.c:11290:19: warning: assignment to 'int' from 'char *' makes integer from pointer without a cast [-Wint-conversion] 11290 | tmp = fgets(template_id, sizeof(template_id), fi); | ^ src/tuxpaint.c:11232:16: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 11232 | int r, g, b, tmp; | ^~~ src/tuxpaint.c: In function 'load_starter_helper': src/tuxpaint.c:11331:21: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 11331 | for (i = 0; i < strlen(ext); i++) | ^ src/tuxpaint.c: In function 'load_starter': src/tuxpaint.c:11374:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11374 | tmp_surf = load_starter_helper(fname, "svg", &load_svg); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11381:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11381 | tmp_surf = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11381:52: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11381 | tmp_surf = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11388:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11388 | tmp_surf = load_starter_helper(fname, "kpx", &myIMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11407:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11407 | tmp_surf = load_starter_helper(fname, "svg", &load_svg); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11415:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11415 | tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); | ^~~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11415:53: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11415 | tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11422:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11422 | tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11422:52: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11422 | tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11429:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11429 | tmp_surf = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11429:52: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11429 | tmp_surf = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_template': src/tuxpaint.c:11549:41: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11549 | tmp_surf = load_starter_helper(fname, "kpx", &myIMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11556:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11556 | tmp_surf = load_starter_helper(fname, "svg", &load_svg); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11564:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11564 | tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); | ^~~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11564:53: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11564 | tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11570:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11570 | tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11570:52: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11570 | tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11577:45: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 11577 | tmp_surf = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:11577:52: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 11577 | tmp_surf = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'do_prompt_image_flash_snd': src/tuxpaint.c:11837:42: warning: variable 'img_x' set but not used [-Wunused-but-set-variable] 11837 | int img1_w, img2_w, img3_w, max_img_w, img_x, img_y, offset; | ^~~~~ src/tuxpaint.c: In function 'set_chunk_data': src/tuxpaint.c:13181:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 13181 | sprintf(line, "%d%s", uncompressed_size, "\n"); | ~^ ~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld src/tuxpaint.c:13183:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 13183 | sprintf(line, "%d%s", dataLen, "\n"); | ~^ ~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld src/tuxpaint.c: In function 'handle_active': src/tuxpaint.c:17137:27: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 17137 | if (event->active.state & SDL_APPINPUTFOCUS | SDL_APPACTIVE) src/tuxpaint.c: In function 'do_new_dialog': src/tuxpaint.c:18889:64: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 18889 | img = load_starter_helper(fname, "jpeg", &IMG_Load); | ^~~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:18889:72: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 18889 | img = load_starter_helper(fname, "jpeg", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:18894:68: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 18894 | img = load_starter_helper(fname, "jpg", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:18894:75: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 18894 | img = load_starter_helper(fname, "jpg", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:18903:68: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 18903 | img = load_starter_helper(fname, "svg", &load_svg); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:18912:68: warning: passing argument 2 of 'load_starter_helper' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 18912 | img = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~ src/tuxpaint.c:11318:72: note: expected 'char *' but argument is of type 'const char *' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~^~~~~~~~~ src/tuxpaint.c:18912:75: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] 18912 | img = load_starter_helper(fname, "png", &IMG_Load); | ^~~~~~~~~ | | | SDL_Surface * (*)(const char *) src/tuxpaint.c:11318:99: note: expected 'SDL_Surface * (*)(char *)' but argument is of type 'SDL_Surface * (*)(const char *)' 11318 | static SDL_Surface *load_starter_helper(char *path_and_basename, char *extension, SDL_Surface * (*load_func) (char *)) | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'derender_node': src/tuxpaint.c:21024:47: warning: unused parameter 'ref_head' [-Wunused-parameter] 21024 | static void derender_node(struct label_node **ref_head) | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~ src/tuxpaint.c: In function 'setup_config': src/tuxpaint.c:22782:28: warning: passing argument 1 of 'strtok' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 22782 | token = strtok(tmpcfg.joystick_buttons_ignore, ","); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/tuxpaint.c:182: /usr/include/string.h:336:39: note: expected 'char * restrict' but argument is of type 'const char *' 336 | extern char *strtok (char *__restrict __s, const char *__restrict __delim) | ~~~~~~~~~~~~~~~~~^~~ src/tuxpaint.c: In function 'trash': src/tuxpaint.c:24404:20: warning: '/files' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 24404 | sprintf(dest, "%s/files", trashpath); | ^~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:24406:20: warning: '/info' directive writing 5 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 24406 | sprintf(dest, "%s/info", trashpath); | ^~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:24409:20: warning: '/files/' directive writing 7 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 24409 | sprintf(dest, "%s/files/%s", trashpath, fname); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 263) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:24423:24: warning: '/info/' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 24423 | sprintf(infoname, "%s/info/%s.trashinfo", trashpath, fname); | ^~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 17 or more bytes (assuming 272) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:24430:24: warning: '/files/' directive writing 7 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 24430 | sprintf(dest, "%s/files/%s", trashpath, fname); | ^~~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 263) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:24431:28: warning: '/info/' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] 24431 | sprintf(infoname, "%s/info/%s.trashinfo", trashpath, fname); | ^~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 17 or more bytes (assuming 272) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_starter.constprop': src/tuxpaint.c:11373:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11373 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11380:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11380 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11387:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11387 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11406:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11406 | snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11414:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11414 | snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11421:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11421 | snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11428:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11428 | snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_template.constprop': src/tuxpaint.c:11548:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11548 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11555:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11555 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11563:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11563 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11569:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11569 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11576:42: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] 11576 | snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); | ^~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'do_png_save': src/tuxpaint.c:13597:23: warning: '%s' directive writing up to 4095 bytes into a region of size 255 [-Wformat-overflow=] 13597 | sprintf(line, "T%s\n", template_id); | ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 4098 bytes into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'do_save.part.0': src/tuxpaint.c:13061:37: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1018 [-Wformat-truncation=] 13061 | snprintf(tmp, sizeof(tmp), "saved/%s%s", file_id, FNAME_EXTENSION); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:13093:37: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1018 [-Wformat-truncation=] 13093 | snprintf(tmp, sizeof(tmp), "saved/%s-t%s", file_id, FNAME_EXTENSION); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:13105:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1010 [-Wformat-truncation=] 13105 | snprintf(tmp, sizeof(tmp), "saved/.thumbs/%s-t%s", file_id, FNAME_EXTENSION); | ^~ ~~~~~~~ In file included from /usr/include/stdio.h:867, from src/tuxpaint.c:180: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 21 and 4116 bytes into a destination of size 1024 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'main': src/tuxpaint.c:20025:18: warning: 'color_sel_y' may be used uninitialized in this function [-Wmaybe-uninitialized] 20025 | SDL_GetRGB(getpixel_img_color_picker(canvas, color_sel_x, color_sel_y), canvas->format, &r, &g, &b); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:19713:20: note: 'color_sel_y' was declared here 19713 | int color_sel_x, color_sel_y; | ^~~~~~~~~~~ src/tuxpaint.c:20025:18: warning: 'color_sel_x' may be used uninitialized in this function [-Wmaybe-uninitialized] 20025 | SDL_GetRGB(getpixel_img_color_picker(canvas, color_sel_x, color_sel_y), canvas->format, &r, &g, &b); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:19713:7: note: 'color_sel_x' was declared here 19713 | int color_sel_x, color_sel_y; | ^~~~~~~~~~~ ...Linking Tux Paint... cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -fno-common -ffloat-store -fvisibility=hidden -Wcast-align -Wredundant-decls -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wstrict-aliasing=2 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/fribidi -DVER_DATE=\"2020-05-21\" -DVER_VERSION=\"0.9.23\" -DDATA_PREFIX=\"/usr/share/tuxpaint/\" -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-0.9.23/\" -DLOCALEDIR=\"/usr/share/locale/\" -DIMDIR=\"/usr/share/tuxpaint/im/\" -DCONFDIR=\"/etc/tuxpaint/\" -DMAGIC_PREFIX=\"/usr/lib64/tuxpaint/plugins/\" \ -o tuxpaint obj/tuxpaint.o obj/i18n.o obj/im.o obj/cursor.o obj/pixels.o obj/rgblinear.o obj/playsound.o obj/fonts.o obj/parse.o obj/progressbar.o obj/dirwalk.o obj/get_fname.o obj/onscreen_keyboard.o obj/postscript_print.o \ -lSDL -lSDL_image -lSDL_ttf -lz -lpng -lSDL_mixer -lSDL_Pango -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lpaper -lfribidi -------------------------------------------------------------- Done compiling. Now run 'make install' with any options you ran 'make' with. to install Tux Paint. You may need superuser ('root') privileges, depending on where you're installing. (Depending on your system, you either need to 'su' first, or run 'sudo make install'.) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sS0Zxr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 + cd tuxpaint-0.9.23 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 'INSTALL=/usr/bin/install -p' BUILDPREFIX=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 PKG_ROOT=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 PREFIX=/usr X11_ICON_PREFIX=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/pixmaps KDE_ICON_PREFIX=/usr/share/icons MAGIC_PREFIX=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins install-kde-icons ...Installing program itself... ...Installing data files... ...Installing fonts... ...Installing man pages... ...Installing documentation... ...Installing Magic Tool plug-ins... ...Installing Magic Tool plug-in development files and docs... ...Installing launcher icon graphics... msgfmt -o trans/ach.mo src/po/ach.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ach/LC_MESSAGES msgfmt -o trans/af.mo src/po/af.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/af/LC_MESSAGES msgfmt -o trans/ak.mo src/po/ak.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ak/LC_MESSAGES msgfmt -o trans/am.mo src/po/am.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/am/LC_MESSAGES msgfmt -o trans/an.mo src/po/an.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/an/LC_MESSAGES msgfmt -o trans/ar.mo src/po/ar.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ar/LC_MESSAGES msgfmt -o trans/as.mo src/po/as.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/as/LC_MESSAGES msgfmt -o trans/ast.mo src/po/ast.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ast/LC_MESSAGES msgfmt -o trans/az.mo src/po/az.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/az/LC_MESSAGES msgfmt -o trans/be.mo src/po/be.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/be/LC_MESSAGES msgfmt -o trans/bg.mo src/po/bg.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bg/LC_MESSAGES msgfmt -o trans/bm.mo src/po/bm.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bm/LC_MESSAGES msgfmt -o trans/bn.mo src/po/bn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bn/LC_MESSAGES msgfmt -o trans/bo.mo src/po/bo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bo/LC_MESSAGES msgfmt -o trans/br.mo src/po/br.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/br/LC_MESSAGES msgfmt -o trans/brx.mo src/po/brx.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/brx/LC_MESSAGES msgfmt -o trans/bs.mo src/po/bs.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bs/LC_MESSAGES msgfmt -o trans/ca.mo src/po/ca.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ca/LC_MESSAGES msgfmt -o trans/ca@valencia.mo src/po/ca@valencia.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ca@valencia/LC_MESSAGES msgfmt -o trans/cgg.mo src/po/cgg.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/cgg/LC_MESSAGES msgfmt -o trans/cs.mo src/po/cs.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/cs/LC_MESSAGES msgfmt -o trans/cy.mo src/po/cy.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/cy/LC_MESSAGES msgfmt -o trans/da.mo src/po/da.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/da/LC_MESSAGES msgfmt -o trans/de.mo src/po/de.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/de/LC_MESSAGES msgfmt -o trans/doi.mo src/po/doi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/doi/LC_MESSAGES msgfmt -o trans/el.mo src/po/el.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/el/LC_MESSAGES msgfmt -o trans/en_AU.mo src/po/en_AU.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_AU/LC_MESSAGES msgfmt -o trans/en_CA.mo src/po/en_CA.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_CA/LC_MESSAGES msgfmt -o trans/en_GB.mo src/po/en_GB.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_GB/LC_MESSAGES msgfmt -o trans/en_ZA.mo src/po/en_ZA.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_ZA/LC_MESSAGES msgfmt -o trans/eo.mo src/po/eo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/eo/LC_MESSAGES msgfmt -o trans/es.mo src/po/es.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/es/LC_MESSAGES msgfmt -o trans/es_MX.mo src/po/es_MX.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/es_MX/LC_MESSAGES msgfmt -o trans/et.mo src/po/et.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/et/LC_MESSAGES msgfmt -o trans/eu.mo src/po/eu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/eu/LC_MESSAGES msgfmt -o trans/fa.mo src/po/fa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fa/LC_MESSAGES msgfmt -o trans/ff.mo src/po/ff.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ff/LC_MESSAGES msgfmt -o trans/fi.mo src/po/fi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fi/LC_MESSAGES msgfmt -o trans/fo.mo src/po/fo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fo/LC_MESSAGES msgfmt -o trans/fr.mo src/po/fr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fr/LC_MESSAGES msgfmt -o trans/ga.mo src/po/ga.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ga/LC_MESSAGES msgfmt -o trans/gd.mo src/po/gd.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gd/LC_MESSAGES msgfmt -o trans/gl.mo src/po/gl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gl/LC_MESSAGES msgfmt -o trans/gos.mo src/po/gos.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gos/LC_MESSAGES msgfmt -o trans/gu.mo src/po/gu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gu/LC_MESSAGES msgfmt -o trans/he.mo src/po/he.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/he/LC_MESSAGES msgfmt -o trans/hi.mo src/po/hi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hi/LC_MESSAGES msgfmt -o trans/hr.mo src/po/hr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hr/LC_MESSAGES msgfmt -o trans/hu.mo src/po/hu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hu/LC_MESSAGES msgfmt -o trans/hy.mo src/po/hy.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hy/LC_MESSAGES msgfmt -o trans/id.mo src/po/id.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/id/LC_MESSAGES msgfmt -o trans/is.mo src/po/is.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/is/LC_MESSAGES msgfmt -o trans/it.mo src/po/it.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/it/LC_MESSAGES msgfmt -o trans/iu.mo src/po/iu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/iu/LC_MESSAGES msgfmt -o trans/ja.mo src/po/ja.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ja/LC_MESSAGES msgfmt -o trans/ka.mo src/po/ka.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ka/LC_MESSAGES msgfmt -o trans/kab.mo src/po/kab.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kab/LC_MESSAGES msgfmt -o trans/km.mo src/po/km.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/km/LC_MESSAGES msgfmt -o trans/kn.mo src/po/kn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kn/LC_MESSAGES msgfmt -o trans/ko.mo src/po/ko.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ko/LC_MESSAGES msgfmt -o trans/kok.mo src/po/kok.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kok/LC_MESSAGES msgfmt -o trans/kok@roman.mo src/po/kok@roman.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kok@roman/LC_MESSAGES msgfmt -o trans/ks.mo src/po/ks.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ks/LC_MESSAGES msgfmt -o trans/ks@devanagari.mo src/po/ks@devanagari.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ks@devanagari/LC_MESSAGES msgfmt -o trans/ku.mo src/po/ku.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ku/LC_MESSAGES msgfmt -o trans/lb.mo src/po/lb.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lb/LC_MESSAGES msgfmt -o trans/lg.mo src/po/lg.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lg/LC_MESSAGES msgfmt -o trans/lt.mo src/po/lt.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lt/LC_MESSAGES msgfmt -o trans/lv.mo src/po/lv.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lv/LC_MESSAGES msgfmt -o trans/mai.mo src/po/mai.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mai/LC_MESSAGES msgfmt -o trans/mk.mo src/po/mk.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mk/LC_MESSAGES msgfmt -o trans/ml.mo src/po/ml.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ml/LC_MESSAGES msgfmt -o trans/mn.mo src/po/mn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mn/LC_MESSAGES msgfmt -o trans/mni.mo src/po/mni.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mni/LC_MESSAGES msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mni@meiteimayek/LC_MESSAGES msgfmt -o trans/mr.mo src/po/mr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mr/LC_MESSAGES msgfmt -o trans/ms.mo src/po/ms.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ms/LC_MESSAGES msgfmt -o trans/nb.mo src/po/nb.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nb/LC_MESSAGES msgfmt -o trans/ne.mo src/po/ne.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ne/LC_MESSAGES msgfmt -o trans/nl.mo src/po/nl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nl/LC_MESSAGES msgfmt -o trans/nn.mo src/po/nn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nn/LC_MESSAGES msgfmt -o trans/nr.mo src/po/nr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nr/LC_MESSAGES msgfmt -o trans/nso.mo src/po/nso.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nso/LC_MESSAGES msgfmt -o trans/oc.mo src/po/oc.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/oc/LC_MESSAGES msgfmt -o trans/oj.mo src/po/oj.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/oj/LC_MESSAGES msgfmt -o trans/or.mo src/po/or.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/or/LC_MESSAGES msgfmt -o trans/pa.mo src/po/pa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pa/LC_MESSAGES msgfmt -o trans/pl.mo src/po/pl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pl/LC_MESSAGES msgfmt -o trans/pt.mo src/po/pt.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pt/LC_MESSAGES msgfmt -o trans/pt_BR.mo src/po/pt_BR.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pt_BR/LC_MESSAGES msgfmt -o trans/ro.mo src/po/ro.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ro/LC_MESSAGES msgfmt -o trans/ru.mo src/po/ru.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ru/LC_MESSAGES msgfmt -o trans/rw.mo src/po/rw.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/rw/LC_MESSAGES msgfmt -o trans/sa.mo src/po/sa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sa/LC_MESSAGES msgfmt -o trans/sat.mo src/po/sat.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sat/LC_MESSAGES msgfmt -o trans/sat@olchiki.mo src/po/sat@olchiki.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sat@olchiki/LC_MESSAGES msgfmt -o trans/sd.mo src/po/sd.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sd/LC_MESSAGES msgfmt -o trans/sd@devanagari.mo src/po/sd@devanagari.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sd@devanagari/LC_MESSAGES msgfmt -o trans/shs.mo src/po/shs.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/shs/LC_MESSAGES msgfmt -o trans/si.mo src/po/si.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/si/LC_MESSAGES msgfmt -o trans/sk.mo src/po/sk.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sk/LC_MESSAGES msgfmt -o trans/sl.mo src/po/sl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sl/LC_MESSAGES msgfmt -o trans/son.mo src/po/son.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/son/LC_MESSAGES msgfmt -o trans/sq.mo src/po/sq.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sq/LC_MESSAGES msgfmt -o trans/sr.mo src/po/sr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sr/LC_MESSAGES msgfmt -o trans/sr@latin.mo src/po/sr@latin.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sr@latin/LC_MESSAGES msgfmt -o trans/su.mo src/po/su.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/su/LC_MESSAGES msgfmt -o trans/sv.mo src/po/sv.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sv/LC_MESSAGES msgfmt -o trans/sw.mo src/po/sw.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sw/LC_MESSAGES msgfmt -o trans/ta.mo src/po/ta.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ta/LC_MESSAGES msgfmt -o trans/te.mo src/po/te.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/te/LC_MESSAGES msgfmt -o trans/th.mo src/po/th.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/th/LC_MESSAGES msgfmt -o trans/tl.mo src/po/tl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tl/LC_MESSAGES msgfmt -o trans/tlh.mo src/po/tlh.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tlh/LC_MESSAGES msgfmt -o trans/tr.mo src/po/tr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tr/LC_MESSAGES msgfmt -o trans/tw.mo src/po/tw.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tw/LC_MESSAGES msgfmt -o trans/uk.mo src/po/uk.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/uk/LC_MESSAGES msgfmt -o trans/ur.mo src/po/ur.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ur/LC_MESSAGES msgfmt -o trans/ve.mo src/po/ve.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ve/LC_MESSAGES msgfmt -o trans/vec.mo src/po/vec.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/vec/LC_MESSAGES msgfmt -o trans/vi.mo src/po/vi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/vi/LC_MESSAGES msgfmt -o trans/wa.mo src/po/wa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/wa/LC_MESSAGES msgfmt -o trans/wo.mo src/po/wo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/wo/LC_MESSAGES msgfmt -o trans/xh.mo src/po/xh.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/xh/LC_MESSAGES msgfmt -o trans/zam.mo src/po/zam.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zam/LC_MESSAGES msgfmt -o trans/zh_CN.mo src/po/zh_CN.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zh_CN/LC_MESSAGES install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zh_TW/LC_MESSAGES install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zu/LC_MESSAGES install -m 644 trans/ach.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ach/LC_MESSAGES/tuxpaint.mo install -m 644 trans/af.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/af/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ak.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ak/LC_MESSAGES/tuxpaint.mo install -m 644 trans/am.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/am/LC_MESSAGES/tuxpaint.mo install -m 644 trans/an.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/an/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ar.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ar/LC_MESSAGES/tuxpaint.mo install -m 644 trans/as.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/as/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ast.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ast/LC_MESSAGES/tuxpaint.mo install -m 644 trans/az.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/az/LC_MESSAGES/tuxpaint.mo install -m 644 trans/be.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/be/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bg.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bm.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bm/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/br.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/br/LC_MESSAGES/tuxpaint.mo install -m 644 trans/brx.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/brx/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bs.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/bs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ca/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca@valencia.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ca@valencia/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cgg.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/cgg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cs.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/cs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cy.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/cy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/da.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/da/LC_MESSAGES/tuxpaint.mo install -m 644 trans/de.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/de/LC_MESSAGES/tuxpaint.mo install -m 644 trans/doi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/doi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/el.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/el/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_AU.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_AU/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_CA.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_CA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_GB.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_GB/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_ZA.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/en_ZA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/eo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/es/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es_MX.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/es_MX/LC_MESSAGES/tuxpaint.mo install -m 644 trans/et.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/et/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/eu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ff.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ff/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/fr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ga.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ga/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gd.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gd/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gos.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gos/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/gu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/he.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/he/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hy.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/hy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/id.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/id/LC_MESSAGES/tuxpaint.mo install -m 644 trans/is.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/is/LC_MESSAGES/tuxpaint.mo install -m 644 trans/it.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/it/LC_MESSAGES/tuxpaint.mo install -m 644 trans/iu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/iu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ja.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ja/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ka.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ka/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kab.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kab/LC_MESSAGES/tuxpaint.mo install -m 644 trans/km.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/km/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ko.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ko/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kok/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok@roman.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/kok@roman/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ks.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ks/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ks@devanagari.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ks@devanagari/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ku.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ku/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lb.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lg.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lt.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lv.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/lv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mai.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mai/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mk.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ml.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ml/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mni/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni@meiteimayek.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mni@meiteimayek/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/mr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ms.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ms/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nb.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ne.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ne/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nso.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/nso/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oc.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/oc/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oj.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/oj/LC_MESSAGES/tuxpaint.mo install -m 644 trans/or.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/or/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt_BR.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/pt_BR/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ro.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ro/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ru.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ru/LC_MESSAGES/tuxpaint.mo install -m 644 trans/rw.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/rw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sat/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat@olchiki.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sat@olchiki/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sd.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sd/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sd@devanagari.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sd@devanagari/LC_MESSAGES/tuxpaint.mo install -m 644 trans/shs.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/shs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/si.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/si/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sk.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/son.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/son/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sq.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sq/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr@latin.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sr@latin/LC_MESSAGES/tuxpaint.mo install -m 644 trans/su.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/su/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sv.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sw.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/sw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ta.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ta/LC_MESSAGES/tuxpaint.mo install -m 644 trans/te.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/te/LC_MESSAGES/tuxpaint.mo install -m 644 trans/th.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/th/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tlh.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tlh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tw.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/tw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/uk.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/uk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ur.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ur/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ve.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/ve/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vec.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/vec/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/vi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/wa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/wo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/xh.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/xh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zam.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zam/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_CN.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zh_CN/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_TW.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zh_TW/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/locale/zu/LC_MESSAGES/tuxpaint.mo ...Installing Input Method files... ja ...Japanese... ko ...Korean... th ...Thai... zh_tw ...Traditional Chinese... ...Installing 'tuxpaint-import' script... ...Installing default config file... ...Installing example stamps... ...Installing example starters... install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters install -m 644 starters/Jigsaw_3x3.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/Jigsaw_3x3.png install -m 644 starters/Jigsaw_5x5.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/Jigsaw_5x5.png install -m 644 starters/bald_eagle.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/bald_eagle.svg install -m 644 starters/car2.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/car2.svg install -m 644 starters/carcassone.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/carcassone.png install -m 644 starters/chessboard-back.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/chessboard-back.png install -m 644 starters/chessboard.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/chessboard.png install -m 644 starters/chicken.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/chicken.png install -m 644 starters/desert_tortoise.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/desert_tortoise.svg install -m 644 starters/elephant.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/elephant.svg install -m 644 starters/fish_icon.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/fish_icon.svg install -m 644 starters/frame_filmstrip.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_filmstrip.png install -m 644 starters/frame_flowers.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_flowers.png install -m 644 starters/frame_gold.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_gold.png install -m 644 starters/frame_heart.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_heart.png install -m 644 starters/frame_hearts.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_hearts.svg install -m 644 starters/frame_neon.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_neon.png install -m 644 starters/frame_picture.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_picture.png install -m 644 starters/frame_screen.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_screen.png install -m 644 starters/frame_silver.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_silver.png install -m 644 starters/frame_television.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/frame_television.png install -m 644 starters/gecko.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/gecko.svg install -m 644 starters/grid_10x10.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/grid_10x10.png install -m 644 starters/grid_20x20.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/grid_20x20.png install -m 644 starters/hat.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/hat.png install -m 644 starters/hat.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/hat.svg install -m 644 starters/jetplane.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/jetplane.png install -m 644 starters/jigsaw.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/jigsaw.png install -m 644 starters/jigsaw.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/jigsaw.svg install -m 644 starters/manatee.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/manatee.svg install -m 644 starters/mosaic.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/mosaic.svg install -m 644 starters/nagasaki.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/nagasaki.png install -m 644 starters/nagasaki.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/nagasaki.svg install -m 644 starters/old_soviet_car.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/old_soviet_car.svg install -m 644 starters/pansy.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/pansy.png install -m 644 starters/reef-back.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/reef-back.png install -m 644 starters/reef.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/reef.png install -m 644 starters/reef.txt /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/reef.txt install -m 644 starters/rocket.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/rocket.png install -m 644 starters/shipwreck.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/shipwreck.png install -m 644 starters/skull.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/skull.svg install -m 644 starters/skyline-sf-dusk-back.jpeg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/skyline-sf-dusk-back.jpeg install -m 644 starters/skyline-sf-dusk.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/skyline-sf-dusk.png install -m 644 starters/skyline-sf-dusk.txt /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/skyline-sf-dusk.txt install -m 644 starters/spirograph.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/spirograph.svg install -m 644 starters/stained_glass.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/stained_glass.svg install -m 644 starters/street.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/street.png install -m 644 starters/tux_farmer.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/tux_farmer.png install -m 644 starters/woodpecker.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/woodpecker.svg install -m 644 starters/worldmap.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap.png install -m 644 starters/worldmap_africa.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_africa.png install -m 644 starters/worldmap_america_north.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_america_north.png install -m 644 starters/worldmap_america_north_usa-back.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_america_north_usa-back.png install -m 644 starters/worldmap_america_north_usa.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_america_north_usa.png install -m 644 starters/worldmap_america_south.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_america_south.png install -m 644 starters/worldmap_asia_north.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_asia_north.png install -m 644 starters/worldmap_asia_south.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_asia_south.png install -m 644 starters/worldmap_australasia.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_australasia.png install -m 644 starters/worldmap_canada.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_canada.png install -m 644 starters/worldmap_europe.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_europe.png install -m 644 starters/worldmap_japan.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/starters/worldmap_japan.png ...Installing example templates... install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates install -m 644 templates/burnt_bark.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/burnt_bark.jpg install -m 644 templates/cliff.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/cliff.jpg install -m 644 templates/corn_maze.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/corn_maze.jpg install -m 644 templates/jellyfish.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/jellyfish.jpg install -m 644 templates/lighthouse.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/lighthouse.jpg install -m 644 templates/mossy_bark.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/mossy_bark.jpg install -m 644 templates/mossy_log.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/mossy_log.jpg install -m 644 templates/mudstone.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/mudstone.jpg install -m 644 templates/ocean_splash.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/ocean_splash.jpg install -m 644 templates/ocean_waves.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/ocean_waves.jpg install -m 644 templates/redwoods_above.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/redwoods_above.jpg install -m 644 templates/rocks.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/rocks.jpg install -m 644 templates/sheep.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/sheep.jpg install -m 644 templates/spiders_web.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/spiders_web.jpg install -m 644 templates/sun_behind_clouds.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/sun_behind_clouds.jpg install -m 644 templates/sun_behind_leaves.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/sun_behind_leaves.jpg install -m 644 templates/trees_above.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/trees_above.jpg install -m 644 templates/trees_at_dusk.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/trees_at_dusk.jpg install -m 644 templates/wool_mill_machine.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/templates/wool_mill_machine.jpg ...Installing BASH completion file... ...Installing onscreen keyboard files... ...Installing launcher icon into KDE... HOME=/tmp kbuildsycoca5 kbuildsycoca5 running... ...Installing launcher icon graphics into KDE... -------------------------------------------------------------- All done! Now (preferably NOT as 'root' superuser), you can type the command 'tuxpaint' to run the program!!! For more information, see the 'tuxpaint' man page, run 'tuxpaint --usage' or see /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/doc/tuxpaint-0.9.23/README.txt Visit Tux Paint's home page for more information, updates and to learn how you can help out! http://www.tuxpaint.org/ Enjoy! make: Nothing to be done for 'install-kde-icons'. + /usr/lib/rpm/find-lang.sh /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 tuxpaint --with-man + mkdir -p /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/applications + desktop-file-install --vendor= --dir /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/applications --remove-category=Art src/tuxpaint.desktop + chmod -R go+r docs/ + rm -Rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/doc/tuxpaint-0.9.23 + rm -Rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/images/icon32x32.xpm + rm -rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/tuxpaint/fonts/locale/zh_tw_docs/maketuxfont.py + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.9.23-3.mga8 --unique-debug-suffix -0.9.23-3.mga8.x86_64 --unique-debug-src-base tuxpaint-0.9.23-3.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/tuxpaint-0.9.23 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/calligraphy.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/bricks.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/emboss.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/blind.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/alien.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/distortion.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/cartoon.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/halftone.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/confetti.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fill.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/blur.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fade_darken.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/glasstile.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/flower.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fisheye.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/light.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/bin/tuxpaint explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fold.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/foam.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fretwork.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/kalidescope.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/blocks_chalk_drip.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/puzzle.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/grass.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/mosaic.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/metalpaint.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/noise.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/bricks.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/negative.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/halftone.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/cartoon.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rain.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/emboss.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/mirror_flip.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/distortion.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/calligraphy.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/confetti.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fill.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fade_darken.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/sharpen.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/mosaic_shaped.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rails.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/ripples.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/perspective.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fold.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/bin/tuxpaint explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/snow.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/smudge.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/realrainbow.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/tint.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/alien.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/blur.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rainbow.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/kalidescope.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fretwork.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/fisheye.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/puzzle.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/blind.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/blocks_chalk_drip.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/shift.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/noise.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/flower.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/metalpaint.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/grass.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/light.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/waves.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/negative.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rain.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/xor.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/mosaic.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/foam.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/mosaic_shaped.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/sharpen.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/ripples.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/perspective.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/mirror_flip.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/string.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/glasstile.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/toothpaste.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/realrainbow.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rainbow.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/tornado.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/snow.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/tint.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/smudge.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/shift.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rails.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rosette.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/tornado.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/toothpaste.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/xor.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/rosette.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/waves.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/tv.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/string.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/lib64/tuxpaint/plugins/tv.so original debug info size: 5776kB, size after compression: 2912kB /usr/lib/rpm/sepdebugcrcfix: Updated 48 CRC32s, 0 CRC32s did match. 3176 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/tuxpaint/fonts/locale/zh_tw_docs/do_it.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/tp-magic-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/tuxpaint-import from /bin/bash to #!/usr/bin/bash Processing files: tuxpaint-0.9.23-3.mga8.x86_64 warning: File not found: /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/doc/tuxpaint/Makefile Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9lorwt + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tuxpaint-0.9.23 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/doc/tuxpaint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/doc/tuxpaint + cp -pr docs/AUTHORS.txt docs/CHANGES.txt docs/COPYING docs/COPYING.txt docs/Makefile docs/README.txt docs/de docs/default_colors.txt docs/dejavu.txt docs/en docs/es docs/fr docs/gl docs/html docs/it docs/ja docs/ko docs/nl docs/nn docs/pl docs/pt_br docs/ru docs/uk docs/zh_cn docs/zh_tw /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64/usr/share/doc/tuxpaint + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(tuxpaint.desktop) config(tuxpaint) = 1:0.9.23-3.mga8 tuxpaint = 1:0.9.23-3.mga8 tuxpaint(x86-64) = 1:0.9.23-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libSDL-1.2.so.0()(64bit) libSDL_Pango.so.1()(64bit) libSDL_image-1.2.so.0()(64bit) libSDL_mixer-1.2.so.0()(64bit) libSDL_ttf-2.0.so.0()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.22)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.8)(64bit) libcairo.so.2()(64bit) libfribidi.so.0()(64bit) libgobject-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpaper.so.1()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) librsvg-2.so.2()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) Recommends: tuxpaint-config tuxpaint-stamps Processing files: tuxpaint-devel-0.9.23-3.mga8.x86_64 Provides: tuxpaint-devel = 1:0.9.23-3.mga8 tuxpaint-devel(x86-64) = 1:0.9.23-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tuxpaint-debugsource-0.9.23-3.mga8.x86_64 Provides: tuxpaint-debugsource = 1:0.9.23-3.mga8 tuxpaint-debugsource(x86-64) = 1:0.9.23-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tuxpaint-debuginfo-0.9.23-3.mga8.x86_64 Provides: debuginfo(build-id) = 0154f84f99908acf7dfa97eba538b6ec12fa0fe1 debuginfo(build-id) = 03560767ecfab3abff47cd71c68c19f355061437 debuginfo(build-id) = 06c81daa841fcce7b64cd1c5fc77f2736cb82564 debuginfo(build-id) = 148f05f7a0aa18c7a3b47927393949eb1fe9dedf debuginfo(build-id) = 176b1f2db5927832676d36d94a768cdbaf4a63ae debuginfo(build-id) = 1a5e953ce9cdb8c019528a953a2fa4ba4e43c0e6 debuginfo(build-id) = 1b0e00fd62e042e80a051c670607410327b617f9 debuginfo(build-id) = 1f5ed23f319906e11a4eca8e3a6b609b9231723f debuginfo(build-id) = 2504d8722ea7a038d4498f5d407dfdc8a00665ec debuginfo(build-id) = 298d60a9e7c6aeb656583e0846ff3cdfb4569fdc debuginfo(build-id) = 2bb6792d45827e42cff70b03270b7c56118123b3 debuginfo(build-id) = 31eb9c23fafd932d082ab82ea419fd16dc8b64f5 debuginfo(build-id) = 32e21f51d693c1e0099d2d36a9d74cd8e03de102 debuginfo(build-id) = 3917f08e220b972b8566e6050070e4280ce74dc5 debuginfo(build-id) = 39c5875f3b3848884b2a27ffbbe0a02c5dc91516 debuginfo(build-id) = 41d7dfaecda10ee4cc229a418992dd29168a528b debuginfo(build-id) = 4cb0939100355ad293ac40392f2713ec98e6f5bd debuginfo(build-id) = 543f664f8c70a7ca22dbeb43327de25224679728 debuginfo(build-id) = 56c996e58096dae956c4bb58c2f29229e726af86 debuginfo(build-id) = 596b0ff855608d60bf0fbd28d9609d4c6c44301f debuginfo(build-id) = 5f77fbb7e1753df7505bec2b51d52073d6c67126 debuginfo(build-id) = 5f867a95475309c863f987bd245a35ba0b326c35 debuginfo(build-id) = 6149037594fb985d6100d167d8d6150a65c72d6e debuginfo(build-id) = 615e5cd81641cc20715e5bd39aebf70c161c2551 debuginfo(build-id) = 6a8edac64484f2885b81fb2b06069566d3a59658 debuginfo(build-id) = 717f7e55ada1d8c270f2774aa7d265a525cb31dd debuginfo(build-id) = 720ab8b5cf97d7a5700fcc8882f5a59a016b9a7c debuginfo(build-id) = 723c67089b5c996e17b605d1208da9ce052920d3 debuginfo(build-id) = 79363a7a648b72e562f157a9f44f8ad905863f9c debuginfo(build-id) = 89b456cef9ac759355b178f1d3edbb587482125a debuginfo(build-id) = 9846832a657ef3055d64aea2c83aef1c83fbc939 debuginfo(build-id) = 98c69765ecf12b2aa8b69ca3b751ae89d08c0406 debuginfo(build-id) = 9ae81706ab0718742ef99c795c10aaab31540184 debuginfo(build-id) = a9515efcafcc36e0acbec6dd1de58356099343fe debuginfo(build-id) = ac3e958a6c95619a6b856632e6c42490525acf46 debuginfo(build-id) = ad00437de93323dd71956e28110ffa6ee10050f4 debuginfo(build-id) = b0bb05442c0fbaf45b78b9282469c401d9589ea6 debuginfo(build-id) = b9a9dcdd128f17eed2d52faa7880cd6a0a4c09e0 debuginfo(build-id) = ccd19d844cde064ba27d71687241a62ce9b2c9a8 debuginfo(build-id) = d25e6d4dc2e67bd6c9155e5ef2b594fc3a048cc2 debuginfo(build-id) = daf7cf89ff64f6f521c90ec9667620a335c90f8c debuginfo(build-id) = e22c44e316dd144049f79df360c87509477f3d04 debuginfo(build-id) = e30caf5b3c5f47d91b447393acac6133dfe834ed debuginfo(build-id) = e6dfbf07374d248a498b524738dd81915a4bd7a8 debuginfo(build-id) = efeb7640b99ba57cb8fad9145aa29675ce6812f8 debuginfo(build-id) = f2e1fc528c2cf40003847b0352fdd395e9735750 debuginfo(build-id) = f753821b59d1d719812e55b2862e30105f17f244 debuginfo(build-id) = f77390a124cfb4512f36fa3a368b141bbe4f09ee tuxpaint-debuginfo = 1:0.9.23-3.mga8 tuxpaint-debuginfo(x86-64) = 1:0.9.23-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: tuxpaint-debugsource(x86-64) = 1:0.9.23-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/tuxpaint-devel-0.9.23-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/tuxpaint-debugsource-0.9.23-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/tuxpaint-debuginfo-0.9.23-3.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/tuxpaint-0.9.23-3.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WHjRbq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tuxpaint-0.9.23 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.23-3.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mLbeAt + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf tuxpaint-0.9.23 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!