D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/tuxpaint-0.9.25-1.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MlPF3X + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf tuxpaint-0.9.25 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.25.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd tuxpaint-0.9.25 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.25-link.patch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.23-fix-parallel-build.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/tuxpaint-0.9.24-icons.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AadJvV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tuxpaint-0.9.25 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'OPTFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' PREFIX=/usr MAGIC_PREFIX=/usr/lib64/tuxpaint/plugins ...Generating 'Magic' tool API development header file... ...Compiling RGB to Linear functions... ...Compiling cursor support... ...Generating the command-line and config file parser (STEP 1)... ...Compiling sound playback functions... In file included from src/playsound.h:29, from src/playsound.c:25: src/sounds.h:81:20: warning: 'sound_fnames' defined but not used [-Wunused-variable] 81 | static const char *sound_fnames[NUM_SOUNDS] = { | ^~~~~~~~~~~~ ...Compiling pixel functions... ...Compiling progress bar functions... ...Compiling i18n support... ...Compiling filename support... ...Compiling flood fill tool... In file included from src/playsound.h:29, from src/fill.c:38: src/sounds.h:81:20: warning: 'sound_fnames' defined but not used [-Wunused-variable] 81 | static const char *sound_fnames[NUM_SOUNDS] = { | ^~~~~~~~~~~~ ...Compiling directory-walking support... ...Preparing translation files... ...Compiling animated GIF export libary... src/gifenc.c: In function 'ge_new_gif': src/gifenc.c:96:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 96 | write(gif->fd, "GIF89a", 6); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:97:5: note: in expansion of macro 'write_num' 97 | write_num(gif->fd, width); | ^~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:98:5: note: in expansion of macro 'write_num' 98 | write_num(gif->fd, height); | ^~~~~~~~~ src/gifenc.c:99:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 99 | write(gif->fd, (uint8_t []) {0xF0 | (depth-1), 0x00, 0x00}, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:101:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 101 | write(gif->fd, palette, 3 << depth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:103:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 103 | write(gif->fd, vga, 3 << depth); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:105:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 105 | write(gif->fd, vga, sizeof(vga)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:110:21: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 110 | write(gif->fd, (uint8_t []) {r*51, g*51, b*51}, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:118:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 118 | write(gif->fd, (uint8_t []) {v, v, v}, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c: In function 'put_loop': src/gifenc.c:134:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 134 | write(gif->fd, (uint8_t []) {'!', 0xFF, 0x0B}, 3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:135:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 135 | write(gif->fd, "NETSCAPE2.0", 11); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:136:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 136 | write(gif->fd, (uint8_t []) {0x03, 0x01}, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:137:5: note: in expansion of macro 'write_num' 137 | write_num(gif->fd, loop); | ^~~~~~~~~ src/gifenc.c:138:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 138 | write(gif->fd, "\0", 1); | ^~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c: In function 'set_delay': src/gifenc.c:261:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 261 | write(gif->fd, (uint8_t []) {'!', 0xF9, 0x04, 0x04}, 4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:262:5: note: in expansion of macro 'write_num' 262 | write_num(gif->fd, d); | ^~~~~~~~~ src/gifenc.c:263:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 263 | write(gif->fd, "\0\0", 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c: In function 'put_image': src/gifenc.c:185:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 185 | write(gif->fd, ",", 1); | ^~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:186:5: note: in expansion of macro 'write_num' 186 | write_num(gif->fd, x); | ^~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:187:5: note: in expansion of macro 'write_num' 187 | write_num(gif->fd, y); | ^~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:188:5: note: in expansion of macro 'write_num' 188 | write_num(gif->fd, w); | ^~~~~~~~~ src/gifenc.c:16:26: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 16 | #define write_num(fd, n) write((fd), (uint8_t []) {(n) & 0xFF, (n) >> 8}, 2) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:189:5: note: in expansion of macro 'write_num' 189 | write_num(gif->fd, h); | ^~~~~~~~~ src/gifenc.c:190:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 190 | write(gif->fd, (uint8_t []) {0x00, gif->depth}, 2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c: In function 'put_key': src/gifenc.c:155:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 155 | write(gif->fd, "\xFF", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:156:13: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 156 | write(gif->fd, gif->buffer, 0xFF); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c: In function 'end_key': src/gifenc.c:172:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 172 | write(gif->fd, (uint8_t []) {byte_offset}, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:173:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 173 | write(gif->fd, gif->buffer, byte_offset); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c:174:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 174 | write(gif->fd, "\0", 1); | ^~~~~~~~~~~~~~~~~~~~~~~ src/gifenc.c: In function 'ge_close_gif': src/gifenc.c:293:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 293 | write(gif->fd, ";", 1); | ^~~~~~~~~~~~~~~~~~~~~~ ...Compiling PostScript print support... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/alien.so magic/src/alien.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ...Compiling IM support... ...Compiling font support... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/blocks_chalk_drip.so magic/src/blocks_chalk_drip.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/blind.so magic/src/blind.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/bricks.so magic/src/bricks.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/blur.so magic/src/blur.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/distortion.so magic/src/distortion.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/calligraphy.so magic/src/calligraphy.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/cartoon.so magic/src/cartoon.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/emboss.so magic/src/emboss.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/confetti.so magic/src/confetti.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ...Compiling on screen keyboard support... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/glasstile.so magic/src/glasstile.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/foam.so magic/src/foam.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/fold.so magic/src/fold.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/fretwork.so magic/src/fretwork.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/grass.so magic/src/grass.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/fade_darken.so magic/src/fade_darken.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/fisheye.so magic/src/fisheye.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/flower.so magic/src/flower.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm magic/src/flower.c: In function 'flower_drawstalk': magic/src/flower.c:384:20: warning: using integer absolute value function 'abs' when argument is of floating-point type 'float' [-Wabsolute-value] 384 | else if (abs(curve[i - 2].x - curve[i + 2].x) < 5) | ^~~ cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/halftone.so magic/src/halftone.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/metalpaint.so magic/src/metalpaint.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/light.so magic/src/light.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/kalidescope.so magic/src/kalidescope.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/mirror_flip.so magic/src/mirror_flip.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/mosaic.so magic/src/mosaic.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/negative.so magic/src/negative.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/puzzle.so magic/src/puzzle.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/noise.so magic/src/noise.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/perspective.so magic/src/perspective.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/rails.so magic/src/rails.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/rainbow.so magic/src/rainbow.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/ripples.so magic/src/ripples.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/mosaic_shaped.so magic/src/mosaic_shaped.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/rain.so magic/src/rain.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/rosette.so magic/src/rosette.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/sharpen.so magic/src/sharpen.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/shift.so magic/src/shift.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/realrainbow.so magic/src/realrainbow.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/snow.so magic/src/snow.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/smudge.so magic/src/smudge.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ...Generating 'Magic' tool API configuration script... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/tint.so magic/src/tint.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ...Generating thumbnails for starters... cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/tornado.so magic/src/tornado.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/toothpaste.so magic/src/toothpaste.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/tv.so magic/src/tv.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm .cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/waves.so magic/src/waves.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm .cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/string.so magic/src/string.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ..cc -g3 -O2 -fno-common -W -Wstrict-prototypes -Wmissing-prototypes -Wall -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -Isrc/ -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -shared -fpic -lm -o magic/xor.so magic/src/xor.c -L/usr/local/lib -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer -lm ......................................... ...Generating thumbnails for templates... ......................... ...Generating the command-line and config file parser (STEP 2)... msgfmt -o trans/ach.mo src/po/ach.po msgfmt -o trans/af.mo src/po/af.po msgfmt -o trans/ak.mo src/po/ak.po msgfmt -o trans/am.mo src/po/am.po .msgfmt -o trans/an.mo src/po/an.po msgfmt -o trans/ar.mo src/po/ar.po msgfmt -o trans/as.mo src/po/as.po msgfmt -o trans/ast.mo src/po/ast.po msgfmt -o trans/az.mo src/po/az.po msgfmt -o trans/be.mo src/po/be.po msgfmt -o trans/bg.mo src/po/bg.po msgfmt -o trans/bm.mo src/po/bm.po msgfmt -o trans/bn.mo src/po/bn.po msgfmt -o trans/bo.mo src/po/bo.po msgfmt -o trans/br.mo src/po/br.po msgfmt -o trans/brx.mo src/po/brx.po msgfmt -o trans/bs.mo src/po/bs.po msgfmt -o trans/cy.mo src/po/cy.po msgfmt -o trans/ca.mo src/po/ca.po msgfmt -o trans/ca@valencia.mo src/po/ca@valencia.po msgfmt -o trans/da.mo src/po/da.po msgfmt -o trans/cgg.mo src/po/cgg.po msgfmt -o trans/cs.mo src/po/cs.po msgfmt -o trans/doi.mo src/po/doi.po msgfmt -o trans/de.mo src/po/de.po msgfmt -o trans/el.mo src/po/el.po msgfmt -o trans/en_AU.mo src/po/en_AU.po msgfmt -o trans/en_CA.mo src/po/en_CA.po msgfmt -o trans/en_GB.mo src/po/en_GB.po msgfmt -o trans/en_ZA.mo src/po/en_ZA.po msgfmt -o trans/eo.mo src/po/eo.po msgfmt -o trans/es.mo src/po/es.po msgfmt -o trans/es_MX.mo src/po/es_MX.po msgfmt -o trans/et.mo src/po/et.po msgfmt -o trans/eu.mo src/po/eu.po msgfmt -o trans/fa.mo src/po/fa.po msgfmt -o trans/ff.mo src/po/ff.po msgfmt -o trans/fi.mo src/po/fi.po msgfmt -o trans/fo.mo src/po/fo.po msgfmt -o trans/fr.mo src/po/fr.po msgfmt -o trans/ga.mo src/po/ga.po msgfmt -o trans/gd.mo src/po/gd.po msgfmt -o trans/gl.mo src/po/gl.po msgfmt -o trans/gos.mo src/po/gos.po msgfmt -o trans/gu.mo src/po/gu.po msgfmt -o trans/he.mo src/po/he.po msgfmt -o trans/hi.mo src/po/hi.po msgfmt -o trans/hr.mo src/po/hr.po msgfmt -o trans/hu.mo src/po/hu.po msgfmt -o trans/hy.mo src/po/hy.po msgfmt -o trans/id.mo src/po/id.po msgfmt -o trans/is.mo src/po/is.po msgfmt -o trans/it.mo src/po/it.po msgfmt -o trans/iu.mo src/po/iu.po msgfmt -o trans/ja.mo src/po/ja.po msgfmt -o trans/ka.mo src/po/ka.po msgfmt -o trans/kab.mo src/po/kab.po msgfmt -o trans/km.mo src/po/km.po msgfmt -o trans/kn.mo src/po/kn.po msgfmt -o trans/ko.mo src/po/ko.po msgfmt -o trans/kok.mo src/po/kok.po msgfmt -o trans/kok@roman.mo src/po/kok@roman.po msgfmt -o trans/ks.mo src/po/ks.po msgfmt -o trans/ks@devanagari.mo src/po/ks@devanagari.po msgfmt -o trans/ku.mo src/po/ku.po msgfmt -o trans/lb.mo src/po/lb.po msgfmt -o trans/lg.mo src/po/lg.po msgfmt -o trans/lt.mo src/po/lt.po msgfmt -o trans/lv.mo src/po/lv.po msgfmt -o trans/mai.mo src/po/mai.po msgfmt -o trans/mk.mo src/po/mk.po msgfmt -o trans/ml.mo src/po/ml.po msgfmt -o trans/mn.mo src/po/mn.po msgfmt -o trans/mni.mo src/po/mni.po msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po msgfmt -o trans/mr.mo src/po/mr.po msgfmt -o trans/ms.mo src/po/ms.po msgfmt -o trans/nb.mo src/po/nb.po msgfmt -o trans/ne.mo src/po/ne.po msgfmt -o trans/nl.mo src/po/nl.po msgfmt -o trans/nn.mo src/po/nn.po msgfmt -o trans/nr.mo src/po/nr.po msgfmt -o trans/nso.mo src/po/nso.po msgfmt -o trans/oc.mo src/po/oc.po msgfmt -o trans/oj.mo src/po/oj.po msgfmt -o trans/or.mo src/po/or.po msgfmt -o trans/pa.mo src/po/pa.po msgfmt -o trans/pl.mo src/po/pl.po msgfmt -o trans/pt.mo src/po/pt.po msgfmt -o trans/pt_BR.mo src/po/pt_BR.po msgfmt -o trans/ro.mo src/po/ro.po msgfmt -o trans/ru.mo src/po/ru.po msgfmt -o trans/rw.mo src/po/rw.po msgfmt -o trans/sa.mo src/po/sa.po msgfmt -o trans/sat.mo src/po/sat.po msgfmt -o trans/sat@olchiki.mo src/po/sat@olchiki.po msgfmt -o trans/sc.mo src/po/sc.po msgfmt -o trans/sd.mo src/po/sd.po msgfmt -o trans/sd@devanagari.mo src/po/sd@devanagari.po msgfmt -o trans/shs.mo src/po/shs.po msgfmt -o trans/si.mo src/po/si.po msgfmt -o trans/sk.mo src/po/sk.po msgfmt -o trans/sl.mo src/po/sl.po msgfmt -o trans/son.mo src/po/son.po msgfmt -o trans/sq.mo src/po/sq.po msgfmt -o trans/sr.mo src/po/sr.po msgfmt -o trans/sr@latin.mo src/po/sr@latin.po msgfmt -o trans/su.mo src/po/su.po msgfmt -o trans/sv.mo src/po/sv.po msgfmt -o trans/sw.mo src/po/sw.po msgfmt -o trans/ta.mo src/po/ta.po msgfmt -o trans/te.mo src/po/te.po msgfmt -o trans/th.mo src/po/th.po msgfmt -o trans/tl.mo src/po/tl.po msgfmt -o trans/tlh.mo src/po/tlh.po msgfmt -o trans/tr.mo src/po/tr.po msgfmt -o trans/tw.mo src/po/tw.po msgfmt -o trans/uk.mo src/po/uk.po msgfmt -o trans/ur.mo src/po/ur.po msgfmt -o trans/ve.mo src/po/ve.po msgfmt -o trans/vec.mo src/po/vec.po msgfmt -o trans/vi.mo src/po/vi.po msgfmt -o trans/wa.mo src/po/wa.po msgfmt -o trans/wo.mo src/po/wo.po msgfmt -o trans/xh.mo src/po/xh.po msgfmt -o trans/zam.mo src/po/zam.po msgfmt -o trans/zh_CN.mo src/po/zh_CN.po msgfmt -o trans/zh_TW.mo src/po/zh_TW.po msgfmt -o trans/zu.mo src/po/zu.po ...Compiling the command-line and config file parser... src/parse.gperf: In function 'parse_one_option': src/parse.gperf:304: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] 304 | memcpy(offset+(char*)tmpcfg, &opt, sizeof(char*)); | ^~~~ ...Compiling Tux Paint from source... cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -fno-common -ffloat-store -fvisibility=hidden -Wcast-align -Wredundant-decls -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wstrict-aliasing=2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/fribidi -I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/gdk-pixbuf-2.0 -pthread -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 -Isrc/mouse -DLARGE_CURSOR_SHAPES -DVER_DATE=\"2021-01-19\" -DVER_VERSION=\"0.9.25\" -DDATA_PREFIX=\"/usr/share/tuxpaint/\" -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-0.9.25/\" -DLOCALEDIR=\"/usr/share/locale/\" -DIMDIR=\"/usr/share/tuxpaint/im/\" -DCONFDIR=\"/etc/tuxpaint/\" -DMAGIC_PREFIX=\"/usr/lib64/tuxpaint/plugins/\" \ -c src/tuxpaint.c -o obj/tuxpaint.o In file included from /usr/include/string.h:519, from src/tuxpaint.c:181: In function 'strncpy', inlined from 'safe_strncpy' at src/tuxpaint.c:25990:9, inlined from 'trash' at src/tuxpaint.c:25060:3: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...Linking Tux Paint... cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -W -Wall -fno-common -ffloat-store -fvisibility=hidden -Wcast-align -Wredundant-decls -Wbad-function-cast -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wstrict-aliasing=2 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/fribidi -DVER_DATE=\"2021-01-19\" -DVER_VERSION=\"0.9.25\" -DDATA_PREFIX=\"/usr/share/tuxpaint/\" -DDOC_PREFIX=\"/usr/share/doc/tuxpaint-0.9.25/\" -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/fill.o obj/progressbar.o obj/dirwalk.o obj/get_fname.o obj/onscreen_keyboard.o obj/gifenc.o obj/postscript_print.o \ -lSDL -lSDL_image -lSDL_ttf -lz -lpng -lSDL_mixer -lSDL_Pango -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo -lpaper -lfribidi -limagequant -------------------------------------------------------------- Done compiling. Now run 'make install' with any options you ran 'make' with. to install Tux Paint. You may need superuser ('root') privileges, depending on where you're installing. (Depending on your system, you either need to 'su' first, or run 'sudo make install'.) + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CspXbU + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 + cd tuxpaint-0.9.25 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 'INSTALL=/usr/bin/install -p' PKG_ROOT=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 PREFIX=/usr X11_ICON_PREFIX=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/pixmaps KDE_ICON_PREFIX=/usr/share/icons MAGIC_PREFIX=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins install-kde-icons ...Installing program itself... ...Installing data files... ...Installing fonts... ...Installing man pages... ...Installing documentation... ...Installing Magic Tool plug-ins... ...Installing Magic Tool plug-in development files and docs... ...Installing launcher icon graphics... msgfmt -o trans/ach.mo src/po/ach.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ach/LC_MESSAGES msgfmt -o trans/af.mo src/po/af.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/af/LC_MESSAGES msgfmt -o trans/ak.mo src/po/ak.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ak/LC_MESSAGES msgfmt -o trans/am.mo src/po/am.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/am/LC_MESSAGES msgfmt -o trans/an.mo src/po/an.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/an/LC_MESSAGES msgfmt -o trans/ar.mo src/po/ar.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ar/LC_MESSAGES msgfmt -o trans/as.mo src/po/as.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/as/LC_MESSAGES msgfmt -o trans/ast.mo src/po/ast.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ast/LC_MESSAGES msgfmt -o trans/az.mo src/po/az.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/az/LC_MESSAGES msgfmt -o trans/be.mo src/po/be.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/be/LC_MESSAGES msgfmt -o trans/bg.mo src/po/bg.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bg/LC_MESSAGES msgfmt -o trans/bm.mo src/po/bm.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bm/LC_MESSAGES msgfmt -o trans/bn.mo src/po/bn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bn/LC_MESSAGES msgfmt -o trans/bo.mo src/po/bo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bo/LC_MESSAGES msgfmt -o trans/br.mo src/po/br.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/br/LC_MESSAGES msgfmt -o trans/brx.mo src/po/brx.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/brx/LC_MESSAGES msgfmt -o trans/bs.mo src/po/bs.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bs/LC_MESSAGES msgfmt -o trans/ca.mo src/po/ca.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ca/LC_MESSAGES msgfmt -o trans/ca@valencia.mo src/po/ca@valencia.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ca@valencia/LC_MESSAGES msgfmt -o trans/cgg.mo src/po/cgg.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/cgg/LC_MESSAGES msgfmt -o trans/cs.mo src/po/cs.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/cs/LC_MESSAGES msgfmt -o trans/cy.mo src/po/cy.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/cy/LC_MESSAGES msgfmt -o trans/da.mo src/po/da.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/da/LC_MESSAGES msgfmt -o trans/de.mo src/po/de.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/de/LC_MESSAGES msgfmt -o trans/doi.mo src/po/doi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/doi/LC_MESSAGES msgfmt -o trans/el.mo src/po/el.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/el/LC_MESSAGES msgfmt -o trans/en_AU.mo src/po/en_AU.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_AU/LC_MESSAGES msgfmt -o trans/en_CA.mo src/po/en_CA.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_CA/LC_MESSAGES msgfmt -o trans/en_GB.mo src/po/en_GB.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_GB/LC_MESSAGES msgfmt -o trans/en_ZA.mo src/po/en_ZA.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_ZA/LC_MESSAGES msgfmt -o trans/eo.mo src/po/eo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/eo/LC_MESSAGES msgfmt -o trans/es.mo src/po/es.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/es/LC_MESSAGES msgfmt -o trans/es_MX.mo src/po/es_MX.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/es_MX/LC_MESSAGES msgfmt -o trans/et.mo src/po/et.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/et/LC_MESSAGES msgfmt -o trans/eu.mo src/po/eu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/eu/LC_MESSAGES msgfmt -o trans/fa.mo src/po/fa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fa/LC_MESSAGES msgfmt -o trans/ff.mo src/po/ff.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ff/LC_MESSAGES msgfmt -o trans/fi.mo src/po/fi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fi/LC_MESSAGES msgfmt -o trans/fo.mo src/po/fo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fo/LC_MESSAGES msgfmt -o trans/fr.mo src/po/fr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fr/LC_MESSAGES msgfmt -o trans/ga.mo src/po/ga.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ga/LC_MESSAGES msgfmt -o trans/gd.mo src/po/gd.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gd/LC_MESSAGES msgfmt -o trans/gl.mo src/po/gl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gl/LC_MESSAGES msgfmt -o trans/gos.mo src/po/gos.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gos/LC_MESSAGES msgfmt -o trans/gu.mo src/po/gu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gu/LC_MESSAGES msgfmt -o trans/he.mo src/po/he.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/he/LC_MESSAGES msgfmt -o trans/hi.mo src/po/hi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hi/LC_MESSAGES msgfmt -o trans/hr.mo src/po/hr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hr/LC_MESSAGES msgfmt -o trans/hu.mo src/po/hu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hu/LC_MESSAGES msgfmt -o trans/hy.mo src/po/hy.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hy/LC_MESSAGES msgfmt -o trans/id.mo src/po/id.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/id/LC_MESSAGES msgfmt -o trans/is.mo src/po/is.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/is/LC_MESSAGES msgfmt -o trans/it.mo src/po/it.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/it/LC_MESSAGES msgfmt -o trans/iu.mo src/po/iu.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/iu/LC_MESSAGES msgfmt -o trans/ja.mo src/po/ja.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ja/LC_MESSAGES msgfmt -o trans/ka.mo src/po/ka.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ka/LC_MESSAGES msgfmt -o trans/kab.mo src/po/kab.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kab/LC_MESSAGES msgfmt -o trans/km.mo src/po/km.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/km/LC_MESSAGES msgfmt -o trans/kn.mo src/po/kn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kn/LC_MESSAGES msgfmt -o trans/ko.mo src/po/ko.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ko/LC_MESSAGES msgfmt -o trans/kok.mo src/po/kok.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kok/LC_MESSAGES msgfmt -o trans/kok@roman.mo src/po/kok@roman.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kok@roman/LC_MESSAGES msgfmt -o trans/ks.mo src/po/ks.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ks/LC_MESSAGES msgfmt -o trans/ks@devanagari.mo src/po/ks@devanagari.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ks@devanagari/LC_MESSAGES msgfmt -o trans/ku.mo src/po/ku.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ku/LC_MESSAGES msgfmt -o trans/lb.mo src/po/lb.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lb/LC_MESSAGES msgfmt -o trans/lg.mo src/po/lg.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lg/LC_MESSAGES msgfmt -o trans/lt.mo src/po/lt.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lt/LC_MESSAGES msgfmt -o trans/lv.mo src/po/lv.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lv/LC_MESSAGES msgfmt -o trans/mai.mo src/po/mai.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mai/LC_MESSAGES msgfmt -o trans/mk.mo src/po/mk.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mk/LC_MESSAGES msgfmt -o trans/ml.mo src/po/ml.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ml/LC_MESSAGES msgfmt -o trans/mn.mo src/po/mn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mn/LC_MESSAGES msgfmt -o trans/mni.mo src/po/mni.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mni/LC_MESSAGES msgfmt -o trans/mni@meiteimayek.mo src/po/mni@meiteimayek.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mni@meiteimayek/LC_MESSAGES msgfmt -o trans/mr.mo src/po/mr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mr/LC_MESSAGES msgfmt -o trans/ms.mo src/po/ms.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ms/LC_MESSAGES msgfmt -o trans/nb.mo src/po/nb.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nb/LC_MESSAGES msgfmt -o trans/ne.mo src/po/ne.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ne/LC_MESSAGES msgfmt -o trans/nl.mo src/po/nl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nl/LC_MESSAGES msgfmt -o trans/nn.mo src/po/nn.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nn/LC_MESSAGES msgfmt -o trans/nr.mo src/po/nr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nr/LC_MESSAGES msgfmt -o trans/nso.mo src/po/nso.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nso/LC_MESSAGES msgfmt -o trans/oc.mo src/po/oc.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/oc/LC_MESSAGES msgfmt -o trans/oj.mo src/po/oj.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/oj/LC_MESSAGES msgfmt -o trans/or.mo src/po/or.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/or/LC_MESSAGES msgfmt -o trans/pa.mo src/po/pa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pa/LC_MESSAGES msgfmt -o trans/pl.mo src/po/pl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pl/LC_MESSAGES msgfmt -o trans/pt.mo src/po/pt.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pt/LC_MESSAGES msgfmt -o trans/pt_BR.mo src/po/pt_BR.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pt_BR/LC_MESSAGES msgfmt -o trans/ro.mo src/po/ro.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ro/LC_MESSAGES msgfmt -o trans/ru.mo src/po/ru.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ru/LC_MESSAGES msgfmt -o trans/rw.mo src/po/rw.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/rw/LC_MESSAGES msgfmt -o trans/sa.mo src/po/sa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sa/LC_MESSAGES msgfmt -o trans/sat.mo src/po/sat.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sat/LC_MESSAGES msgfmt -o trans/sat@olchiki.mo src/po/sat@olchiki.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sat@olchiki/LC_MESSAGES msgfmt -o trans/sc.mo src/po/sc.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sc/LC_MESSAGES msgfmt -o trans/sd.mo src/po/sd.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sd/LC_MESSAGES msgfmt -o trans/sd@devanagari.mo src/po/sd@devanagari.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sd@devanagari/LC_MESSAGES msgfmt -o trans/shs.mo src/po/shs.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/shs/LC_MESSAGES msgfmt -o trans/si.mo src/po/si.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/si/LC_MESSAGES msgfmt -o trans/sk.mo src/po/sk.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sk/LC_MESSAGES msgfmt -o trans/sl.mo src/po/sl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sl/LC_MESSAGES msgfmt -o trans/son.mo src/po/son.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/son/LC_MESSAGES msgfmt -o trans/sq.mo src/po/sq.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sq/LC_MESSAGES msgfmt -o trans/sr.mo src/po/sr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sr/LC_MESSAGES msgfmt -o trans/sr@latin.mo src/po/sr@latin.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sr@latin/LC_MESSAGES msgfmt -o trans/su.mo src/po/su.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/su/LC_MESSAGES msgfmt -o trans/sv.mo src/po/sv.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sv/LC_MESSAGES msgfmt -o trans/sw.mo src/po/sw.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sw/LC_MESSAGES msgfmt -o trans/ta.mo src/po/ta.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ta/LC_MESSAGES msgfmt -o trans/te.mo src/po/te.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/te/LC_MESSAGES msgfmt -o trans/th.mo src/po/th.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/th/LC_MESSAGES msgfmt -o trans/tl.mo src/po/tl.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tl/LC_MESSAGES msgfmt -o trans/tlh.mo src/po/tlh.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tlh/LC_MESSAGES msgfmt -o trans/tr.mo src/po/tr.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tr/LC_MESSAGES msgfmt -o trans/tw.mo src/po/tw.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tw/LC_MESSAGES msgfmt -o trans/uk.mo src/po/uk.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/uk/LC_MESSAGES msgfmt -o trans/ur.mo src/po/ur.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ur/LC_MESSAGES msgfmt -o trans/ve.mo src/po/ve.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ve/LC_MESSAGES msgfmt -o trans/vec.mo src/po/vec.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/vec/LC_MESSAGES msgfmt -o trans/vi.mo src/po/vi.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/vi/LC_MESSAGES msgfmt -o trans/wa.mo src/po/wa.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/wa/LC_MESSAGES msgfmt -o trans/wo.mo src/po/wo.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/wo/LC_MESSAGES msgfmt -o trans/xh.mo src/po/xh.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/xh/LC_MESSAGES msgfmt -o trans/zam.mo src/po/zam.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zam/LC_MESSAGES msgfmt -o trans/zh_CN.mo src/po/zh_CN.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zh_CN/LC_MESSAGES msgfmt -o trans/zh_TW.mo src/po/zh_TW.po install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zh_TW/LC_MESSAGES install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zu/LC_MESSAGES install -m 644 trans/ach.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ach/LC_MESSAGES/tuxpaint.mo install -m 644 trans/af.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/af/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ak.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ak/LC_MESSAGES/tuxpaint.mo install -m 644 trans/am.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/am/LC_MESSAGES/tuxpaint.mo install -m 644 trans/an.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/an/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ar.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ar/LC_MESSAGES/tuxpaint.mo install -m 644 trans/as.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/as/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ast.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ast/LC_MESSAGES/tuxpaint.mo install -m 644 trans/az.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/az/LC_MESSAGES/tuxpaint.mo install -m 644 trans/be.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/be/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bg.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bm.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bm/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/br.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/br/LC_MESSAGES/tuxpaint.mo install -m 644 trans/brx.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/brx/LC_MESSAGES/tuxpaint.mo install -m 644 trans/bs.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/bs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ca/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ca@valencia.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ca@valencia/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cgg.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/cgg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cs.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/cs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/cy.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/cy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/da.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/da/LC_MESSAGES/tuxpaint.mo install -m 644 trans/de.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/de/LC_MESSAGES/tuxpaint.mo install -m 644 trans/doi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/doi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/el.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/el/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_AU.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_AU/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_CA.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_CA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_GB.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_GB/LC_MESSAGES/tuxpaint.mo install -m 644 trans/en_ZA.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/en_ZA/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/eo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/es/LC_MESSAGES/tuxpaint.mo install -m 644 trans/es_MX.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/es_MX/LC_MESSAGES/tuxpaint.mo install -m 644 trans/et.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/et/LC_MESSAGES/tuxpaint.mo install -m 644 trans/eu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/eu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ff.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ff/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/fr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/fr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ga.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ga/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gd.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gd/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gos.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gos/LC_MESSAGES/tuxpaint.mo install -m 644 trans/gu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/gu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/he.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/he/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/hy.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/hy/LC_MESSAGES/tuxpaint.mo install -m 644 trans/id.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/id/LC_MESSAGES/tuxpaint.mo install -m 644 trans/is.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/is/LC_MESSAGES/tuxpaint.mo install -m 644 trans/it.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/it/LC_MESSAGES/tuxpaint.mo install -m 644 trans/iu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/iu/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ja.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ja/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ka.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ka/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kab.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kab/LC_MESSAGES/tuxpaint.mo install -m 644 trans/km.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/km/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ko.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ko/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kok/LC_MESSAGES/tuxpaint.mo install -m 644 trans/kok@roman.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/kok@roman/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ks.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ks/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ks@devanagari.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ks@devanagari/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ku.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ku/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lb.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lg.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lg/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lt.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/lv.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/lv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mai.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mai/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mk.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ml.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ml/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mni/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mni@meiteimayek.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mni@meiteimayek/LC_MESSAGES/tuxpaint.mo install -m 644 trans/mr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/mr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ms.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ms/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nb.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nb/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ne.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ne/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nn.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nn/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/nso.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/nso/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oc.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/oc/LC_MESSAGES/tuxpaint.mo install -m 644 trans/oj.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/oj/LC_MESSAGES/tuxpaint.mo install -m 644 trans/or.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/or/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pt/LC_MESSAGES/tuxpaint.mo install -m 644 trans/pt_BR.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/pt_BR/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ro.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ro/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ru.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ru/LC_MESSAGES/tuxpaint.mo install -m 644 trans/rw.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/rw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sat/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sat@olchiki.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sat@olchiki/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sc.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sc/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sd.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sd/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sd@devanagari.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sd@devanagari/LC_MESSAGES/tuxpaint.mo install -m 644 trans/shs.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/shs/LC_MESSAGES/tuxpaint.mo install -m 644 trans/si.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/si/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sk.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/son.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/son/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sq.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sq/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sr@latin.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sr@latin/LC_MESSAGES/tuxpaint.mo install -m 644 trans/su.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/su/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sv.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sv/LC_MESSAGES/tuxpaint.mo install -m 644 trans/sw.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/sw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ta.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ta/LC_MESSAGES/tuxpaint.mo install -m 644 trans/te.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/te/LC_MESSAGES/tuxpaint.mo install -m 644 trans/th.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/th/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tl.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tl/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tlh.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tlh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tr.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tr/LC_MESSAGES/tuxpaint.mo install -m 644 trans/tw.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/tw/LC_MESSAGES/tuxpaint.mo install -m 644 trans/uk.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/uk/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ur.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ur/LC_MESSAGES/tuxpaint.mo install -m 644 trans/ve.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/ve/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vec.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/vec/LC_MESSAGES/tuxpaint.mo install -m 644 trans/vi.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/vi/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wa.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/wa/LC_MESSAGES/tuxpaint.mo install -m 644 trans/wo.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/wo/LC_MESSAGES/tuxpaint.mo install -m 644 trans/xh.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/xh/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zam.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zam/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_CN.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zh_CN/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zh_TW.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zh_TW/LC_MESSAGES/tuxpaint.mo install -m 644 trans/zu.mo /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/locale/zu/LC_MESSAGES/tuxpaint.mo ...Installing Input Method files... ja ...Japanese... ko ...Korean... th ...Thai... zh_tw ...Traditional Chinese... ...Installing 'tuxpaint-import' script... ...Installing default config file... ...Installing example stamps... ...Installing example starters... install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters install -m 644 starters/bald_eagle.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/bald_eagle.svg install -m 644 starters/car2.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/car2.svg install -m 644 starters/carcassone.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/carcassone.png install -m 644 starters/chessboard-back.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/chessboard-back.png install -m 644 starters/chessboard.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/chessboard.png install -m 644 starters/chicken.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/chicken.png install -m 644 starters/desert_tortoise.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/desert_tortoise.svg install -m 644 starters/elephant.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/elephant.svg install -m 644 starters/fish_icon.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/fish_icon.svg install -m 644 starters/frame_filmstrip.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_filmstrip.png install -m 644 starters/frame_flowers.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_flowers.png install -m 644 starters/frame_gold.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_gold.png install -m 644 starters/frame_heart.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_heart.png install -m 644 starters/frame_hearts.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_hearts.svg install -m 644 starters/frame_neon.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_neon.png install -m 644 starters/frame_picture.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_picture.png install -m 644 starters/frame_screen.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_screen.png install -m 644 starters/frame_silver.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_silver.png install -m 644 starters/frame_television.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/frame_television.png install -m 644 starters/gecko.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/gecko.svg install -m 644 starters/grid_10x10.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/grid_10x10.png install -m 644 starters/grid_20x20.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/grid_20x20.png install -m 644 starters/hat.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/hat.png install -m 644 starters/hat.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/hat.svg install -m 644 starters/jetplane.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/jetplane.png install -m 644 starters/jigsaw.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/jigsaw.png install -m 644 starters/jigsaw.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/jigsaw.svg install -m 644 starters/jigsaw_3x3.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/jigsaw_3x3.png install -m 644 starters/jigsaw_5x5.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/jigsaw_5x5.png install -m 644 starters/manatee.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/manatee.svg install -m 644 starters/mosaic.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/mosaic.svg install -m 644 starters/nagasaki.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/nagasaki.png install -m 644 starters/nagasaki.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/nagasaki.svg install -m 644 starters/old_soviet_car.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/old_soviet_car.svg install -m 644 starters/pansy.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/pansy.png install -m 644 starters/reef-back.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/reef-back.png install -m 644 starters/reef.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/reef.png install -m 644 starters/reef.txt /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/reef.txt install -m 644 starters/rocket.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/rocket.png install -m 644 starters/shipwreck.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/shipwreck.png install -m 644 starters/skull.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/skull.svg install -m 644 starters/skyline-sf-dusk-back.jpeg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/skyline-sf-dusk-back.jpeg install -m 644 starters/skyline-sf-dusk.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/skyline-sf-dusk.png install -m 644 starters/skyline-sf-dusk.txt /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/skyline-sf-dusk.txt install -m 644 starters/spirograph.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/spirograph.svg install -m 644 starters/stained_glass.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/stained_glass.svg install -m 644 starters/street.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/street.png install -m 644 starters/tux_farmer.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/tux_farmer.png install -m 644 starters/woodpecker.svg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/woodpecker.svg install -m 644 starters/worldmap.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap.png install -m 644 starters/worldmap_africa.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_africa.png install -m 644 starters/worldmap_america_north.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_america_north.png install -m 644 starters/worldmap_america_north_usa-back.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_america_north_usa-back.png install -m 644 starters/worldmap_america_north_usa.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_america_north_usa.png install -m 644 starters/worldmap_america_south.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_america_south.png install -m 644 starters/worldmap_asia_north.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_asia_north.png install -m 644 starters/worldmap_asia_south.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_asia_south.png install -m 644 starters/worldmap_australasia.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_australasia.png install -m 644 starters/worldmap_canada.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_canada.png install -m 644 starters/worldmap_europe.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_europe.png install -m 644 starters/worldmap_japan.png /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/starters/worldmap_japan.png ...Installing example templates... install -d -m 755 /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates install -m 644 templates/burnt_bark.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/burnt_bark.jpg install -m 644 templates/cliff.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/cliff.jpg install -m 644 templates/corn_maze.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/corn_maze.jpg install -m 644 templates/jellyfish.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/jellyfish.jpg install -m 644 templates/lighthouse.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/lighthouse.jpg install -m 644 templates/mossy_bark.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/mossy_bark.jpg install -m 644 templates/mossy_log.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/mossy_log.jpg install -m 644 templates/mudstone.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/mudstone.jpg install -m 644 templates/ocean_splash.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/ocean_splash.jpg install -m 644 templates/ocean_waves.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/ocean_waves.jpg install -m 644 templates/redwoods_above.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/redwoods_above.jpg install -m 644 templates/rocks.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/rocks.jpg install -m 644 templates/sheep.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/sheep.jpg install -m 644 templates/spiders_web.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/spiders_web.jpg install -m 644 templates/sun_behind_clouds.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/sun_behind_clouds.jpg install -m 644 templates/sun_behind_leaves.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/sun_behind_leaves.jpg install -m 644 templates/trees_above.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/trees_above.jpg install -m 644 templates/trees_at_dusk.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/trees_at_dusk.jpg install -m 644 templates/wool_mill_machine.jpg /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/templates/wool_mill_machine.jpg ...Installing thumbnails for starters... ...Installing thumbnails for templates... ...Installing BASH completion file... ...Installing onscreen keyboard files... ...Installing launcher icon into desktop environment... -------------------------------------------------------------- All done! Now (preferably NOT as 'root' superuser), you can type the command 'tuxpaint' to run the program!!! For more information, see the 'tuxpaint' man page, run 'tuxpaint --usage' or see /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/doc/tuxpaint-0.9.25/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! ...Installing launcher icon graphics into KDE... + /usr/lib/rpm/find-lang.sh /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 tuxpaint --with-man + mkdir -p /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/applications + desktop-file-install --vendor= --dir /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/applications --remove-category=Art src/tuxpaint.desktop + chmod -R go+r docs/ + rm -Rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/doc/tuxpaint-0.9.25 + rm -Rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/images/icon32x32.xpm + rm -rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/tuxpaint/fonts/locale/zh_tw_docs/maketuxfont.py + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 0.9.25-1.mga8 --unique-debug-suffix -0.9.25-1.mga8.aarch64 --unique-debug-src-base tuxpaint-0.9.25-1.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/tuxpaint-0.9.25 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/alien.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/bin/tuxpaint explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/blind.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/blur.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/blocks_chalk_drip.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/calligraphy.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/cartoon.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/bricks.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/blocks_chalk_drip.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/blind.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/blur.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/alien.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/cartoon.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/bricks.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/bin/tuxpaint extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/calligraphy.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/confetti.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/confetti.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fade_darken.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fisheye.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/distortion.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/emboss.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/flower.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/distortion.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/emboss.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fade_darken.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fisheye.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/flower.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/foam.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/foam.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fold.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fold.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fretwork.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/fretwork.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/glasstile.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/glasstile.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/grass.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/grass.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/halftone.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/kalidescope.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/halftone.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/kalidescope.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/light.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/light.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/metalpaint.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/metalpaint.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/mirror_flip.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/mirror_flip.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/mosaic_shaped.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/mosaic.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/mosaic_shaped.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/mosaic.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/negative.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/noise.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/negative.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/noise.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/perspective.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/puzzle.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/perspective.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/puzzle.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rails.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rails.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rain.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rain.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/realrainbow.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/realrainbow.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rainbow.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rainbow.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/ripples.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/ripples.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rosette.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/rosette.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/sharpen.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/shift.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/shift.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/sharpen.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/smudge.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/smudge.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/snow.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/snow.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/string.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/string.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/tint.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/tint.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/toothpaste.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/toothpaste.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/tornado.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/tornado.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/tv.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/tv.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/xor.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/waves.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/waves.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/lib64/tuxpaint/plugins/xor.so original debug info size: 5916kB, size after compression: 3056kB /usr/lib/rpm/sepdebugcrcfix: Updated 47 CRC32s, 0 CRC32s did match. 3284 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/tuxpaint/fonts/locale/zh_tw_docs/do_it.sh from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/tp-magic-config from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/tuxpaint-import from /bin/bash to #!/usr/bin/bash Processing files: tuxpaint-0.9.25-1.mga8.aarch64 warning: File not found: /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/doc/tuxpaint/Makefile Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eJmrUX + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tuxpaint-0.9.25 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/doc/tuxpaint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/doc/tuxpaint + cp -pr docs/AUTHORS.txt docs/CHANGES.txt docs/COPYING docs/COPYING.txt docs/Makefile docs/README.txt docs/RELEASE.txt docs/de docs/default_colors.txt docs/dejavu.txt docs/en docs/es docs/fr docs/gl docs/html docs/it docs/ja docs/ko docs/nl docs/nn docs/pl docs/pt_br docs/ru docs/uk docs/zh_cn docs/zh_tw /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64/usr/share/doc/tuxpaint + RPM_EC=0 ++ jobs -p + exit 0 Provides: application() application(tuxpaint.desktop) config(tuxpaint) = 1:0.9.25-1.mga8 tuxpaint = 1:0.9.25-1.mga8 tuxpaint(aarch-64) = 1:0.9.25-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(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.17)(64bit) libc.so.6(GLIBC_2.22)(64bit) libcairo.so.2()(64bit) libfribidi.so.0()(64bit) libgobject-2.0.so.0()(64bit) libimagequant.so.0()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libm.so.6(GLIBC_2.29)(64bit) libpaper.so.1()(64bit) libpng16.so.16()(64bit) libpng16.so.16(PNG16_0)(64bit) librsvg-2.so.2()(64bit) libz.so.1()(64bit) libz.so.1(ZLIB_1.2.0)(64bit) Recommends: tuxpaint-config tuxpaint-stamps Processing files: tuxpaint-devel-0.9.25-1.mga8.aarch64 Provides: tuxpaint-devel = 1:0.9.25-1.mga8 tuxpaint-devel(aarch-64) = 1:0.9.25-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tuxpaint-debugsource-0.9.25-1.mga8.aarch64 Provides: tuxpaint-debugsource = 1:0.9.25-1.mga8 tuxpaint-debugsource(aarch-64) = 1:0.9.25-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: tuxpaint-debuginfo-0.9.25-1.mga8.aarch64 Provides: debuginfo(build-id) = 04a56c2ee19044bd136a22d7f11d8491a0851c95 debuginfo(build-id) = 06099f6d06afe7cb2e69efa4c5a88e9c4a531222 debuginfo(build-id) = 0df5135aa12fa64433f16a9f649a5f7aafd54a4d debuginfo(build-id) = 12e181b62d23f8fe81547797b40b1b491880f3ff debuginfo(build-id) = 1b5228a6a68628d10fbe38eeed639c79744a1919 debuginfo(build-id) = 1d8299424b74ff582a160d3250e39c0c42bbd6f4 debuginfo(build-id) = 22e8b71dabaf988a1a685a8b8743f29c4f8dfb4a debuginfo(build-id) = 2b53d4d961d58eb4c04954bbe9eff9f15a2514c9 debuginfo(build-id) = 2b8673068f998604a7d26f046c9e5d195cbfa205 debuginfo(build-id) = 2c8115fef13880a893354d17d6c1076ab3f0776f debuginfo(build-id) = 33bf46a989641494e743c8f9d510c66df387e0ff debuginfo(build-id) = 3879a0eafe2ee03a287a30312f87b73e4ffb748f debuginfo(build-id) = 38ef3893f071cde0d6de912515b7f3384c07e1a0 debuginfo(build-id) = 456a3e25a5f70af1b44c39ffd7e671d1d4c58efb debuginfo(build-id) = 45eaa107d4d8cf7112cfa41e1fb4e676fdf9e251 debuginfo(build-id) = 4718c9ae35f87f67ae4f606a3b49ca27c8ec4f63 debuginfo(build-id) = 4dbc95aba876fac118976cd980ff30890257eaf8 debuginfo(build-id) = 5227532616f046f4c64d21abab03c69b4b9b1eee debuginfo(build-id) = 53e0f8100ed9ae6ffb5d21205bc91ea6c9e7714a debuginfo(build-id) = 53ff241f834791a5c7d37316bbb8bc3fc39f9dea debuginfo(build-id) = 54e7e536ce36d45cd3edc893ae97e9fc446d6f6b debuginfo(build-id) = 67be2e52222f0585bc7c5e812a3d69628314685e debuginfo(build-id) = 7707d23099b12807e4547586ccb67a4e98332f56 debuginfo(build-id) = 7cac395f0bede662dca8b9c8ec7893ec56f128bd debuginfo(build-id) = 870e9647810ef8e3360d25df5ee9e725e6214e92 debuginfo(build-id) = 976588f2b1e23ef4f8ea220acc956d51e608151a debuginfo(build-id) = 9ae6f88be59be8044176959e2edc4fe3dfe8fee8 debuginfo(build-id) = 9c4a249515eb39483d08720b36275f807b12676c debuginfo(build-id) = 9dabc696514ab6c53bf8d2d3308e0ca6be5e1a68 debuginfo(build-id) = ac1230cd57832df1c08924882a64137aed860cf8 debuginfo(build-id) = b21b28736a3627a6199465819b1d3c758b55c1a0 debuginfo(build-id) = b7dface098574adad2d93c5a6e18edb30ca9e6cb debuginfo(build-id) = bc4223603c4af94a9242f44f1c828a16fb21bf3c debuginfo(build-id) = c0fd6389ac0401d4eb461a4a860a29a8a916595a debuginfo(build-id) = c26b7921b113a98ebcc7ac0658b21c4dc7a04d16 debuginfo(build-id) = cf08818d6384cc0b9fb36c2eb318b4d754b7df2d debuginfo(build-id) = d96f53c492c572d3ae381ddb1dffb1f2ed1ae335 debuginfo(build-id) = d9d856cb738d89b503b9aa57cb1264a842bc9002 debuginfo(build-id) = df65a51c46678f07f78099dbe86d7b94612809f9 debuginfo(build-id) = dfdc883c9edea4aad9563ba545f58f81975a352d debuginfo(build-id) = e116b163b78d1565a83a190272b1897e15fc2cb2 debuginfo(build-id) = e140956a11730f9d1dc21a0b7017ec90aed41345 debuginfo(build-id) = e3322c50e15aa24c5835ee6832a81ef08560edc2 debuginfo(build-id) = eab9fca455410581f524a95a727525e80cb0fc47 debuginfo(build-id) = f4698327ca8e5c098b214cf3fe6d71ea9714d6d0 debuginfo(build-id) = f957c0e30d29c6c0da021653baffc261069f22d2 debuginfo(build-id) = f9ab4b201c33efe3c05c33e67057286e76306b97 tuxpaint-debuginfo = 1:0.9.25-1.mga8 tuxpaint-debuginfo(aarch-64) = 1:0.9.25-1.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: tuxpaint-debugsource(aarch-64) = 1:0.9.25-1.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tuxpaint-devel-0.9.25-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tuxpaint-debugsource-0.9.25-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tuxpaint-debuginfo-0.9.25-1.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/tuxpaint-0.9.25-1.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bgNFbV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd tuxpaint-0.9.25 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/tuxpaint-0.9.25-1.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.N1JPKX + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf tuxpaint-0.9.25 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!