+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/tuxpaint.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.97rq6M + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tuxpaint-0.9.22 + /usr/bin/gzip -dc /builddir/build/SOURCES/tuxpaint-0.9.22.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tuxpaint-0.9.22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (tuxpaint-0.9.21-fix-desktop-file.patch):' Patch #1 (tuxpaint-0.9.21-fix-desktop-file.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .fixdesktopfile --fuzz=0 patching file src/tuxpaint.desktop Hunk #1 succeeded at 116 (offset 39 lines). patching file src/tuxpaint.desktop.in + echo 'Patch #2 (tuxpaint-0.9.22-link.patch):' Patch #2 (tuxpaint-0.9.22-link.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .link --fuzz=0 patching file Makefile + echo 'Patch #3 (tuxpaint-0.9.21-makej.patch):' Patch #3 (tuxpaint-0.9.21-makej.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .makej --fuzz=0 patching file Makefile Hunk #1 succeeded at 412 (offset 42 lines). + sed -i -e '/\/gnome\/apps\/Graphics/d' Makefile + find docs -type f -exec perl -pi -e 's/\r\n/\n/' '{}' ';' + find docs -type f -perm /100 -exec chmod a-x '{}' ';' + make PREFIX=/usr MAGIC_PREFIX=/usr/lib64/tuxpaint/plugins tp-magic-config ...Generating 'Magic' tool API configuration script... + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.CnRU3P + umask 022 + cd /builddir/build/BUILD + cd tuxpaint-0.9.22 + make -j4 PREFIX=/usr 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' MAGIC_PREFIX=/usr/lib64/tuxpaint/plugins ...Generating 'Magic' tool API development header file... ...Compiling i18n support... ...Compiling IM support... ...Compiling cursor support... ...Compiling pixel functions... src/i18n.c: In function 'set_current_language': src/i18n.c:883:7: warning: unused variable 'y_nudge' [-Wunused-variable] int y_nudge = 0; ^~~~~~~ src/im.c: In function 'im_event_zh_tw': src/im.c:899:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] cm.section = (++cm.section % SEC_TOTAL); /* Change section */ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c: In function 'im_event_th': src/im.c:1085:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] cm.section = (++cm.section % SEC_TOTAL); /* Change section */ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c: In function 'im_event_ja': src/im.c:1271:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] cm.section = (++cm.section % SEC_TOTAL); /* Change section */ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c: In function 'im_event_ko': src/im.c:1481:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] cm.section = (++cm.section % SEC_TOTAL); /* Change section */ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/im.c: In function 'charmap_load': src/im.c:538:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(is, "%*[^\n]"); ^~~~~~~~~~~~~~~~~~~~~ ...Compiling RGB to Linear functions... ...Compiling sound playback functions... ...Compiling font support... ...Generating the command-line and config file parser (STEP 1)... In file included from src/playsound.h:29:0, from src/playsound.c:25: src/sounds.h:80:20: warning: 'sound_fnames' defined but not used [-Wunused-variable] static const char *sound_fnames[NUM_SOUNDS] = { ^~~~~~~~~~~~ ...Compiling progress bar functions... ...Compiling directory-walking support... src/fonts.c: In function 'run_font_scanner': src/fonts.c:1034:3: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] nice(42); // be nice, letting the main thread get the CPU ^~~~~~~~ At top level: src/fonts.c:162:23: warning: 'try_alternate_font' defined but not used [-Wunused-function] static TuxPaint_Font *try_alternate_font(int size) ^~~~~~~~~~~~~~~~~~ ...Compiling filename support... In file included from src/dirwalk.c:62:0: src/fonts.h:116:13: warning: 'reliable_read' declared 'static' but never defined [-Wunused-function] static void reliable_read(int fd, void *buf, size_t count); ^~~~~~~~~~~~~ ...Compiling on screen keyboard support... ...Compiling PostScript print support... ...Preparing translation files... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/noise.so magic/src/noise.c src/onscreen_keyboard.c: In function 'load_layout': src/onscreen_keyboard.c:205:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, 1023, fi); ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_hlayout': src/onscreen_keyboard.c:342:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, 1023, fi); ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_keymap': src/onscreen_keyboard.c:507:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, 1023, fi); ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_composemap': src/onscreen_keyboard.c:690:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, 1023, fi); ^~~~~~~~~~~~~~~~~~~~~ src/onscreen_keyboard.c: In function 'load_keysymdefs': src/onscreen_keyboard.c:795:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] 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/ -shared -fpic -Wl,--warn-shared-textrel -o magic/calligraphy.so magic/src/calligraphy.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/snow.so magic/src/snow.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/mosaic.so magic/src/mosaic.c magic/src/calligraphy.c: In function 'calligraphy_drag': magic/src/calligraphy.c:144:10: warning: variable 'colr' set but not used [-Wunused-but-set-variable] Uint32 colr; ^~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/shift.so magic/src/shift.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/mosaic_shaped.so magic/src/mosaic_shaped.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/negative.so magic/src/negative.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/rainbow.so magic/src/rainbow.c magic/src/mosaic_shaped.c:99:21: warning: 'mosaic_shaped_SHARPEN' defined but not used [-Wunused-const-variable=] static const double mosaic_shaped_SHARPEN = 1.0; ^~~~~~~~~~~~~~~~~~~~~ magic/src/mosaic_shaped.c:98:18: warning: 'mosaic_shaped_RADIUS' defined but not used [-Wunused-const-variable=] static const int mosaic_shaped_RADIUS = 16; ^~~~~~~~~~~~~~~~~~~~ magic/src/mosaic_shaped.c:97:18: warning: 'mosaic_shaped_AMOUNT' defined but not used [-Wunused-const-variable=] static const int mosaic_shaped_AMOUNT = 300; ^~~~~~~~~~~~~~~~~~~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/waves.so magic/src/waves.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/kalidescope.so magic/src/kalidescope.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/smudge.so magic/src/smudge.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/blocks_chalk_drip.so magic/src/blocks_chalk_drip.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/metalpaint.so magic/src/metalpaint.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/ripples.so magic/src/ripples.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/light.so magic/src/light.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/tv.so magic/src/tv.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/fade_darken.so magic/src/fade_darken.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/flower.so magic/src/flower.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/fretwork.so magic/src/fretwork.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/halftone.so magic/src/halftone.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/fill.so magic/src/fill.c magic/src/fretwork.c:255:6: warning: 'fretwork_math_ceil' is static but used in inline function 'fretwork_get_segment' which is not static yy=fretwork_math_ceil(y, img_h); ^~~~~~~~~~~~~~~~~~ magic/src/fretwork.c:254:6: warning: 'fretwork_math_ceil' is static but used in inline function 'fretwork_get_segment' which is not static 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/ -shared -fpic -Wl,--warn-shared-textrel -o magic/glasstile.so magic/src/glasstile.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/fisheye.so magic/src/fisheye.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/distortion.so magic/src/distortion.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/cartoon.so magic/src/cartoon.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/rosette.so magic/src/rosette.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/toothpaste.so magic/src/toothpaste.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/rain.so magic/src/rain.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/tornado.so magic/src/tornado.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/tint.so magic/src/tint.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/bricks.so magic/src/bricks.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/foam.so magic/src/foam.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/perspective.so magic/src/perspective.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/realrainbow.so magic/src/realrainbow.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/blur.so magic/src/blur.c magic/src/perspective.c: In function 'perspective_release': magic/src/perspective.c:387:17: warning: variable 'aux_y' set but not used [-Wunused-but-set-variable] int aux_x, aux_y, aux_h, aux_w; ^~~~~ magic/src/perspective.c:387:10: warning: variable 'aux_x' set but not used [-Wunused-but-set-variable] int aux_x, aux_y, aux_h, aux_w; ^~~~~ At top level: magic/src/perspective.c:93:21: warning: 'perspective_SHARPEN' defined but not used [-Wunused-const-variable=] static const double perspective_SHARPEN = 1.0; ^~~~~~~~~~~~~~~~~~~ magic/src/perspective.c:92:18: warning: 'perspective_RADIUS' defined but not used [-Wunused-const-variable=] static const int perspective_RADIUS = 16; ^~~~~~~~~~~~~~~~~~ magic/src/perspective.c:91:18: warning: 'perspective_AMOUNT' defined but not used [-Wunused-const-variable=] 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/ -shared -fpic -Wl,--warn-shared-textrel -o magic/grass.so magic/src/grass.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/mirror_flip.so magic/src/mirror_flip.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/confetti.so magic/src/confetti.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/puzzle.so magic/src/puzzle.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/blind.so magic/src/blind.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/sharpen.so magic/src/sharpen.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/rails.so magic/src/rails.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/fold.so magic/src/fold.c magic/src/rails.c:203:5: warning: 'rails_math_ceil' is static but used in inline function 'rails_get_segment' which is not static yy=rails_math_ceil(y, img_h); ^~~~~~~~~~~~~~~ magic/src/rails.c:202:5: warning: 'rails_math_ceil' is static but used in inline function 'rails_get_segment' which is not static xx=rails_math_ceil(x, img_w); ^~~~~~~~~~~~~~~ magic/src/fold.c: In function 'fold_draw': magic/src/fold.c:178:2: warning: 'right_x' may be used uninitialized in this function [-Wmaybe-uninitialized] api->line((void *)api, which, canvas, temp, left_arm_x-fold_shadow_value, 0, right_x - fold_shadow_value, canvas->h, 1, fold_shadow); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ magic/src/fold.c:172:2: warning: 'left_y' may be used uninitialized in this function [-Wmaybe-uninitialized] api->line((void *)api, which, canvas, temp, canvas->w, left_y-fold_shadow_value, 0, 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/ -shared -fpic -Wl,--warn-shared-textrel -o magic/xor.so magic/src/xor.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/alien.so magic/src/alien.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/string.so magic/src/string.c cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -shared -fpic -Wl,--warn-shared-textrel -o magic/emboss.so magic/src/emboss.c ...Compiling Tux Paint from source... cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -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/gdk-pixbuf-2.0 -pthread -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/uuid -Isrc/mouse -DLARGE_CURSOR_SHAPES -DVER_DATE=\"2018-03-29\" -DVER_VERSION=\"0.9.22\" -DDATA_PREFIX=\"/usr/share/tuxpaint/\" -DDOC_PREFIX=\"/usr/share/doc/tuxpaint/\" -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 magic/src/alien.c: In function 'do_alien_full': magic/src/alien.c:159:14: warning: unused variable 'api' [-Wunused-variable] magic_api * api = (magic_api *) ptr; ^~~ magic/src/string.c: In function 'string_draw_triangle_preview': magic/src/string.c:340:10: warning: variable 'h' set but not used [-Wunused-but-set-variable] int w, h; ^ magic/src/string.c:340:7: warning: variable 'w' set but not used [-Wunused-but-set-variable] int w, h; ^ magic/src/string.c: In function 'string_draw_angle_preview': magic/src/string.c:372:10: warning: variable 'h' set but not used [-Wunused-but-set-variable] int w, h; ^ magic/src/string.c:372:7: warning: variable 'w' set but not used [-Wunused-but-set-variable] int w, h; ^ magic/src/emboss.c: In function 'do_emboss': magic/src/emboss.c:121:10: warning: variable 'g' set but not used [-Wunused-but-set-variable] int r, g, b; ^ msgfmt -o trans/el.mo src/po/el.po ...Generating the command-line and config file parser (STEP 2)... msgfmt -o trans/id.mo src/po/id.po msgfmt -o trans/ta.mo src/po/ta.po msgfmt -o trans/sq.mo src/po/sq.po msgfmt -o trans/af.mo src/po/af.po msgfmt -o trans/pa.mo src/po/pa.po msgfmt -o trans/en_AU.mo src/po/en_AU.po msgfmt -o trans/wo.mo src/po/wo.po msgfmt -o trans/mai.mo src/po/mai.po msgfmt -o trans/oj.mo src/po/oj.po msgfmt -o trans/nn.mo src/po/nn.po msgfmt -o trans/ka.mo src/po/ka.po msgfmt -o trans/ca@valencia.mo src/po/ca@valencia.po msgfmt -o trans/ja.mo src/po/ja.po msgfmt -o trans/an.mo src/po/an.po msgfmt -o trans/tr.mo src/po/tr.po msgfmt -o trans/ga.mo src/po/ga.po msgfmt -o trans/gos.mo src/po/gos.po msgfmt -o trans/fa.mo src/po/fa.po msgfmt -o trans/ff.mo src/po/ff.po msgfmt -o trans/sat@olchiki.mo src/po/sat@olchiki.po msgfmt -o trans/vi.mo src/po/vi.po msgfmt -o trans/da.mo src/po/da.po msgfmt -o trans/ca.mo src/po/ca.po msgfmt -o trans/eo.mo src/po/eo.po msgfmt -o trans/si.mo src/po/si.po msgfmt -o trans/ve.mo src/po/ve.po msgfmt -o trans/nso.mo src/po/nso.po msgfmt -o trans/or.mo src/po/or.po msgfmt -o trans/bo.mo src/po/bo.po msgfmt -o trans/zu.mo src/po/zu.po msgfmt -o trans/nb.mo src/po/nb.po msgfmt -o trans/sr.mo src/po/sr.po msgfmt -o trans/en_ZA.mo src/po/en_ZA.po msgfmt -o trans/lb.mo src/po/lb.po msgfmt -o trans/de.mo src/po/de.po msgfmt -o trans/hy.mo src/po/hy.po msgfmt -o trans/sa.mo src/po/sa.po msgfmt -o trans/cy.mo src/po/cy.po msgfmt -o trans/rw.mo src/po/rw.po msgfmt -o trans/hr.mo src/po/hr.po msgfmt -o trans/pt.mo src/po/pt.po msgfmt -o trans/en_GB.mo src/po/en_GB.po msgfmt -o trans/sl.mo src/po/sl.po msgfmt -o trans/fr.mo src/po/fr.po msgfmt -o trans/tl.mo src/po/tl.po msgfmt -o trans/it.mo src/po/it.po msgfmt -o trans/nr.mo src/po/nr.po msgfmt -o trans/lg.mo src/po/lg.po msgfmt -o trans/mk.mo src/po/mk.po msgfmt -o trans/br.mo src/po/br.po msgfmt -o trans/mr.mo src/po/mr.po msgfmt -o trans/pt_BR.mo src/po/pt_BR.po msgfmt -o trans/te.mo src/po/te.po msgfmt -o trans/hu.mo src/po/hu.po msgfmt -o trans/en_CA.mo src/po/en_CA.po msgfmt -o trans/nl.mo src/po/nl.po msgfmt -o trans/sv.mo src/po/sv.po msgfmt -o trans/oc.mo src/po/oc.po msgfmt -o trans/ro.mo src/po/ro.po msgfmt -o trans/gd.mo src/po/gd.po msgfmt -o trans/ml.mo src/po/ml.po msgfmt -o trans/ms.mo src/po/ms.po msgfmt -o trans/ak.mo src/po/ak.po msgfmt -o trans/ru.mo src/po/ru.po msgfmt -o trans/su.mo src/po/su.po msgfmt -o trans/fo.mo src/po/fo.po msgfmt -o trans/kn.mo src/po/kn.po msgfmt -o trans/hi.mo src/po/hi.po msgfmt -o trans/bm.mo src/po/bm.po msgfmt -o trans/kok.mo src/po/kok.po msgfmt -o trans/ku.mo src/po/ku.po msgfmt -o trans/fi.mo src/po/fi.po msgfmt -o trans/shs.mo src/po/shs.po msgfmt -o trans/et.mo src/po/et.po msgfmt -o trans/gu.mo src/po/gu.po msgfmt -o trans/tlh.mo src/po/tlh.po msgfmt -o trans/is.mo src/po/is.po msgfmt -o trans/son.mo src/po/son.po msgfmt -o trans/be.mo src/po/be.po msgfmt -o trans/lv.mo src/po/lv.po msgfmt -o trans/km.mo src/po/km.po msgfmt -o trans/kok@roman.mo src/po/kok@roman.po msgfmt -o trans/pl.mo src/po/pl.po msgfmt -o trans/ko.mo src/po/ko.po msgfmt -o trans/ast.mo src/po/ast.po msgfmt -o trans/lt.mo src/po/lt.po msgfmt -o trans/es.mo src/po/es.po msgfmt -o trans/mn.mo src/po/mn.po msgfmt -o trans/vec.mo src/po/vec.po msgfmt -o trans/es_MX.mo src/po/es_MX.po msgfmt -o trans/sr@latin.mo src/po/sr@latin.po msgfmt -o trans/ar.mo src/po/ar.po msgfmt -o trans/sw.mo src/po/sw.po msgfmt -o trans/iu.mo src/po/iu.po msgfmt -o trans/eu.mo src/po/eu.po msgfmt -o trans/ach.mo src/po/ach.po msgfmt -o trans/cs.mo src/po/cs.po In file included from src/tuxpaint.c:453:0: /usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:27:2: warning: #warning "Including directly is deprecated." [-Wcpp] #warning "Including directly is deprecated." ^~~~~~~ msgfmt -o trans/cgg.mo src/po/cgg.po msgfmt -o trans/bg.mo src/po/bg.po msgfmt -o trans/xh.mo src/po/xh.po msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po msgfmt -o trans/th.mo src/po/th.po msgfmt -o trans/bs.mo src/po/bs.po msgfmt -o trans/gl.mo src/po/gl.po msgfmt -o trans/he.mo src/po/he.po msgfmt -o trans/as.mo src/po/as.po msgfmt -o trans/uk.mo src/po/uk.po msgfmt -o trans/az.mo src/po/az.po msgfmt -o trans/tw.mo src/po/tw.po msgfmt -o trans/am.mo src/po/am.po msgfmt -o trans/ne.mo src/po/ne.po msgfmt -o trans/mni.mo src/po/mni.po msgfmt -o trans/zh_CN.mo src/po/zh_CN.po msgfmt -o trans/sat.mo src/po/sat.po msgfmt -o trans/sk.mo src/po/sk.po msgfmt -o trans/zam.mo src/po/zam.po msgfmt -o trans/zh_TW.mo src/po/zh_TW.po msgfmt -o trans/wa.mo src/po/wa.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] show_version(0); ^~~~~~~~~~~~ imm_version src/parse.gperf: In function 'imm_usage': src/parse.gperf:52:3: warning: implicit declaration of function 'show_usage'; did you mean 'imm_usage'? [-Wimplicit-function-declaration] show_usage(0); ^~~~~~~~~~ imm_usage src/parse.gperf: In function 'parse_one_option': src/parse.gperf:295:44: 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] memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); ^ src/tuxpaint.c: In function 'thumbnail2': src/tuxpaint.c:9174:13: warning: unused variable 'gamma_invert' [-Wunused-variable] float gamma_invert = 1.0 / gamma; ^~~~~~~~~~~~ src/tuxpaint.c: In function 'load_starter': src/tuxpaint.c:11211:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "png", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11245:51: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11252:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11259:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "png", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' 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:11398:51: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11404:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11411:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] tmp_surf = load_starter_helper(fname, "png", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' 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:11668:42: warning: variable 'img_x' set but not used [-Wunused-but-set-variable] 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:12979:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] sprintf(line, "%d%s", uncompressed_size, "\n"); ~^ %ld src/tuxpaint.c:12981:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t {aka long unsigned int}' [-Wformat=] sprintf(line, "%d%s", dataLen, "\n"); ~^ %ld src/tuxpaint.c: In function 'do_png_embed_data': src/tuxpaint.c:13036:17: warning: unused variable 'fname' [-Wunused-variable] char *ldata, *fname; ^~~~~ src/tuxpaint.c: In function 'handle_keymouse': src/tuxpaint.c:16730:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (area2) ^~ src/tuxpaint.c:16739:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if(oldpos_x - r2.x < r2.w && oldpos_x > r2.x) ^~ src/tuxpaint.c: In function 'handle_active': src/tuxpaint.c:16960:27: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] if (event->active.state & SDL_APPINPUTFOCUS|SDL_APPACTIVE) src/tuxpaint.c: In function 'do_new_dialog': src/tuxpaint.c:18735:58: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] img = load_starter_helper(fname, "jpeg", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:18740:59: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] img = load_starter_helper(fname, "jpg", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:18758:59: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] img = load_starter_helper(fname, "png", &IMG_Load); ^ src/tuxpaint.c:11154:22: note: expected 'SDL_Surface * (*)(char *) {aka struct SDL_Surface * (*)(char *)}' but argument is of type 'SDL_Surface * (*)(const char *) {aka struct SDL_Surface * (*)(const char *)}' static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { ^~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_info_about_label_surface': src/tuxpaint.c:20564:15: warning: unused variable 'pix_size' [-Wunused-variable] int x, y, pix_size; ^~~~~~~~ src/tuxpaint.c: In function 'load_embedded_data': src/tuxpaint.c:21244:15: warning: format '%d' expects argument of type 'int', but argument 3 has type 'png_size_t {aka long unsigned int}' [-Wformat=] printf("%s, %d\n", unknowns[u].name, unknowns[u].size); ~^ ~~~~~~~~~~~~~~~~ %ld src/tuxpaint.c: In function 'setup_config': src/tuxpaint.c:22126:22: warning: passing argument 1 of 'strtok' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] token = strtok(tmpcfg.joystick_buttons_ignore, ","); ^~~~~~ In file included from src/tuxpaint.c:181:0: /usr/include/string.h:335:14: note: expected 'char * restrict' but argument is of type 'const char *' extern char *strtok (char *__restrict __s, const char *__restrict __delim) ^~~~~~ src/tuxpaint.c:22130:11: warning: too many arguments for format [-Wformat-extra-args] printf("Joystick buttons must be between 0 and 254", tmpcfg.joystick_button_print); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:22123:11: warning: unused variable 'i' [-Wunused-variable] int i; ^ src/tuxpaint.c: In function 'main': src/tuxpaint.c:23591:14: warning: unused variable 'time3' [-Wunused-variable] CLOCK_TYPE time3; ^~~~~ src/tuxpaint.c:23590:14: warning: unused variable 'time2' [-Wunused-variable] CLOCK_TYPE time2; ^~~~~ src/tuxpaint.c:23589:14: warning: unused variable 'time1' [-Wunused-variable] CLOCK_TYPE time1; ^~~~~ src/tuxpaint.c:23588:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ In file included from src/tuxpaint.c:488:0: src/tuxpaint.c: At top level: src/fonts.h:116:13: warning: 'reliable_read' declared 'static' but never defined [-Wunused-function] static void reliable_read(int fd, void *buf, size_t count); ^~~~~~~~~~~~~ src/tuxpaint.c: In function 'chdir_to_binary': src/tuxpaint.c:22170:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] getcwd(curdir, sizeof(curdir)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'setup_config': src/tuxpaint.c:21724:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf((char**)&savedir, "%s/%s", home, ".tuxpaint"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'setup_colors': src/tuxpaint.c:22246:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(str, sizeof(str), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'loadbrush_callback': src/tuxpaint.c:6499:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_current': src/tuxpaint.c:11469:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(file_id, sizeof(file_id), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_starter_id': src/tuxpaint.c:11091:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(starter_id, sizeof(starter_id), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11094:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &starter_mirrored); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11095:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &starter_flipped); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11096:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &starter_personal); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11106:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &r); ^~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11107:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &g); ^~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11108:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &b); ^~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11129:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(template_id, sizeof(template_id), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:11131:17: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fi, "%d", &template_personal); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_embedded_data': src/tuxpaint.c:21263:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(control, 49, fi); ^~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:21264:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(control, 49, fi); ^~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:21265:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(control, 49, fi); ^~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:21266:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(control, 49, fi); ^~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'load_info_about_label_surface': src/tuxpaint.c:20582:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &list_ctr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20583:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &tmp_scale_w); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20584:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n\n", &tmp_scale_h); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20601:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi , "%u\n", &new_node->save_texttool_len); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20617:21: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%lc", &tmp_char); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20620:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "\n"); ^~~~~~~~~~~~~~~~~ src/tuxpaint.c:20622:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%u\n", &l); ^~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20624:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%u\n", &l); ^~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20626:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%u\n", &l); ^~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20628:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &new_node->save_width); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20629:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &new_node->save_height); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20630:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &tmp_pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20638:21: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &tmp_pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20649:21: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &tmp_pos); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20658:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &new_node->save_cur_font); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20662:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(new_node->save_font_type, 64, lfi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20664:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%d\n", &new_node->save_text_state); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20665:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "%u\n", &new_node->save_text_size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:20705:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(lfi, "\n"); ^~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'trash': src/tuxpaint.c:23802:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("dbus-send / org.kde.KDirNotify.FilesAdded string:trash:/"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'loadinfo': src/tuxpaint.c:10833:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof buf, fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c: In function 'loaddesc': src/tuxpaint.c:10738:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), fi); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: src/tuxpaint.c:17218:12: warning: 'in_circle' defined but not used [-Wunused-function] static int in_circle(int x, int y) ^~~~~~~~~ src/tuxpaint.c:16981:14: warning: 'remove_slash' defined but not used [-Wunused-function] static char *remove_slash(char *path) ^~~~~~~~~~~~ src/tuxpaint.c:5548:6: warning: 'reset_brush_counter_and_frame' defined but not used [-Wunused-function] void reset_brush_counter_and_frame(void) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/tuxpaint.c:649:20: warning: 'getfilename' defined but not used [-Wunused-function] static const char *getfilename(const char *path) ^~~~~~~~~~~ ...Linking Tux Paint... cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/fribidi -DVER_DATE=\"2018-03-29\" -DVER_VERSION=\"0.9.22\" -DDATA_PREFIX=\"/usr/share/tuxpaint/\" -DDOC_PREFIX=\"/usr/share/doc/tuxpaint/\" -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 -lpthread -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 -lpng -lfribidi -lpaper -lm -lz -------------------------------------------------------------- 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'.) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Bd1hLt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 + cd tuxpaint-0.9.22 + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64//usr/bin + mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64//usr/share/tuxpaint + make install PKG_ROOT=/builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 PREFIX=/usr X11_ICON_PREFIX=/builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/pixmaps/ GNOME_PREFIX=/usr KDE_PREFIX= KDE_ICON_PREFIX=/usr/share/icons MAGIC_PREFIX=/builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/lib64/tuxpaint/plugins ...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/el.mo src/po/el.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/el/LC_MESSAGES msgfmt -o trans/id.mo src/po/id.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/id/LC_MESSAGES msgfmt -o trans/ta.mo src/po/ta.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ta/LC_MESSAGES msgfmt -o trans/sq.mo src/po/sq.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sq/LC_MESSAGES msgfmt -o trans/af.mo src/po/af.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/af/LC_MESSAGES msgfmt -o trans/pa.mo src/po/pa.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pa/LC_MESSAGES msgfmt -o trans/en_AU.mo src/po/en_AU.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_AU/LC_MESSAGES msgfmt -o trans/wo.mo src/po/wo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/wo/LC_MESSAGES msgfmt -o trans/mai.mo src/po/mai.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mai/LC_MESSAGES msgfmt -o trans/oj.mo src/po/oj.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/oj/LC_MESSAGES msgfmt -o trans/nn.mo src/po/nn.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nn/LC_MESSAGES msgfmt -o trans/ka.mo src/po/ka.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ka/LC_MESSAGES msgfmt -o trans/ca@valencia.mo src/po/ca@valencia.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ca@valencia/LC_MESSAGES msgfmt -o trans/ja.mo src/po/ja.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES msgfmt -o trans/an.mo src/po/an.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/an/LC_MESSAGES msgfmt -o trans/tr.mo src/po/tr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tr/LC_MESSAGES msgfmt -o trans/ga.mo src/po/ga.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ga/LC_MESSAGES msgfmt -o trans/gos.mo src/po/gos.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gos/LC_MESSAGES msgfmt -o trans/fa.mo src/po/fa.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fa/LC_MESSAGES msgfmt -o trans/ff.mo src/po/ff.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ff/LC_MESSAGES msgfmt -o trans/sat@olchiki.mo src/po/sat@olchiki.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sat@olchiki/LC_MESSAGES msgfmt -o trans/vi.mo src/po/vi.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/vi/LC_MESSAGES msgfmt -o trans/da.mo src/po/da.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/da/LC_MESSAGES msgfmt -o trans/ca.mo src/po/ca.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ca/LC_MESSAGES msgfmt -o trans/eo.mo src/po/eo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/eo/LC_MESSAGES msgfmt -o trans/si.mo src/po/si.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/si/LC_MESSAGES msgfmt -o trans/ve.mo src/po/ve.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ve/LC_MESSAGES msgfmt -o trans/nso.mo src/po/nso.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nso/LC_MESSAGES msgfmt -o trans/or.mo src/po/or.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/or/LC_MESSAGES msgfmt -o trans/bo.mo src/po/bo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bo/LC_MESSAGES msgfmt -o trans/zu.mo src/po/zu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zu/LC_MESSAGES msgfmt -o trans/nb.mo src/po/nb.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nb/LC_MESSAGES msgfmt -o trans/sr.mo src/po/sr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sr/LC_MESSAGES msgfmt -o trans/en_ZA.mo src/po/en_ZA.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_ZA/LC_MESSAGES msgfmt -o trans/lb.mo src/po/lb.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lb/LC_MESSAGES msgfmt -o trans/de.mo src/po/de.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/de/LC_MESSAGES msgfmt -o trans/hy.mo src/po/hy.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hy/LC_MESSAGES msgfmt -o trans/sa.mo src/po/sa.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sa/LC_MESSAGES msgfmt -o trans/cy.mo src/po/cy.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/cy/LC_MESSAGES msgfmt -o trans/rw.mo src/po/rw.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/rw/LC_MESSAGES msgfmt -o trans/hr.mo src/po/hr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hr/LC_MESSAGES msgfmt -o trans/pt.mo src/po/pt.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pt/LC_MESSAGES msgfmt -o trans/en_GB.mo src/po/en_GB.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_GB/LC_MESSAGES msgfmt -o trans/sl.mo src/po/sl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sl/LC_MESSAGES msgfmt -o trans/fr.mo src/po/fr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES msgfmt -o trans/tl.mo src/po/tl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tl/LC_MESSAGES msgfmt -o trans/it.mo src/po/it.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/it/LC_MESSAGES msgfmt -o trans/nr.mo src/po/nr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nr/LC_MESSAGES msgfmt -o trans/lg.mo src/po/lg.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lg/LC_MESSAGES msgfmt -o trans/mk.mo src/po/mk.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mk/LC_MESSAGES msgfmt -o trans/br.mo src/po/br.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/br/LC_MESSAGES msgfmt -o trans/mr.mo src/po/mr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mr/LC_MESSAGES msgfmt -o trans/pt_BR.mo src/po/pt_BR.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES msgfmt -o trans/te.mo src/po/te.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/te/LC_MESSAGES msgfmt -o trans/hu.mo src/po/hu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES msgfmt -o trans/en_CA.mo src/po/en_CA.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_CA/LC_MESSAGES msgfmt -o trans/nl.mo src/po/nl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nl/LC_MESSAGES msgfmt -o trans/sv.mo src/po/sv.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sv/LC_MESSAGES msgfmt -o trans/oc.mo src/po/oc.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/oc/LC_MESSAGES msgfmt -o trans/ro.mo src/po/ro.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ro/LC_MESSAGES msgfmt -o trans/gd.mo src/po/gd.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gd/LC_MESSAGES msgfmt -o trans/ml.mo src/po/ml.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ml/LC_MESSAGES msgfmt -o trans/ms.mo src/po/ms.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ms/LC_MESSAGES msgfmt -o trans/ak.mo src/po/ak.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ak/LC_MESSAGES msgfmt -o trans/ru.mo src/po/ru.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES msgfmt -o trans/su.mo src/po/su.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/su/LC_MESSAGES msgfmt -o trans/fo.mo src/po/fo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fo/LC_MESSAGES msgfmt -o trans/kn.mo src/po/kn.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/kn/LC_MESSAGES msgfmt -o trans/hi.mo src/po/hi.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hi/LC_MESSAGES msgfmt -o trans/bm.mo src/po/bm.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bm/LC_MESSAGES msgfmt -o trans/kok.mo src/po/kok.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/kok/LC_MESSAGES msgfmt -o trans/ku.mo src/po/ku.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ku/LC_MESSAGES msgfmt -o trans/fi.mo src/po/fi.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fi/LC_MESSAGES msgfmt -o trans/shs.mo src/po/shs.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/shs/LC_MESSAGES msgfmt -o trans/et.mo src/po/et.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/et/LC_MESSAGES msgfmt -o trans/gu.mo src/po/gu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gu/LC_MESSAGES msgfmt -o trans/tlh.mo src/po/tlh.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tlh/LC_MESSAGES msgfmt -o trans/is.mo src/po/is.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/is/LC_MESSAGES msgfmt -o trans/son.mo src/po/son.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/son/LC_MESSAGES msgfmt -o trans/be.mo src/po/be.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/be/LC_MESSAGES msgfmt -o trans/lv.mo src/po/lv.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lv/LC_MESSAGES msgfmt -o trans/km.mo src/po/km.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/km/LC_MESSAGES msgfmt -o trans/kok@roman.mo src/po/kok@roman.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/kok@roman/LC_MESSAGES msgfmt -o trans/pl.mo src/po/pl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES msgfmt -o trans/ko.mo src/po/ko.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ko/LC_MESSAGES msgfmt -o trans/ast.mo src/po/ast.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ast/LC_MESSAGES msgfmt -o trans/lt.mo src/po/lt.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lt/LC_MESSAGES msgfmt -o trans/es.mo src/po/es.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/es/LC_MESSAGES msgfmt -o trans/mn.mo src/po/mn.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mn/LC_MESSAGES msgfmt -o trans/vec.mo src/po/vec.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/vec/LC_MESSAGES msgfmt -o trans/es_MX.mo src/po/es_MX.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/es_MX/LC_MESSAGES msgfmt -o trans/sr@latin.mo src/po/sr@latin.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sr@latin/LC_MESSAGES msgfmt -o trans/ar.mo src/po/ar.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ar/LC_MESSAGES msgfmt -o trans/sw.mo src/po/sw.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sw/LC_MESSAGES msgfmt -o trans/iu.mo src/po/iu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/iu/LC_MESSAGES msgfmt -o trans/eu.mo src/po/eu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/eu/LC_MESSAGES msgfmt -o trans/ach.mo src/po/ach.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ach/LC_MESSAGES msgfmt -o trans/cs.mo src/po/cs.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/cs/LC_MESSAGES msgfmt -o trans/cgg.mo src/po/cgg.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/cgg/LC_MESSAGES msgfmt -o trans/bg.mo src/po/bg.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bg/LC_MESSAGES msgfmt -o trans/xh.mo src/po/xh.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/xh/LC_MESSAGES msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mni@meiteimayek/LC_MESSAGES msgfmt -o trans/th.mo src/po/th.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/th/LC_MESSAGES msgfmt -o trans/bs.mo src/po/bs.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bs/LC_MESSAGES msgfmt -o trans/gl.mo src/po/gl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gl/LC_MESSAGES msgfmt -o trans/he.mo src/po/he.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/he/LC_MESSAGES msgfmt -o trans/as.mo src/po/as.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/as/LC_MESSAGES msgfmt -o trans/uk.mo src/po/uk.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/uk/LC_MESSAGES msgfmt -o trans/az.mo src/po/az.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/az/LC_MESSAGES msgfmt -o trans/tw.mo src/po/tw.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tw/LC_MESSAGES msgfmt -o trans/am.mo src/po/am.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/am/LC_MESSAGES msgfmt -o trans/ne.mo src/po/ne.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ne/LC_MESSAGES msgfmt -o trans/mni.mo src/po/mni.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mni/LC_MESSAGES msgfmt -o trans/zh_CN.mo src/po/zh_CN.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zh_CN/LC_MESSAGES msgfmt -o trans/sat.mo src/po/sat.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sat/LC_MESSAGES msgfmt -o trans/sk.mo src/po/sk.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sk/LC_MESSAGES msgfmt -o trans/zam.mo src/po/zam.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zam/LC_MESSAGES msgfmt -o trans/zh_TW.mo src/po/zh_TW.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zh_TW/LC_MESSAGES install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/wa/LC_MESSAGES install -m 644 trans/el.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/el/LC_MESSAGES/tuxpaint.mo install -m 644 trans/id.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/id/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ta.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ta/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sq.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sq/LC_MESSAGES/tuxpaint.mo install -m 644 trans/af.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/af/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_AU.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_AU/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/wo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mai.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mai/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oj.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/oj/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nn.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ka.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ka/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca@valencia.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ca@valencia/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ja.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ja/LC_MESSAGES/tuxpaint.mo install -m 644 trans/an.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/an/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ga.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ga/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gos.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gos/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ff.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ff/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat@olchiki.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sat@olchiki/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vi.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/vi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/da.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/da/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ca/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/eo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/si.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/si/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ve.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ve/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nso.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nso/LC_MESSAGES/tuxpaint.mo install -m 644 trans/or.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/or/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nb.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_ZA.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_ZA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lb.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/de.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/de/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hy.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cy.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/cy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/rw.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/rw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_GB.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_GB/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/it.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/it/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lg.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mk.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/br.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/br/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt_BR.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/tuxpaint.mo install -m 644 trans/te.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/te/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_CA.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/en_CA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/nl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sv.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oc.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/oc/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ro.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ro/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gd.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gd/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ml.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ml/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ms.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ms/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ak.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ak/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ru.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ru/LC_MESSAGES/tuxpaint.mo install -m 644 trans/su.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/su/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kn.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/kn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hi.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/hi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bm.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bm/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/kok/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ku.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ku/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fi.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/fi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/shs.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/shs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/et.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/et/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tlh.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tlh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/is.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/is/LC_MESSAGES/tuxpaint.mo install -m 644 trans/son.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/son/LC_MESSAGES/tuxpaint.mo install -m 644 trans/be.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/be/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lv.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/km.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/km/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok@roman.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/kok@roman/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/pl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ko.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ko/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ast.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ast/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lt.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/lt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/es/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mn.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vec.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/vec/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es_MX.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/es_MX/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr@latin.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sr@latin/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ar.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ar/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sw.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/iu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/iu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/eu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ach.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ach/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cs.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/cs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cgg.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/cgg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bg.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/xh.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/xh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni@meiteimayek.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mni@meiteimayek/LC_MESSAGES/tuxpaint.mo install -m 644 trans/th.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/th/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bs.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/bs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/gl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/he.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/he/LC_MESSAGES/tuxpaint.mo install -m 644 trans/as.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/as/LC_MESSAGES/tuxpaint.mo install -m 644 trans/uk.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/uk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/az.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/az/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tw.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/tw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/am.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/am/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ne.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/ne/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/mni/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_CN.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zh_CN/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sat/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sk.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/sk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zam.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zam/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_TW.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/zh_TW/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/locale/wa/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 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters install -m 644 starters/manatee.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/manatee.svg install -m 644 starters/mosaic.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/mosaic.svg install -m 644 starters/hat.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/hat.svg install -m 644 starters/skyline-sf-dusk.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/skyline-sf-dusk.png install -m 644 starters/reef.txt /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/reef.txt install -m 644 starters/skull.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/skull.svg install -m 644 starters/frame_gold.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_gold.png install -m 644 starters/worldmap_africa.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_africa.png install -m 644 starters/spirograph.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/spirograph.svg install -m 644 starters/Jigsaw_3x3.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/Jigsaw_3x3.png install -m 644 starters/hat.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/hat.png install -m 644 starters/worldmap_australasia.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_australasia.png install -m 644 starters/frame_filmstrip.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_filmstrip.png install -m 644 starters/worldmap_japan.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_japan.png install -m 644 starters/skyline-sf-dusk-back.jpeg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/skyline-sf-dusk-back.jpeg install -m 644 starters/old_soviet_car.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/old_soviet_car.svg install -m 644 starters/tux_farmer.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/tux_farmer.png install -m 644 starters/reef.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/reef.png install -m 644 starters/car2.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/car2.svg install -m 644 starters/grid_10x10.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/grid_10x10.png install -m 644 starters/reef-back.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/reef-back.png install -m 644 starters/worldmap.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap.png install -m 644 starters/bald_eagle.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/bald_eagle.svg install -m 644 starters/desert_tortoise.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/desert_tortoise.svg install -m 644 starters/worldmap_america_north_usa.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_america_north_usa.png install -m 644 starters/shipwreck.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/shipwreck.png install -m 644 starters/frame_hearts.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_hearts.svg install -m 644 starters/worldmap_asia_north.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_asia_north.png install -m 644 starters/worldmap_canada.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_canada.png install -m 644 starters/rocket.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/rocket.png install -m 644 starters/frame_screen.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_screen.png install -m 644 starters/chessboard.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/chessboard.png install -m 644 starters/stained_glass.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/stained_glass.svg install -m 644 starters/jigsaw.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/jigsaw.svg install -m 644 starters/skyline-sf-dusk.txt /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/skyline-sf-dusk.txt install -m 644 starters/jigsaw.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/jigsaw.png install -m 644 starters/jetplane.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/jetplane.png install -m 644 starters/pansy.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/pansy.png install -m 644 starters/nagasaki.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/nagasaki.svg install -m 644 starters/nagasaki.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/nagasaki.png install -m 644 starters/elephant.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/elephant.svg install -m 644 starters/grid_20x20.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/grid_20x20.png install -m 644 starters/frame_flowers.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_flowers.png install -m 644 starters/frame_television.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_television.png install -m 644 starters/worldmap_america_north.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_america_north.png install -m 644 starters/fish_icon.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/fish_icon.svg install -m 644 starters/chessboard-back.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/chessboard-back.png install -m 644 starters/gecko.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/gecko.svg install -m 644 starters/frame_picture.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_picture.png install -m 644 starters/frame_heart.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_heart.png install -m 644 starters/worldmap_america_north_usa-back.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_america_north_usa-back.png install -m 644 starters/carcassone.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/carcassone.png install -m 644 starters/Jigsaw_5x5.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/Jigsaw_5x5.png install -m 644 starters/frame_silver.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_silver.png install -m 644 starters/worldmap_europe.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_europe.png install -m 644 starters/worldmap_asia_south.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_asia_south.png install -m 644 starters/street.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/street.png install -m 644 starters/woodpecker.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/woodpecker.svg install -m 644 starters/chicken.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/chicken.png install -m 644 starters/frame_neon.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/frame_neon.png install -m 644 starters/worldmap_america_south.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/starters/worldmap_america_south.png ...Installing example templates... install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates install -m 644 templates/wool_mill_machine.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/wool_mill_machine.jpg install -m 644 templates/spiders_web.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/spiders_web.jpg install -m 644 templates/trees_above.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/trees_above.jpg install -m 644 templates/mossy_log.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/mossy_log.jpg install -m 644 templates/sheep.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/sheep.jpg install -m 644 templates/mudstone.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/mudstone.jpg install -m 644 templates/sun_behind_leaves.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/sun_behind_leaves.jpg install -m 644 templates/ocean_splash.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/ocean_splash.jpg install -m 644 templates/lighthouse.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/lighthouse.jpg install -m 644 templates/redwoods_above.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/redwoods_above.jpg install -m 644 templates/corn_maze.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/corn_maze.jpg install -m 644 templates/mossy_bark.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/mossy_bark.jpg install -m 644 templates/rocks.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/rocks.jpg install -m 644 templates/burnt_bark.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/burnt_bark.jpg install -m 644 templates/jellyfish.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/jellyfish.jpg install -m 644 templates/sun_behind_clouds.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/sun_behind_clouds.jpg install -m 644 templates/cliff.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/cliff.jpg install -m 644 templates/trees_at_dusk.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/trees_at_dusk.jpg install -m 644 templates/ocean_waves.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/templates/ocean_waves.jpg ...Installing BASH completion file... ...Installing onscreen keyboard files... ...Installing launcher icon into GNOME... ...Installing launcher icon into KDE... ...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 /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/doc/tuxpaint/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! + find /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 -type d + xargs chmod 0755 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 tuxpaint + desktop-file-install --dir /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64//usr/share/applications --add-category KidsGame --delete-original /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/applications/tuxpaint.desktop + mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/appdata + cat + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/tuxpaint/fonts + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/doc/tuxpaint + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: tuxpaint-0.9.22-6.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UOKYeM + umask 022 + cd /builddir/build/BUILD + cd tuxpaint-0.9.22 + DOCDIR=/builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/doc/tuxpaint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/doc/tuxpaint + cp -pr docs /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64/usr/share/doc/tuxpaint + exit 0 Provides: application() application(tuxpaint.desktop) config(tuxpaint) = 1:0.9.22-6.fc28 metainfo() metainfo(tuxpaint.appdata.xml) tuxpaint = 1:0.9.22-6.fc28 tuxpaint(riscv-64) = 1:0.9.22-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/bash /bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) 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.27)(64bit) libcairo.so.2()(64bit) libfribidi.so.0()(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpaper.so.1()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) librsvg-2.so.2()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) rtld(GNU_HASH) Processing files: tuxpaint-devel-0.9.22-6.fc28.riscv64 Provides: tuxpaint-devel = 1:0.9.22-6.fc28 tuxpaint-devel(riscv-64) = 1:0.9.22-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 Wrote: /builddir/build/SRPMS/tuxpaint-0.9.22-6.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/tuxpaint-0.9.22-6.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/tuxpaint-devel-0.9.22-6.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aUCGTD + umask 022 + cd /builddir/build/BUILD + cd tuxpaint-0.9.22 + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-6.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff