Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/tuxpaint.spec'], chrootPath='/var/lib/mock/f29-build-23458-11989/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/tuxpaint.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/tuxpaint-0.9.22-9.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/tuxpaint.spec'], chrootPath='/var/lib/mock/f29-build-23458-11989/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/tuxpaint.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9tOEQo + 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):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .fixdesktopfile --fuzz=0 Patch #1 (tuxpaint-0.9.21-fix-desktop-file.patch): patching file src/tuxpaint.desktop Hunk #1 succeeded at 116 (offset 39 lines). patching file src/tuxpaint.desktop.in Patch #2 (tuxpaint-0.9.22-link.patch): + echo 'Patch #2 (tuxpaint-0.9.22-link.patch):' + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .link --fuzz=0 patching file Makefile Patch #3 (tuxpaint-0.9.21-makej.patch): + echo '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 '{}' ';' + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' docs/zh_tw/mkTuxpaintIM.py + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fonts/locale/zh_tw_docs/maketuxfont.py + 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.OPQWJA + 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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 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... BUILDSTDERR: src/i18n.c: In function 'set_current_language': BUILDSTDERR: src/i18n.c:883:7: warning: unused variable 'y_nudge' [-Wunused-variable] BUILDSTDERR: int y_nudge = 0; BUILDSTDERR: ^~~~~~~ BUILDSTDERR: src/im.c: In function 'im_event_zh_tw': BUILDSTDERR: src/im.c:899:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] BUILDSTDERR: cm.section = (++cm.section % SEC_TOTAL); /* Change section */ BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/im.c: In function 'im_event_th': BUILDSTDERR: src/im.c:1085:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] BUILDSTDERR: cm.section = (++cm.section % SEC_TOTAL); /* Change section */ BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/im.c: In function 'im_event_ja': BUILDSTDERR: src/im.c:1271:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] BUILDSTDERR: cm.section = (++cm.section % SEC_TOTAL); /* Change section */ BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/im.c: In function 'im_event_ko': BUILDSTDERR: src/im.c:1481:18: warning: operation on 'cm.section' may be undefined [-Wsequence-point] BUILDSTDERR: cm.section = (++cm.section % SEC_TOTAL); /* Change section */ BUILDSTDERR: ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/im.c: In function 'charmap_load': BUILDSTDERR: src/im.c:538:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(is, "%*[^\n]"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ ...Compiling RGB to Linear functions... ...Compiling sound playback functions... ...Compiling font support... ...Generating the command-line and config file parser (STEP 1)... BUILDSTDERR: In file included from src/playsound.h:29, BUILDSTDERR: from src/playsound.c:25: BUILDSTDERR: src/sounds.h:80:20: warning: 'sound_fnames' defined but not used [-Wunused-variable] BUILDSTDERR: static const char *sound_fnames[NUM_SOUNDS] = { BUILDSTDERR: ^~~~~~~~~~~~ ...Compiling progress bar functions... ...Compiling directory-walking support... BUILDSTDERR: src/fonts.c: In function 'run_font_scanner': BUILDSTDERR: src/fonts.c:1034:3: warning: ignoring return value of 'nice', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: nice(42); // be nice, letting the main thread get the CPU BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: src/fonts.c:162:23: warning: 'try_alternate_font' defined but not used [-Wunused-function] BUILDSTDERR: static TuxPaint_Font *try_alternate_font(int size) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ ...Compiling filename support... BUILDSTDERR: In file included from src/dirwalk.c:62: BUILDSTDERR: src/fonts.h:116:13: warning: 'reliable_read' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: static void reliable_read(int fd, void *buf, size_t count); BUILDSTDERR: ^~~~~~~~~~~~~ ...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/puzzle.so magic/src/puzzle.c BUILDSTDERR: src/onscreen_keyboard.c: In function 'load_layout': BUILDSTDERR: src/onscreen_keyboard.c:205:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(line, 1023, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/onscreen_keyboard.c: In function 'load_hlayout': BUILDSTDERR: src/onscreen_keyboard.c:342:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(line, 1023, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/onscreen_keyboard.c: In function 'load_keymap': BUILDSTDERR: src/onscreen_keyboard.c:507:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(line, 1023, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/onscreen_keyboard.c: In function 'load_composemap': BUILDSTDERR: src/onscreen_keyboard.c:690:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(line, 1023, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/onscreen_keyboard.c: In function 'load_keysymdefs': BUILDSTDERR: src/onscreen_keyboard.c:795:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(line, 1023, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ 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/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/tv.so magic/src/tv.c BUILDSTDERR: magic/src/calligraphy.c: In function 'calligraphy_drag': BUILDSTDERR: magic/src/calligraphy.c:144:10: warning: variable 'colr' set but not used [-Wunused-but-set-variable] BUILDSTDERR: Uint32 colr; BUILDSTDERR: ^~~~ 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 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/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 BUILDSTDERR: magic/src/alien.c: In function 'do_alien_full': BUILDSTDERR: magic/src/alien.c:159:14: warning: unused variable 'api' [-Wunused-variable] BUILDSTDERR: magic_api * api = (magic_api *) ptr; BUILDSTDERR: ^~~ BUILDSTDERR: magic/src/mosaic_shaped.c:99:21: warning: 'mosaic_shaped_SHARPEN' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const double mosaic_shaped_SHARPEN = 1.0; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/mosaic_shaped.c:98:18: warning: 'mosaic_shaped_RADIUS' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const int mosaic_shaped_RADIUS = 16; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/mosaic_shaped.c:97:18: warning: 'mosaic_shaped_AMOUNT' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const int mosaic_shaped_AMOUNT = 300; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/mosaic_shaped.c: In function 'mosaic_shaped_switchin': BUILDSTDERR: magic/src/mosaic_shaped.c:448:39: warning: 'images/magic/' directive output may be truncated writing 13 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%simages/magic/%s", api_data_directory_at_init, mosaic_shaped_pattern_filenames[which]); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: magic/src/mosaic_shaped.c:448:5: note: 'snprintf' output 14 or more bytes (assuming 1037) into a destination of size 1024 BUILDSTDERR: snprintf(fname, sizeof(fname), "%simages/magic/%s", api_data_directory_at_init, mosaic_shaped_pattern_filenames[which]); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/rainbow.so magic/src/rainbow.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 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/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/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/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/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/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/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/ripples.so magic/src/ripples.c BUILDSTDERR: magic/src/string.c: In function 'string_draw_triangle_preview': BUILDSTDERR: magic/src/string.c:340:10: warning: variable 'h' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int w, h; BUILDSTDERR: ^ BUILDSTDERR: magic/src/string.c:340:7: warning: variable 'w' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int w, h; BUILDSTDERR: ^ BUILDSTDERR: magic/src/string.c: In function 'string_draw_angle_preview': BUILDSTDERR: magic/src/string.c:372:10: warning: variable 'h' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int w, h; BUILDSTDERR: ^ BUILDSTDERR: magic/src/string.c:372:7: warning: variable 'w' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int w, h; BUILDSTDERR: ^ 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/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/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/rails.so magic/src/rails.c BUILDSTDERR: magic/src/rails.c:203:5: warning: 'rails_math_ceil' is static but used in inline function 'rails_get_segment' which is not static BUILDSTDERR: yy=rails_math_ceil(y, img_h); BUILDSTDERR: ^~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/rails.c:202:5: warning: 'rails_math_ceil' is static but used in inline function 'rails_get_segment' which is not static BUILDSTDERR: xx=rails_math_ceil(x, img_w); BUILDSTDERR: ^~~~~~~~~~~~~~~ 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 BUILDSTDERR: magic/src/perspective.c: In function 'perspective_release': BUILDSTDERR: magic/src/perspective.c:387:17: warning: variable 'aux_y' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int aux_x, aux_y, aux_h, aux_w; BUILDSTDERR: ^~~~~ BUILDSTDERR: magic/src/perspective.c:387:10: warning: variable 'aux_x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int aux_x, aux_y, aux_h, aux_w; BUILDSTDERR: ^~~~~ BUILDSTDERR: At top level: BUILDSTDERR: magic/src/perspective.c:93:21: warning: 'perspective_SHARPEN' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const double perspective_SHARPEN = 1.0; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/perspective.c:92:18: warning: 'perspective_RADIUS' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const int perspective_RADIUS = 16; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/perspective.c:91:18: warning: 'perspective_AMOUNT' defined but not used [-Wunused-const-variable=] BUILDSTDERR: static const int perspective_AMOUNT= 300; BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ 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/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/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/rosette.so magic/src/rosette.c BUILDSTDERR: magic/src/fretwork.c:255:6: warning: 'fretwork_math_ceil' is static but used in inline function 'fretwork_get_segment' which is not static BUILDSTDERR: yy=fretwork_math_ceil(y, img_h); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/fretwork.c:254:6: warning: 'fretwork_math_ceil' is static but used in inline function 'fretwork_get_segment' which is not static BUILDSTDERR: xx=fretwork_math_ceil(x, img_w); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~ 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/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/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/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/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/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/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/fill.so magic/src/fill.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/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/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/emboss.so magic/src/emboss.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/noise.so magic/src/noise.c BUILDSTDERR: magic/src/emboss.c: In function 'do_emboss': BUILDSTDERR: magic/src/emboss.c:121:10: warning: variable 'g' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int r, g, b; BUILDSTDERR: ^ 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 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/tint.so magic/src/tint.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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -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-08-07\" -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 BUILDSTDERR: magic/src/fold.c: In function 'fold_draw': BUILDSTDERR: magic/src/fold.c:178:2: warning: 'right_x' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: api->line((void *)api, which, canvas, temp, left_arm_x-fold_shadow_value, 0, right_x - fold_shadow_value, canvas->h, 1, fold_shadow); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: magic/src/fold.c:172:2: warning: 'left_y' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: api->line((void *)api, which, canvas, temp, canvas->w, left_y-fold_shadow_value, 0, right_arm_y-fold_shadow_value, 1, fold_shadow); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...Generating the command-line and config file parser (STEP 2)... msgfmt -o trans/wa.mo src/po/wa.po msgfmt -o trans/el.mo src/po/el.po msgfmt -o trans/vec.mo src/po/vec.po msgfmt -o trans/sq.mo src/po/sq.po msgfmt -o trans/gu.mo src/po/gu.po msgfmt -o trans/en_AU.mo src/po/en_AU.po msgfmt -o trans/tl.mo src/po/tl.po msgfmt -o trans/te.mo src/po/te.po msgfmt -o trans/mai.mo src/po/mai.po msgfmt -o trans/oj.mo src/po/oj.po msgfmt -o trans/pl.mo src/po/pl.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/mn.mo src/po/mn.po msgfmt -o trans/tr.mo src/po/tr.po msgfmt -o trans/ga.mo src/po/ga.po msgfmt -o trans/sl.mo src/po/sl.po msgfmt -o trans/sr.mo src/po/sr.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/mk.mo src/po/mk.po msgfmt -o trans/si.mo src/po/si.po msgfmt -o trans/ne.mo src/po/ne.po msgfmt -o trans/id.mo src/po/id.po msgfmt -o trans/or.mo src/po/or.po msgfmt -o trans/bg.mo src/po/bg.po msgfmt -o trans/ro.mo src/po/ro.po msgfmt -o trans/nb.mo src/po/nb.po msgfmt -o trans/mr.mo src/po/mr.po msgfmt -o trans/lb.mo src/po/lb.po msgfmt -o trans/pt.mo src/po/pt.po msgfmt -o trans/hi.mo src/po/hi.po msgfmt -o trans/sa.mo src/po/sa.po msgfmt -o trans/gd.mo src/po/gd.po msgfmt -o trans/cy.mo src/po/cy.po msgfmt -o trans/eo.mo src/po/eo.po msgfmt -o trans/az.mo src/po/az.po msgfmt -o trans/eu.mo src/po/eu.po msgfmt -o trans/nn.mo src/po/nn.po msgfmt -o trans/en_GB.mo src/po/en_GB.po msgfmt -o trans/fr.mo src/po/fr.po msgfmt -o trans/he.mo src/po/he.po msgfmt -o trans/it.mo src/po/it.po msgfmt -o trans/nr.mo src/po/nr.po msgfmt -o trans/tw.mo src/po/tw.po msgfmt -o trans/kn.mo src/po/kn.po msgfmt -o trans/br.mo src/po/br.po msgfmt -o trans/ar.mo src/po/ar.po msgfmt -o trans/sw.mo src/po/sw.po msgfmt -o trans/zu.mo src/po/zu.po msgfmt -o trans/en_CA.mo src/po/en_CA.po msgfmt -o trans/nl.mo src/po/nl.po msgfmt -o trans/lt.mo src/po/lt.po msgfmt -o trans/gos.mo src/po/gos.po msgfmt -o trans/fa.mo src/po/fa.po msgfmt -o trans/an.mo src/po/an.po msgfmt -o trans/ta.mo src/po/ta.po msgfmt -o trans/nso.mo src/po/nso.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/rw.mo src/po/rw.po msgfmt -o trans/son.mo src/po/son.po msgfmt -o trans/pa.mo src/po/pa.po msgfmt -o trans/sv.mo src/po/sv.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/oc.mo src/po/oc.po msgfmt -o trans/tlh.mo src/po/tlh.po msgfmt -o trans/is.mo src/po/is.po msgfmt -o trans/lg.mo src/po/lg.po msgfmt -o trans/af.mo src/po/af.po msgfmt -o trans/bm.mo src/po/bm.po msgfmt -o trans/km.mo src/po/km.po msgfmt -o trans/kok@roman.mo src/po/kok@roman.po msgfmt -o trans/de.mo src/po/de.po msgfmt -o trans/hu.mo src/po/hu.po msgfmt -o trans/ast.mo src/po/ast.po msgfmt -o trans/es.mo src/po/es.po msgfmt -o trans/wo.mo src/po/wo.po msgfmt -o trans/es_MX.mo src/po/es_MX.po msgfmt -o trans/gl.mo src/po/gl.po msgfmt -o trans/sr@latin.mo src/po/sr@latin.po msgfmt -o trans/pt_BR.mo src/po/pt_BR.po msgfmt -o trans/th.mo src/po/th.po msgfmt -o trans/iu.mo src/po/iu.po msgfmt -o trans/lv.mo src/po/lv.po msgfmt -o trans/hr.mo src/po/hr.po msgfmt -o trans/cs.mo src/po/cs.po BUILDSTDERR: In file included from src/tuxpaint.c:453: BUILDSTDERR: /usr/include/librsvg-2.0/librsvg/rsvg-cairo.h:27:2: warning: #warning "Including directly is deprecated." [-Wcpp] BUILDSTDERR: #warning "Including directly is deprecated." BUILDSTDERR: ^~~~~~~ msgfmt -o trans/fo.mo src/po/fo.po msgfmt -o trans/bo.mo src/po/bo.po msgfmt -o trans/xh.mo src/po/xh.po msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po msgfmt -o trans/ach.mo src/po/ach.po msgfmt -o trans/bs.mo src/po/bs.po msgfmt -o trans/be.mo src/po/be.po msgfmt -o trans/as.mo src/po/as.po msgfmt -o trans/hy.mo src/po/hy.po msgfmt -o trans/uk.mo src/po/uk.po msgfmt -o trans/en_ZA.mo src/po/en_ZA.po msgfmt -o trans/ml.mo src/po/ml.po msgfmt -o trans/cgg.mo src/po/cgg.po msgfmt -o trans/am.mo src/po/am.po msgfmt -o trans/ve.mo src/po/ve.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/ko.mo src/po/ko.po msgfmt -o trans/zh_TW.mo src/po/zh_TW.po ...Compiling the command-line and config file parser... BUILDSTDERR: src/parse.gperf: In function 'imm_version': BUILDSTDERR: src/parse.gperf:42:3: warning: implicit declaration of function 'show_version'; did you mean 'imm_version'? [-Wimplicit-function-declaration] BUILDSTDERR: show_version(0); BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: imm_version BUILDSTDERR: src/parse.gperf: In function 'imm_usage': BUILDSTDERR: src/parse.gperf:52:3: warning: implicit declaration of function 'show_usage'; did you mean 'imm_usage'? [-Wimplicit-function-declaration] BUILDSTDERR: show_usage(0); BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: imm_usage BUILDSTDERR: src/parse.gperf: In function 'parse_one_option': BUILDSTDERR: src/parse.gperf:295:45: warning: argument to 'sizeof' in 'memcpy' call is the same pointer type 'char *' as the destination; expected 'char' or an explicit length [-Wsizeof-pointer-memaccess] BUILDSTDERR: memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); BUILDSTDERR: ^~~~ BUILDSTDERR: src/tuxpaint.c: In function 'thumbnail2': BUILDSTDERR: src/tuxpaint.c:9174:13: warning: unused variable 'gamma_invert' [-Wunused-variable] BUILDSTDERR: float gamma_invert = 1.0 / gamma; BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_starter': BUILDSTDERR: src/tuxpaint.c:11211:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "png", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11245:51: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11252:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11259:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "png", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_template': BUILDSTDERR: src/tuxpaint.c:11398:51: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "jpeg", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11404:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "jpg", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11411:50: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: tmp_surf = load_starter_helper(fname, "png", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'do_prompt_image_flash_snd': BUILDSTDERR: src/tuxpaint.c:11668:42: warning: variable 'img_x' set but not used [-Wunused-but-set-variable] BUILDSTDERR: int img1_w, img2_w, img3_w, max_img_w, img_x, img_y, offset; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'set_chunk_data': BUILDSTDERR: 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=] BUILDSTDERR: sprintf(line, "%d%s", uncompressed_size, "\n"); BUILDSTDERR: ~^ ~~~~~~~~~~~~~~~~~ BUILDSTDERR: %ld BUILDSTDERR: 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=] BUILDSTDERR: sprintf(line, "%d%s", dataLen, "\n"); BUILDSTDERR: ~^ ~~~~~~~ BUILDSTDERR: %ld BUILDSTDERR: src/tuxpaint.c: In function 'do_png_embed_data': BUILDSTDERR: src/tuxpaint.c:13036:17: warning: unused variable 'fname' [-Wunused-variable] BUILDSTDERR: char *ldata, *fname; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'handle_keymouse': BUILDSTDERR: src/tuxpaint.c:16730:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: if (area2) BUILDSTDERR: ^~ BUILDSTDERR: src/tuxpaint.c:16739:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: if(oldpos_x - r2.x < r2.w && oldpos_x > r2.x) BUILDSTDERR: ^~ BUILDSTDERR: src/tuxpaint.c: In function 'handle_active': BUILDSTDERR: src/tuxpaint.c:16960:27: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] BUILDSTDERR: if (event->active.state & SDL_APPINPUTFOCUS|SDL_APPACTIVE) BUILDSTDERR: src/tuxpaint.c: In function 'do_new_dialog': BUILDSTDERR: src/tuxpaint.c:18735:58: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: img = load_starter_helper(fname, "jpeg", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:18740:59: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: img = load_starter_helper(fname, "jpg", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:18758:59: warning: passing argument 3 of 'load_starter_helper' from incompatible pointer type [-Wincompatible-pointer-types] BUILDSTDERR: img = load_starter_helper(fname, "png", &IMG_Load); BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11154:102: 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 *)'} BUILDSTDERR: static SDL_Surface * load_starter_helper(char * path_and_basename, char * extension, SDL_Surface * (*load_func)(char *)) { BUILDSTDERR: ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_info_about_label_surface': BUILDSTDERR: src/tuxpaint.c:20564:15: warning: unused variable 'pix_size' [-Wunused-variable] BUILDSTDERR: int x, y, pix_size; BUILDSTDERR: ^~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_embedded_data': BUILDSTDERR: 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=] BUILDSTDERR: printf("%s, %d\n", unknowns[u].name, unknowns[u].size); BUILDSTDERR: ~^ ~~~~~~~~~~~~~~~~ BUILDSTDERR: %ld BUILDSTDERR: src/tuxpaint.c: In function 'setup_config': BUILDSTDERR: src/tuxpaint.c:22126:28: warning: passing argument 1 of 'strtok' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] BUILDSTDERR: token = strtok(tmpcfg.joystick_buttons_ignore, ","); BUILDSTDERR: ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from src/tuxpaint.c:181: BUILDSTDERR: /usr/include/string.h:335:14: note: expected 'char * restrict' but argument is of type 'const char *' BUILDSTDERR: extern char *strtok (char *__restrict __s, const char *__restrict __delim) BUILDSTDERR: ^~~~~~ BUILDSTDERR: src/tuxpaint.c:22130:11: warning: too many arguments for format [-Wformat-extra-args] BUILDSTDERR: printf("Joystick buttons must be between 0 and 254", tmpcfg.joystick_button_print); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:22123:11: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int i; BUILDSTDERR: ^ BUILDSTDERR: src/tuxpaint.c: In function 'main': BUILDSTDERR: src/tuxpaint.c:23591:14: warning: unused variable 'time3' [-Wunused-variable] BUILDSTDERR: CLOCK_TYPE time3; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/tuxpaint.c:23590:14: warning: unused variable 'time2' [-Wunused-variable] BUILDSTDERR: CLOCK_TYPE time2; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/tuxpaint.c:23589:14: warning: unused variable 'time1' [-Wunused-variable] BUILDSTDERR: CLOCK_TYPE time1; BUILDSTDERR: ^~~~~ BUILDSTDERR: src/tuxpaint.c:23588:7: warning: unused variable 'i' [-Wunused-variable] BUILDSTDERR: int i; BUILDSTDERR: ^ BUILDSTDERR: In file included from src/tuxpaint.c:488: BUILDSTDERR: src/tuxpaint.c: At top level: BUILDSTDERR: src/fonts.h:116:13: warning: 'reliable_read' declared 'static' but never defined [-Wunused-function] BUILDSTDERR: static void reliable_read(int fd, void *buf, size_t count); BUILDSTDERR: ^~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'chdir_to_binary': BUILDSTDERR: src/tuxpaint.c:22170:9: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: getcwd(curdir, sizeof(curdir)); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'setup_config': BUILDSTDERR: src/tuxpaint.c:21724:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: asprintf((char**)&savedir, "%s/%s", home, ".tuxpaint"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'setup_colors': BUILDSTDERR: src/tuxpaint.c:22246:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(str, sizeof(str), fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'loadbrush_callback': BUILDSTDERR: src/tuxpaint.c:6499:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(buf, sizeof(buf), fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_current': BUILDSTDERR: src/tuxpaint.c:11469:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(file_id, sizeof(file_id), fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_starter_id': BUILDSTDERR: src/tuxpaint.c:11091:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(starter_id, sizeof(starter_id), fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11094:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &starter_mirrored); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11095:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &starter_flipped); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11096:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &starter_personal); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11106:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &r); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11107:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &g); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11108:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &b); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11129:17: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(template_id, sizeof(template_id), fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11131:17: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(fi, "%d", &template_personal); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_embedded_data': BUILDSTDERR: src/tuxpaint.c:21263:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(control, 49, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:21264:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(control, 49, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:21265:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(control, 49, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:21266:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(control, 49, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_info_about_label_surface': BUILDSTDERR: src/tuxpaint.c:20582:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &list_ctr); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20583:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &tmp_scale_w); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20584:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n\n", &tmp_scale_h); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20601:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi , "%u\n", &new_node->save_texttool_len); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20617:21: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%lc", &tmp_char); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20620:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "\n"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20622:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%u\n", &l); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20624:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%u\n", &l); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20626:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%u\n", &l); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20628:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &new_node->save_width); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20629:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &new_node->save_height); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20630:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &tmp_pos); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20638:21: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &tmp_pos); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20649:21: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &tmp_pos); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20658:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &new_node->save_cur_font); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20662:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(new_node->save_font_type, 64, lfi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20664:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%d\n", &new_node->save_text_state); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20665:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "%u\n", &new_node->save_text_size); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:20705:13: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fscanf(lfi, "\n"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'trash': BUILDSTDERR: src/tuxpaint.c:23802:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: system("dbus-send / org.kde.KDirNotify.FilesAdded string:trash:/"); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'do_render_cur_text': BUILDSTDERR: src/tuxpaint.c:16246:7: warning: ignoring return value of 'fribidi_log2vis', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fribidi_log2vis(unicodeIn, texttool_len, &baseDir, unicodeOut, 0, 0, 0); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'loadinfo': BUILDSTDERR: src/tuxpaint.c:10833:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(buf, sizeof buf, fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'loaddesc': BUILDSTDERR: src/tuxpaint.c:10738:7: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] BUILDSTDERR: fgets(buf, sizeof(buf), fi); BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: At top level: BUILDSTDERR: src/tuxpaint.c:17218:12: warning: 'in_circle' defined but not used [-Wunused-function] BUILDSTDERR: static int in_circle(int x, int y) BUILDSTDERR: ^~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:16981:14: warning: 'remove_slash' defined but not used [-Wunused-function] BUILDSTDERR: static char *remove_slash(char *path) BUILDSTDERR: ^~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:5548:6: warning: 'reset_brush_counter_and_frame' defined but not used [-Wunused-function] BUILDSTDERR: void reset_brush_counter_and_frame(void) BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:649:20: warning: 'getfilename' defined but not used [-Wunused-function] BUILDSTDERR: static const char *getfilename(const char *path) BUILDSTDERR: ^~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_magic_plugins': BUILDSTDERR: src/tuxpaint.c:17844:56: warning: '%s' directive output may be truncated writing 14 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "get_tool_count"); BUILDSTDERR: ~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 16 and 527 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17849:56: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "get_name"); BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 521 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17854:56: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "get_icon"); BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 521 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17859:56: warning: '%s' directive output may be truncated writing 15 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "get_description"); BUILDSTDERR: ~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 17 and 528 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17864:56: warning: '%s' directive output may be truncated writing 15 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "requires_colors"); BUILDSTDERR: ~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 17 and 528 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17869:56: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "modes"); BUILDSTDERR: ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 518 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17874:56: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "set_color"); BUILDSTDERR: ~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 522 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17879:56: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "init"); BUILDSTDERR: ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 517 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17884:56: warning: '%s' directive output may be truncated writing 11 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "api_version"); BUILDSTDERR: ~~~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 524 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17889:56: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "shutdown"); BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 521 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17894:56: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "click"); BUILDSTDERR: ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 7 and 518 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17899:56: warning: '%s' directive output may be truncated writing 4 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "drag"); BUILDSTDERR: ~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 6 and 517 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17904:56: warning: '%s' directive output may be truncated writing 7 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "release"); BUILDSTDERR: ~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 9 and 520 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17909:56: warning: '%s' directive output may be truncated writing 8 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "switchin"); BUILDSTDERR: ~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 10 and 521 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:17914:56: warning: '%s' directive output may be truncated writing 9 bytes into a region of size between 0 and 511 [-Wformat-truncation=] BUILDSTDERR: snprintf(funcname, sizeof(funcname), "%s_%s", objname, BUILDSTDERR: ^~ BUILDSTDERR: "switchout"); BUILDSTDERR: ~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 522 bytes into a destination of size 512 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'do_png_save': BUILDSTDERR: src/tuxpaint.c:13389:21: warning: '%s' directive writing up to 4095 bytes into a region of size 255 [-Wformat-overflow=] BUILDSTDERR: sprintf(line, "T%s\n", template_id); BUILDSTDERR: ^~ ~~~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 3 and 4098 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'trash': BUILDSTDERR: src/tuxpaint.c:23716:20: warning: '/files' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf(dest, "%s/files", trashpath); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:23718:20: warning: '/info' directive writing 5 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf(dest, "%s/info", trashpath); BUILDSTDERR: ^~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 6 and 261 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:23721:20: warning: '/files/' directive writing 7 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf(dest, "%s/files/%s", trashpath, fname); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 518 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:23732:24: warning: '/info/' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf(infoname, "%s/info/%s.trashinfo", trashpath, fname); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 17 and 527 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:23736:24: warning: '%d' directive writing between 1 and 2 bytes into a region of size between 0 and 255 [-Wformat-overflow=] BUILDSTDERR: sprintf(fname, "%s_%d.%s", bname, cnt, ext); BUILDSTDERR: ^~ BUILDSTDERR: src/tuxpaint.c:23736:20: note: directive argument in the range [1, 99] BUILDSTDERR: sprintf(fname, "%s_%d.%s", bname, cnt, ext); BUILDSTDERR: ^~~~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 4 and 515 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:23738:22: warning: '/files/' directive writing 7 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf(dest, "%s/files/%s", trashpath, fname); BUILDSTDERR: ^~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 518 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:23739:26: warning: '/info/' directive writing 6 bytes into a region of size between 1 and 256 [-Wformat-overflow=] BUILDSTDERR: sprintf(infoname, "%s/info/%s.trashinfo", trashpath, fname); BUILDSTDERR: ^~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 17 and 527 bytes into a destination of size 256 BUILDSTDERR: return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_starter.constprop': BUILDSTDERR: src/tuxpaint.c:11203:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11210:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11217:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11236:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11244:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11251:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11258:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s-back", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4102) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'load_template.constprop': BUILDSTDERR: src/tuxpaint.c:11382:38: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11389:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11397:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11403:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:11410:40: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 255 [-Wformat-truncation=] BUILDSTDERR: snprintf(fname, sizeof(fname), "%s/%s", dirname, img_id); BUILDSTDERR: ^~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 2 or more bytes (assuming 4097) into a destination of size 256 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'do_save.part.31': BUILDSTDERR: src/tuxpaint.c:12850:37: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1018 [-Wformat-truncation=] BUILDSTDERR: snprintf(tmp, sizeof(tmp), "saved/%s%s", file_id, FNAME_EXTENSION); BUILDSTDERR: ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 1024 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:12884:37: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1018 [-Wformat-truncation=] BUILDSTDERR: snprintf(tmp, sizeof(tmp), "saved/%s-t%s", file_id, FNAME_EXTENSION); BUILDSTDERR: ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 13 and 4108 bytes into a destination of size 1024 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c:12896:47: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1010 [-Wformat-truncation=] BUILDSTDERR: snprintf(tmp, sizeof(tmp), "saved/.thumbs/%s-t%s", file_id, BUILDSTDERR: ^~ ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 21 and 4116 bytes into a destination of size 1024 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: src/tuxpaint.c: In function 'main': BUILDSTDERR: src/tuxpaint.c:11492:39: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 1018 [-Wformat-truncation=] BUILDSTDERR: snprintf(ftmp, sizeof(ftmp), "saved/%s%s", BUILDSTDERR: ^~ BUILDSTDERR: file_id, FNAME_EXTENSION); BUILDSTDERR: ~~~~~~~ BUILDSTDERR: In file included from /usr/include/stdio.h:873, BUILDSTDERR: from src/tuxpaint.c:179: BUILDSTDERR: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 11 and 4106 bytes into a destination of size 1024 BUILDSTDERR: return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: __bos (__s), __fmt, __va_arg_pack ()); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...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 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/fribidi -DVER_DATE=\"2018-08-07\" -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.Hg5G53 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 + cd tuxpaint-0.9.22 + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64//usr/bin + mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64//usr/share/tuxpaint + make install PKG_ROOT=/builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 PREFIX=/usr X11_ICON_PREFIX=/builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/pixmaps/ GNOME_PREFIX=/usr KDE_PREFIX= KDE_ICON_PREFIX=/usr/share/icons MAGIC_PREFIX=/builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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/wa.mo src/po/wa.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/wa/LC_MESSAGES msgfmt -o trans/el.mo src/po/el.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/el/LC_MESSAGES msgfmt -o trans/vec.mo src/po/vec.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/vec/LC_MESSAGES msgfmt -o trans/sq.mo src/po/sq.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sq/LC_MESSAGES msgfmt -o trans/gu.mo src/po/gu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gu/LC_MESSAGES msgfmt -o trans/en_AU.mo src/po/en_AU.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_AU/LC_MESSAGES msgfmt -o trans/tl.mo src/po/tl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/tl/LC_MESSAGES msgfmt -o trans/te.mo src/po/te.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/te/LC_MESSAGES msgfmt -o trans/mai.mo src/po/mai.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/oj/LC_MESSAGES msgfmt -o trans/pl.mo src/po/pl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pl/LC_MESSAGES msgfmt -o trans/ka.mo src/po/ka.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.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-9.fc29.riscv64/usr/share/locale/ja/LC_MESSAGES msgfmt -o trans/mn.mo src/po/mn.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mn/LC_MESSAGES msgfmt -o trans/tr.mo src/po/tr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/ga/LC_MESSAGES msgfmt -o trans/sl.mo src/po/sl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sl/LC_MESSAGES msgfmt -o trans/sr.mo src/po/sr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sr/LC_MESSAGES msgfmt -o trans/ff.mo src/po/ff.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.riscv64/usr/share/locale/ca/LC_MESSAGES msgfmt -o trans/mk.mo src/po/mk.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mk/LC_MESSAGES msgfmt -o trans/si.mo src/po/si.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/si/LC_MESSAGES msgfmt -o trans/ne.mo src/po/ne.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ne/LC_MESSAGES msgfmt -o trans/id.mo src/po/id.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/id/LC_MESSAGES msgfmt -o trans/or.mo src/po/or.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/or/LC_MESSAGES msgfmt -o trans/bg.mo src/po/bg.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bg/LC_MESSAGES msgfmt -o trans/ro.mo src/po/ro.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ro/LC_MESSAGES msgfmt -o trans/nb.mo src/po/nb.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nb/LC_MESSAGES msgfmt -o trans/mr.mo src/po/mr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mr/LC_MESSAGES msgfmt -o trans/lb.mo src/po/lb.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lb/LC_MESSAGES msgfmt -o trans/pt.mo src/po/pt.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pt/LC_MESSAGES msgfmt -o trans/hi.mo src/po/hi.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hi/LC_MESSAGES msgfmt -o trans/sa.mo src/po/sa.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sa/LC_MESSAGES msgfmt -o trans/gd.mo src/po/gd.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gd/LC_MESSAGES msgfmt -o trans/cy.mo src/po/cy.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/cy/LC_MESSAGES msgfmt -o trans/eo.mo src/po/eo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/eo/LC_MESSAGES msgfmt -o trans/az.mo src/po/az.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/az/LC_MESSAGES msgfmt -o trans/eu.mo src/po/eu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/eu/LC_MESSAGES msgfmt -o trans/nn.mo src/po/nn.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nn/LC_MESSAGES msgfmt -o trans/en_GB.mo src/po/en_GB.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_GB/LC_MESSAGES msgfmt -o trans/fr.mo src/po/fr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/fr/LC_MESSAGES msgfmt -o trans/he.mo src/po/he.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/he/LC_MESSAGES msgfmt -o trans/it.mo src/po/it.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/nr/LC_MESSAGES msgfmt -o trans/tw.mo src/po/tw.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/tw/LC_MESSAGES msgfmt -o trans/kn.mo src/po/kn.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/kn/LC_MESSAGES msgfmt -o trans/br.mo src/po/br.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/br/LC_MESSAGES msgfmt -o trans/ar.mo src/po/ar.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/sw/LC_MESSAGES msgfmt -o trans/zu.mo src/po/zu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/zu/LC_MESSAGES msgfmt -o trans/en_CA.mo src/po/en_CA.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/nl/LC_MESSAGES msgfmt -o trans/lt.mo src/po/lt.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lt/LC_MESSAGES msgfmt -o trans/gos.mo src/po/gos.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/fa/LC_MESSAGES msgfmt -o trans/an.mo src/po/an.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/an/LC_MESSAGES msgfmt -o trans/ta.mo src/po/ta.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ta/LC_MESSAGES msgfmt -o trans/nso.mo src/po/nso.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nso/LC_MESSAGES msgfmt -o trans/ms.mo src/po/ms.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.riscv64/usr/share/locale/su/LC_MESSAGES msgfmt -o trans/rw.mo src/po/rw.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/rw/LC_MESSAGES msgfmt -o trans/son.mo src/po/son.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/son/LC_MESSAGES msgfmt -o trans/pa.mo src/po/pa.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pa/LC_MESSAGES msgfmt -o trans/sv.mo src/po/sv.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sv/LC_MESSAGES msgfmt -o trans/kok.mo src/po/kok.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.riscv64/usr/share/locale/et/LC_MESSAGES msgfmt -o trans/oc.mo src/po/oc.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/oc/LC_MESSAGES msgfmt -o trans/tlh.mo src/po/tlh.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/is/LC_MESSAGES msgfmt -o trans/lg.mo src/po/lg.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lg/LC_MESSAGES msgfmt -o trans/af.mo src/po/af.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/af/LC_MESSAGES msgfmt -o trans/bm.mo src/po/bm.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bm/LC_MESSAGES msgfmt -o trans/km.mo src/po/km.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/kok@roman/LC_MESSAGES msgfmt -o trans/de.mo src/po/de.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/de/LC_MESSAGES msgfmt -o trans/hu.mo src/po/hu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hu/LC_MESSAGES msgfmt -o trans/ast.mo src/po/ast.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ast/LC_MESSAGES msgfmt -o trans/es.mo src/po/es.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/es/LC_MESSAGES msgfmt -o trans/wo.mo src/po/wo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/wo/LC_MESSAGES msgfmt -o trans/es_MX.mo src/po/es_MX.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/es_MX/LC_MESSAGES msgfmt -o trans/gl.mo src/po/gl.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gl/LC_MESSAGES msgfmt -o trans/sr@latin.mo src/po/sr@latin.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sr@latin/LC_MESSAGES msgfmt -o trans/pt_BR.mo src/po/pt_BR.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pt_BR/LC_MESSAGES msgfmt -o trans/th.mo src/po/th.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/th/LC_MESSAGES msgfmt -o trans/iu.mo src/po/iu.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/iu/LC_MESSAGES msgfmt -o trans/lv.mo src/po/lv.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lv/LC_MESSAGES msgfmt -o trans/hr.mo src/po/hr.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hr/LC_MESSAGES msgfmt -o trans/cs.mo src/po/cs.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/cs/LC_MESSAGES msgfmt -o trans/fo.mo src/po/fo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/fo/LC_MESSAGES msgfmt -o trans/bo.mo src/po/bo.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bo/LC_MESSAGES msgfmt -o trans/xh.mo src/po/xh.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/locale/mni@meiteimayek/LC_MESSAGES msgfmt -o trans/ach.mo src/po/ach.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ach/LC_MESSAGES msgfmt -o trans/bs.mo src/po/bs.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bs/LC_MESSAGES msgfmt -o trans/be.mo src/po/be.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/be/LC_MESSAGES msgfmt -o trans/as.mo src/po/as.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/as/LC_MESSAGES msgfmt -o trans/hy.mo src/po/hy.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hy/LC_MESSAGES msgfmt -o trans/uk.mo src/po/uk.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/uk/LC_MESSAGES msgfmt -o trans/en_ZA.mo src/po/en_ZA.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_ZA/LC_MESSAGES msgfmt -o trans/ml.mo src/po/ml.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ml/LC_MESSAGES msgfmt -o trans/cgg.mo src/po/cgg.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/cgg/LC_MESSAGES msgfmt -o trans/am.mo src/po/am.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/am/LC_MESSAGES msgfmt -o trans/ve.mo src/po/ve.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ve/LC_MESSAGES msgfmt -o trans/mni.mo src/po/mni.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.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-9.fc29.riscv64/usr/share/locale/zam/LC_MESSAGES msgfmt -o trans/ko.mo src/po/ko.po install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ko/LC_MESSAGES install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/zh_TW/LC_MESSAGES install -m 644 trans/wa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/wa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/el.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/el/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vec.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/vec/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sq.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sq/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_AU.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_AU/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/tl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/te.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/te/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mai.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mai/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oj.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/oj/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ka.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ka/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca@valencia.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ca@valencia/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ja.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ja/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mn.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/tr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ga.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ga/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ff.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ff/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat@olchiki.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sat@olchiki/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vi.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/vi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/da.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/da/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ca/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mk.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/si.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/si/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ne.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ne/LC_MESSAGES/tuxpaint.mo install -m 644 trans/id.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/id/LC_MESSAGES/tuxpaint.mo install -m 644 trans/or.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/or/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bg.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ro.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ro/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nb.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lb.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hi.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gd.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gd/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cy.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/cy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/eo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/az.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/az/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/eu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nn.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_GB.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_GB/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/fr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/he.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/he/LC_MESSAGES/tuxpaint.mo install -m 644 trans/it.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/it/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tw.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/tw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kn.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/kn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/br.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/br/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ar.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ar/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sw.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/zu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_CA.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_CA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lt.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gos.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gos/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/fa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/an.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/an/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ta.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ta/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nso.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/nso/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ms.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ms/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ak.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ak/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ru.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ru/LC_MESSAGES/tuxpaint.mo install -m 644 trans/su.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/su/LC_MESSAGES/tuxpaint.mo install -m 644 trans/rw.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/rw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/son.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/son/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pa.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sv.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/kok/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ku.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ku/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fi.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/fi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/shs.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/shs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/et.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/et/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oc.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/oc/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tlh.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/tlh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/is.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/is/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lg.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/af.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/af/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bm.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bm/LC_MESSAGES/tuxpaint.mo install -m 644 trans/km.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/km/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok@roman.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/kok@roman/LC_MESSAGES/tuxpaint.mo install -m 644 trans/de.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/de/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ast.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ast/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/es/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/wo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es_MX.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/es_MX/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gl.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/gl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr@latin.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sr@latin/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt_BR.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/pt_BR/LC_MESSAGES/tuxpaint.mo install -m 644 trans/th.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/th/LC_MESSAGES/tuxpaint.mo install -m 644 trans/iu.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/iu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lv.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/lv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hr.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cs.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/cs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/fo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bo.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/xh.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/xh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni@meiteimayek.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mni@meiteimayek/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ach.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ach/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bs.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/bs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/be.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/be/LC_MESSAGES/tuxpaint.mo install -m 644 trans/as.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/as/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hy.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/hy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/uk.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/uk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_ZA.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/en_ZA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ml.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ml/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cgg.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/cgg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/am.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/am/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ve.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ve/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/mni/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_CN.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/zh_CN/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sat/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sk.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/sk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zam.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/zam/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ko.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/ko/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_TW.mo /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/locale/zh_TW/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-9.fc29.riscv64/usr/share/tuxpaint/starters install -m 644 starters/jigsaw.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/jigsaw.svg install -m 644 starters/manatee.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/manatee.svg install -m 644 starters/mosaic.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/mosaic.svg install -m 644 starters/nagasaki.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/nagasaki.png install -m 644 starters/hat.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/hat.svg install -m 644 starters/hat.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/hat.png install -m 644 starters/worldmap_america_south.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_america_south.png install -m 644 starters/frame_gold.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_gold.png install -m 644 starters/frame_neon.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_neon.png install -m 644 starters/worldmap_africa.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_africa.png install -m 644 starters/worldmap_europe.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_europe.png install -m 644 starters/Jigsaw_3x3.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/Jigsaw_3x3.png install -m 644 starters/reef.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/reef.png install -m 644 starters/worldmap_australasia.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_australasia.png install -m 644 starters/pansy.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/pansy.png install -m 644 starters/worldmap_america_north_usa-back.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_america_north_usa-back.png install -m 644 starters/jetplane.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/jetplane.png install -m 644 starters/worldmap_japan.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_japan.png install -m 644 starters/tux_farmer.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/tux_farmer.png install -m 644 starters/skull.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/skull.svg install -m 644 starters/car2.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/car2.svg install -m 644 starters/grid_10x10.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/grid_10x10.png install -m 644 starters/worldmap.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap.png install -m 644 starters/desert_tortoise.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/desert_tortoise.svg install -m 644 starters/reef.txt /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/reef.txt install -m 644 starters/bald_eagle.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/bald_eagle.svg install -m 644 starters/frame_hearts.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_hearts.svg install -m 644 starters/shipwreck.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/shipwreck.png install -m 644 starters/old_soviet_car.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/old_soviet_car.svg install -m 644 starters/worldmap_asia_north.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_asia_north.png install -m 644 starters/worldmap_canada.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_canada.png install -m 644 starters/rocket.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/rocket.png install -m 644 starters/skyline-sf-dusk.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/skyline-sf-dusk.png install -m 644 starters/stained_glass.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/stained_glass.svg install -m 644 starters/reef-back.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/reef-back.png install -m 644 starters/skyline-sf-dusk.txt /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/skyline-sf-dusk.txt install -m 644 starters/jigsaw.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/jigsaw.png install -m 644 starters/skyline-sf-dusk-back.jpeg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/skyline-sf-dusk-back.jpeg install -m 644 starters/nagasaki.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/nagasaki.svg install -m 644 starters/frame_screen.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_screen.png install -m 644 starters/elephant.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/elephant.svg install -m 644 starters/frame_flowers.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_flowers.png install -m 644 starters/frame_television.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_television.png install -m 644 starters/worldmap_america_north.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_america_north.png install -m 644 starters/fish_icon.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/fish_icon.svg install -m 644 starters/chessboard.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/chessboard.png install -m 644 starters/gecko.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/gecko.svg install -m 644 starters/frame_picture.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_picture.png install -m 644 starters/frame_heart.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_heart.png install -m 644 starters/worldmap_america_north_usa.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_america_north_usa.png install -m 644 starters/carcassone.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/carcassone.png install -m 644 starters/Jigsaw_5x5.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/Jigsaw_5x5.png install -m 644 starters/frame_silver.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_silver.png install -m 644 starters/spirograph.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/spirograph.svg install -m 644 starters/worldmap_asia_south.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/worldmap_asia_south.png install -m 644 starters/street.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/street.png install -m 644 starters/frame_filmstrip.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/frame_filmstrip.png install -m 644 starters/woodpecker.svg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/woodpecker.svg install -m 644 starters/chicken.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/chicken.png install -m 644 starters/chessboard-back.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/chessboard-back.png install -m 644 starters/grid_20x20.png /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/starters/grid_20x20.png ...Installing example templates... install -d -m 755 /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates install -m 644 templates/wool_mill_machine.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/wool_mill_machine.jpg install -m 644 templates/spiders_web.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/spiders_web.jpg install -m 644 templates/trees_above.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/trees_above.jpg install -m 644 templates/mossy_log.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/mossy_log.jpg install -m 644 templates/sheep.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/sheep.jpg install -m 644 templates/mudstone.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/mudstone.jpg install -m 644 templates/ocean_waves.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/ocean_waves.jpg install -m 644 templates/sun_behind_leaves.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/sun_behind_leaves.jpg install -m 644 templates/ocean_splash.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/ocean_splash.jpg install -m 644 templates/lighthouse.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/lighthouse.jpg install -m 644 templates/redwoods_above.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/redwoods_above.jpg install -m 644 templates/corn_maze.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/corn_maze.jpg install -m 644 templates/mossy_bark.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/mossy_bark.jpg install -m 644 templates/rocks.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/rocks.jpg install -m 644 templates/jellyfish.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/jellyfish.jpg install -m 644 templates/sun_behind_clouds.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/sun_behind_clouds.jpg install -m 644 templates/cliff.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/cliff.jpg install -m 644 templates/trees_at_dusk.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/trees_at_dusk.jpg install -m 644 templates/burnt_bark.jpg /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/templates/burnt_bark.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-9.fc29.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-9.fc29.riscv64 -type d + xargs chmod 0755 + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 tuxpaint + desktop-file-install --dir /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64//usr/share/applications --add-category KidsGame --delete-original /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/applications/tuxpaint.desktop + mkdir -p /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/appdata + cat + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/tuxpaint/fonts + rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/doc/tuxpaint + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.9.22-9.fc29 --unique-debug-suffix -0.9.22-9.fc29.riscv64 --unique-debug-src-base tuxpaint-0.9.22-9.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/tuxpaint-0.9.22 extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/bin/tuxpaint extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/light.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/shift.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/negative.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/blind.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/cartoon.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/realrainbow.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/xor.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/fade_darken.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/ripples.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/noise.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/distortion.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/puzzle.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/rails.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/tornado.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/blocks_chalk_drip.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/fold.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/bricks.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/confetti.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/rain.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/fill.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/rainbow.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/halftone.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/string.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/rosette.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/glasstile.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/tv.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/grass.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/snow.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/calligraphy.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/perspective.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/fretwork.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/emboss.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/sharpen.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/tint.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/foam.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/toothpaste.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/fisheye.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/kalidescope.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/mirror_flip.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/waves.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/mosaic.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/metalpaint.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/smudge.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/mosaic_shaped.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/blur.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/flower.so extracting debug info from /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/lib64/tuxpaint/plugins/alien.so BUILDSTDERR: /usr/lib/rpm/find-debuginfo.sh: line 523: 24754 Segmentation fault (core dumped) dwz $dwz_opts ${dwz_files[@]} /usr/lib/rpm/sepdebugcrcfix: Updated 48 CRC32s, 0 CRC32s did match. BUILDSTDERR: 2776 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs BUILDSTDERR: *** WARNING: ./usr/src/debug/tuxpaint-0.9.22-9.fc29.riscv64/magic/src/puzzle.c is executable but has empty or no shebang, removing executable bit mangling shebang in /usr/bin/tp-magic-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/tuxpaint-import from /bin/bash to #!/usr/bin/bash Processing files: tuxpaint-0.9.22-9.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cDYQBE + umask 022 + cd /builddir/build/BUILD + cd tuxpaint-0.9.22 + DOCDIR=/builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.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-9.fc29.riscv64/usr/share/doc/tuxpaint + cp -pr docs /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64/usr/share/doc/tuxpaint + exit 0 Provides: application() application(tuxpaint.desktop) config(tuxpaint) = 1:0.9.22-9.fc29 metainfo() metainfo(tuxpaint.appdata.xml) tuxpaint = 1:0.9.22-9.fc29 tuxpaint(riscv-64) = 1:0.9.22-9.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash /usr/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-9.fc29.riscv64 Provides: tuxpaint-devel = 1:0.9.22-9.fc29 tuxpaint-devel(riscv-64) = 1:0.9.22-9.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tuxpaint-debugsource-0.9.22-9.fc29.riscv64 Provides: tuxpaint-debugsource = 1:0.9.22-9.fc29 tuxpaint-debugsource(riscv-64) = 1:0.9.22-9.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tuxpaint-debuginfo-0.9.22-9.fc29.riscv64 Provides: debuginfo(build-id) = 0373ed16708481bd88b3db11184c899a9c6ff53a debuginfo(build-id) = 052b5f94f8d51b68f3441762472905301f5d1f69 debuginfo(build-id) = 183ab7ae6bbee840564db6a333ee4b5aa3527098 debuginfo(build-id) = 185cae639ef4e329228105bc53a9d33019dd26e5 debuginfo(build-id) = 2051cd98b82b8e0eb29ffe35cc0e02b0f8edd95b debuginfo(build-id) = 21a54701a3def24ac99d342e9d3338fa70489a41 debuginfo(build-id) = 25b9cc0b9b7e35ca4eb7b618f3425c81a2b9001e debuginfo(build-id) = 291ae58e9b4170b878f5da8bb92dcedfdbe0acc8 debuginfo(build-id) = 32bad5d0490c08d2ae037c583b11d2ddd357b8f0 debuginfo(build-id) = 34d9ea01d20d7ce7a21f0ef90f7cc72db1705ed3 debuginfo(build-id) = 3ba20e13462daed9f96c8ea961802cfc3712ab6a debuginfo(build-id) = 3ceb07e626a862dddc926d3f30b59f1213fdfa89 debuginfo(build-id) = 40e128f0168989fcdbef7264f60dcb6d7a6f6e14 debuginfo(build-id) = 467fdb1d33a75bc6fa0d06c7d9e05544a0cbda00 debuginfo(build-id) = 498165fcfd089a633d4a71bd3b6e54d12c9100bc debuginfo(build-id) = 4a6cb5ca13987e86f4786e55add0e6c2295b4550 debuginfo(build-id) = 57f8aff8dd2489b725e424916f45f35de614ddee debuginfo(build-id) = 5a16511f293f648d3e44955665bbbb6832540dfa debuginfo(build-id) = 5ce99657a68b96df0a5ea1d8e6d85699574d39cc debuginfo(build-id) = 66d3a416597ef0c3cecf17c44d96f45ba535d2bb debuginfo(build-id) = 673eb2ce3929b276a16db9897f20d2da7f946f67 debuginfo(build-id) = 696d4ecdd5e356c2e8b41507c323c5c679a1c889 debuginfo(build-id) = 6a494befc0574dee49ed5a837701487221006338 debuginfo(build-id) = 6afeedb2ae2734fcfb0c7260cb19ae9f2219a3ea debuginfo(build-id) = 7764c2bf256341affbda0b6f1b90b9c62cdf49d3 debuginfo(build-id) = 7dbe6b2d9e4d9d0d732f6825724ff995c530752b debuginfo(build-id) = 8411d49a3f8524f9368f3a5536b7d48903c25d30 debuginfo(build-id) = 86df622af317f5c5abedbc85d009024368684971 debuginfo(build-id) = 88c9bf93fd339dfd7212e415c0304d382677eda8 debuginfo(build-id) = 9899f309aedc8328d3a53817f8c999aa2835599b debuginfo(build-id) = 9f70646bef119a7d4c300552b3efe20f6386f700 debuginfo(build-id) = a5a03d8c6b2d8f106ae18e4d129b000c2ba33015 debuginfo(build-id) = adb23385408cbbee75c3da6e37d622bbde783569 debuginfo(build-id) = b66e9b00f31b467f2d2c04f3aaecdd8a1fd5a9da debuginfo(build-id) = b78df987cd68910b0ec16f4a40ea75e17ebf38a9 debuginfo(build-id) = b83c58a0722b2380cc824787aaac687118db89f8 debuginfo(build-id) = bedc0f6e60ef34df346872b6ceac6627de39bdce debuginfo(build-id) = cd3072ead1fdcaa39f3f9428af301701f18156c4 debuginfo(build-id) = cd66088054f602a03d9ae86164103ee69c8eceb6 debuginfo(build-id) = cdafa8e3635bfc4e6167b1837d3f07fd1f958368 debuginfo(build-id) = ce0af5f49a73cbe3c0211d01b314da1bc9ccda1f debuginfo(build-id) = d122ce56a37f6a6ee3c10b0a17e7154be68c4764 debuginfo(build-id) = d41dc0811d5331c8ea305708c4316cabe075942e debuginfo(build-id) = d92c7a3496f886c5ee97169c28741787ed781da1 debuginfo(build-id) = dcd4f50c8ddf22df3f1b81110c4cb9da39043b95 debuginfo(build-id) = dfb607f123027ef1c5ed690ea133eee7e0f1df96 debuginfo(build-id) = f06ccea22319f5cf195cf98d4961f276e10470a8 debuginfo(build-id) = f826d0da97caac2fd21cbc83757f86847b780229 tuxpaint-debuginfo = 1:0.9.22-9.fc29 tuxpaint-debuginfo(riscv-64) = 1:0.9.22-9.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: tuxpaint-debugsource(riscv-64) = 1:0.9.22-9.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 Wrote: /builddir/build/RPMS/tuxpaint-0.9.22-9.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/tuxpaint-devel-0.9.22-9.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/tuxpaint-debugsource-0.9.22-9.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/tuxpaint-debuginfo-0.9.22-9.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0m75W2 + umask 022 + cd /builddir/build/BUILD + cd tuxpaint-0.9.22 + /usr/bin/rm -rf /builddir/build/BUILDROOT/tuxpaint-0.9.22-9.fc29.riscv64 + exit 0 Child return code was: 0