D: [iurt_root_command] chroot RTNETLINK answers: Invalid argument RTNETLINK answers: Invalid argument Installing /home/iurt/rpmbuild/SRPMS/kon2-0.3.9b-20.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yOoutS + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf kon2-0.3.9b + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/kon2-0.3.9b.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd kon2-0.3.9b + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/kon2-iso8859.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/kon2-debian_jumbo_patch.diff + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/kon2-0.3.9b-mga-no-strip.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + cp /home/iurt/rpmbuild/SOURCES/pubfont.a.gz . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.D1hzIS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd kon2-0.3.9b + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make config KON Kanji ON Linux console build MINI KON [n]? Support VGA driver [y]? Support J31SX driver [n]? Support MOUSE driver [y]? Install Minix/V font loader [y]? Install $fontx2 font loader [y]? Install .bdf font loader [y]? Install J3100ROM font loader [n]? Use ROM font [n]? Use Static font [y]? for i in lib src font tools src/display; do \ (cd $i && test -f Makefile.linux && cp Makefile.linux Makefile) ; \ done cp Makefile.linux Makefile + make making all in lib make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib' cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o sockface.o sockface.c sockface.c: In function 'SocketSearchName': sockface.c:90:9: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 90 | "%s%d", SOCKET_BASENAME, vs.v_active); | ^ sockface.c:89:2: note: 'snprintf' output between 11 and 15 bytes into a destination of size 14 89 | snprintf(sa->sa_data, sizeof(sa->sa_data), | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 90 | "%s%d", SOCKET_BASENAME, vs.v_active); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o getcap.o getcap.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o mem.o mem.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o font.o font.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o coding.o coding.c ar rcs /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a sockface.o getcap.o mem.o font.o coding.o make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib' making all in src make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/src' making all in display make[2]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/src/display' cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o svga.o svga.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o vga.o vga.c vga.c: In function 'VgaAttach': vga.c:677:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 677 | gramMem = (unsigned char *)mmap( | ^ vga.c:698:17: warning: comparison of distinct pointer types lacks a cast 698 | if (gramMem == (unsigned char *)-1) { | ^~ ar rcs /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a svga.o vga.o make[2]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/src/display' cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o main.o main.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o vt.o vt.c vt.c: In function 'EscBracket': vt.c:215:48: warning: '%d' directive output may be truncated writing between 1 and 6 bytes into a region of size between 0 and 5 [-Wformat-truncation=] 215 | snprintf(report, sizeof(report), "\x1B[%d;%dR", y + 1, x + 1); | ^~ vt.c:215:39: note: directive argument in the range [-32767, 32768] 215 | snprintf(report, sizeof(report), "\x1B[%d;%dR", y + 1, x + 1); | ^~~~~~~~~~~~~ vt.c:215:6: note: 'snprintf' output between 7 and 17 bytes into a destination of size 9 215 | snprintf(report, sizeof(report), "\x1B[%d;%dR", y + 1, x + 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o sock.o sock.c sock.c: In function 'SocketInterface': sock.c:115:33: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 115 | if ((fd = accept(sfd, &clt, &len)) < 0) PerrorExit("accept"); | ^~~~ | | | int * In file included from sock.c:46: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o fnld.o fnld.c fnld.c: In function 'VgaLoadStaticFont': fnld.c:194:16: warning: unused variable 'i' [-Wunused-variable] 194 | int shmid, i; | ^ fnld.c: In function 'FontAttach': fnld.c:253:23: warning: pointer targets in assignment from 'u_char *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 253 | fSRegs[i].bitmap = font + sizeof(struct fontInfo); | ^ fnld.c:278:23: warning: pointer targets in assignment from 'u_char *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 278 | fDRegs[i].bitmap = font + sizeof(struct fontInfo); | ^ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o vc.o vc.c vc.c: In function 'TextRefresh': vc.c:249:29: warning: pointer targets in passing argument 1 of 'vInfo.wput' differ in signedness [-Wpointer-sign] 249 | vInfo.wput(dbFReg->bitmap + fnt, fc, bc); | ~~~~~~~~~~~~~~~^~~~~ | | | char * vc.c:249:29: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' vc.c:262:48: warning: pointer targets in passing argument 1 of 'vInfo.sput' differ in signedness [-Wpointer-sign] 262 | vInfo.sput(ch ? sbFReg->bitmap + (ch << 4):0, fc, bc); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | | | char * vc.c:262:48: note: expected 'u_char *' {aka 'unsigned char *'} but argument is of type 'char *' cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o mouse.o mouse.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o term.o term.c term.c: In function 'ConsoleHandler': term.c:227:13: warning: pointer targets in passing argument 1 of 'VtEmu' differ in signedness [-Wpointer-sign] 227 | VtEmu(buff, i); | ^~~~ | | | u_char * {aka unsigned char *} In file included from term.c:60: /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include/vt.h:80:19: note: expected 'const char *' but argument is of type 'u_char *' {aka 'unsigned char *'} 80 | extern void VtEmu(const char*, int nchars); | ^~~~~~~~~~~ term.c: In function 'ProcessArgs': term.c:291:29: warning: passing argument 2 of 'ConfigExecProg' from incompatible pointer type [-Wincompatible-pointer-types] 291 | ConfigExecProg(argv[i],&(argv[i])); | ^~~~~~~~~~ | | | const char ** term.c:270:56: note: expected 'char * const*' but argument is of type 'const char **' 270 | extern int ConfigExecProg(const char *,char *const args[]); | ~~~~~~~~~~~~^~~~~~ term.c: In function 'KonStart': term.c:412:14: warning: unused variable 'ln' [-Wunused-variable] 412 | char ls, ln; | ^~ term.c:412:10: warning: unused variable 'ls' [-Wunused-variable] 412 | char ls, ln; | ^~ At top level: term.c:549:6: warning: 'ChangeNewConsole' defined but not used [-Wunused-function] 549 | void ChangeNewConsole() | ^~~~~~~~~~~~~~~~ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o utmp.o utmp.c utmp.c: In function 'SetUtmp': utmp.c:77:7: warning: passing argument 1 of 'time' from incompatible pointer type [-Wincompatible-pointer-types] 77 | time(&(utmp.ut_time)); | ^~~~~~~~~~~~~~~ | | | int32_t * {aka int *} In file included from utmp.c:48: /usr/include/time.h:75:29: note: expected 'time_t *' {aka 'long int *'} but argument is of type 'int32_t *' {aka 'int *'} 75 | extern time_t time (time_t *__timer) __THROW; | ~~~~~~~~^~~~~~~ utmp.c: In function 'ResetUtmp': utmp.c:108:7: warning: passing argument 1 of 'time' from incompatible pointer type [-Wincompatible-pointer-types] 108 | time(&(utp->ut_time)); | ^~~~~~~~~~~~~~~ | | | int32_t * {aka int *} In file included from utmp.c:48: /usr/include/time.h:75:29: note: expected 'time_t *' {aka 'long int *'} but argument is of type 'int32_t *' {aka 'int *'} 75 | extern time_t time (time_t *__timer) __THROW; | ~~~~~~~~^~~~~~~ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o errors.o errors.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o child.o child.c child.c: In function 'ChildStart': child.c:185:6: warning: missing sentinel in function call [-Wformat=] 185 | execl(execProg, buff, 0); | ^~~~~ child.c:141:8: warning: unused variable 'shell' [-Wunused-variable] 141 | char *shell; | ^~~~~ ar rcs /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a vt.o sock.o fnld.o vc.o mouse.o term.o utmp.o errors.o child.o gcc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -lutil -o kon main.o /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/src' making all in font make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/font' cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o fld.o fld.c fld.c:42:1: warning: return type of 'main' is not 'int' [-Wmain] 42 | main(argc, argv) | ^~~~ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o font.o font.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o minix.o minix.c minix.c: In function 'FontLoadMinix': minix.c:137:9: warning: pointer targets in assignment from 'u_char *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 137 | fdata = FontLoads(fp, hd.fnt_size); | ^ minix.c:149:9: warning: pointer targets in assignment from 'u_char *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 149 | fdata = FontLoadw(fp, hd.fnt_size); | ^ minix.c:153:11: warning: pointer targets in returning 'char *' from a function with return type 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 153 | return(fdata); | ^ cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o fontx2.o fontx2.c cc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o bdf.o bdf.c bdf.c: In function 'FontLoadBdf': bdf.c:126:16: warning: pointer targets in assignment from 'u_char *' {aka 'unsigned char *'} to 'char *' differ in signedness [-Wpointer-sign] 126 | if ((fdata = (u_char *)malloc(fi.size)) == NULL) return(NULL); | ^ bdf.c:170:11: warning: pointer targets in returning 'char *' from a function with return type 'u_char *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 170 | return(fdata); | ^ bdf.c:56:22: warning: variable 'fReg' set but not used [-Wunused-but-set-variable] 56 | struct fontRegs *fReg; | ^~~~ bdf.c:55:49: warning: unused variable 'n' [-Wunused-variable] 55 | int num, width, high, i, code = 0, data, k, n; | ^ bdf.c:81:6: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 81 | strncpy(reg, w, sizeof(reg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar rcs font.a font.o minix.o fontx2.o bdf.o gcc -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -lutil -o fld fld.o font.a /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/font' making all in tools make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/tools' cc -g -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include swkon.c /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a -o swkon cc -g -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include rel.c /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a -o rel cc -g -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include newvc.c /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a -o newvc newvc.c: In function 'main': newvc.c:99:55: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 4 [-Wformat-truncation=] 99 | snprintf(newTtyName, sizeof(newTtyName), "/dev/tty%d", newVcNum); | ^~ newvc.c:99:46: note: directive argument in the range [0, 2147483647] 99 | snprintf(newTtyName, sizeof(newTtyName), "/dev/tty%d", newVcNum); | ^~~~~~~~~~~~ newvc.c:99:5: note: 'snprintf' output between 10 and 19 bytes into a destination of size 12 99 | snprintf(newTtyName, sizeof(newTtyName), "/dev/tty%d", newVcNum); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -g -O2 -Wall -DCONFIG_NAME=\"/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -c -o mkminifont.o mkminifont.c mkminifont.c: In function 'main': mkminifont.c:29:14: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 29 | } else path = argv[i]; | ^ mkminifont.c:47:25: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness [-Wpointer-sign] 47 | } else while (fgets(line, sizeof(line), stdin)) { | ^~~~ | | | unsigned char * In file included from mkminifont.c:1: /usr/include/stdio.h:564:38: note: expected 'char * restrict' but argument is of type 'unsigned char *' 564 | extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | ~~~~~~~~~~~~~~~~~^~~ cc -g -o mkminifont mkminifont.o ../font/font.a /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/tools' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JWsMjS + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 + cd kon2-0.3.9b + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin + mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/fonts + mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/man/ja/man1 + mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/etc + make install TOPDIR=/home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 MANDIR=/home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64//usr/share/man/ja/man1 checking /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin ...ok checking /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/etc ...ok checking /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64//usr/share/man/ja/man1 ...ok installing all in lib make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib' installing all in src make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/src' ar rcs /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a vt.o sock.o fnld.o vc.o mouse.o term.o utmp.o errors.o child.o gcc -O2 -Wall -DCONFIG_NAME=\"/home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -lutil -o kon main.o /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a install -c -m 4755 kon /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/src' installing all in font make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/font' gcc -O2 -Wall -DCONFIG_NAME=\"/home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include -lutil -o fld fld.o font.a /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a install -c -m 4755 fld /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/font' installing all in tools make[1]: Entering directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/tools' cc -g -O2 -Wall -DCONFIG_NAME=\"/home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/etc/kon.cfg\" -I/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/include swkon.c /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a /home/iurt/rpmbuild/BUILD/kon2-0.3.9b/lib/libgon.a -o swkon install -c swkon /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin install -c -m 4755 newvc /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin make[1]: Leaving directory '/home/iurt/rpmbuild/BUILD/kon2-0.3.9b/tools' install -c doc/kon.1 /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64//usr/share/man/ja/man1 + install -m 0644 /home/iurt/rpmbuild/SOURCES/pubfont.a.gz /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/fonts + install -m 0644 /home/iurt/rpmbuild/SOURCES/pubfont.k.gz /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/fonts + mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/terminfo/k + touch /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/terminfo/k/kon + mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64//usr/share/man/man1 + cp doc/kon.1.eng /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64//usr/share/man/man1/kon.1 + rm doc/kon.1 doc/kon.1.eng 'doc/*.buffer' rm: cannot remove 'doc/*.buffer': No such file or directory + : + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.3.9b-20.mga8 --unique-debug-suffix -0.3.9b-20.mga8.x86_64 --unique-debug-src-base kon2-0.3.9b-20.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/kon2-0.3.9b explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/kon explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/newvc explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/swkon explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/fld extracting debug info from /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/newvc extracting debug info from /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/swkon extracting debug info from /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/fld extracting debug info from /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/kon gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/fld gdb-add-index: [Was there no debuginfo? Was there already an index?] gdb-add-index: No index was created for /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/bin/kon gdb-add-index: [Was there no debuginfo? Was there already an index?] original debug info size: 88kB, size after compression: 96kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 2 CRC32s did match. 17 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 Processing files: kon2-0.3.9b-20.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sC4RcS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd kon2-0.3.9b + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/doc/kon2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/doc/kon2 + cp -pr doc/AUTHOR doc/CHANGES doc/INSTALL.ENG doc/MODULE doc/QINSTALL.ENG doc/README doc/README.FreeBSD doc/THANKS doc/TODO doc/conf.doc doc/fld.j3100.doc doc/kon.doc /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/doc/kon2 + cp -pr terminfo.kon /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/doc/kon2 + cp -pr termcap.kon /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64/usr/share/doc/kon2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(kon2) = 0.3.9b-20.mga8 kon2 = 0.3.9b-20.mga8 kon2(x86-64) = 0.3.9b-20.mga8 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.3)(64bit) libc.so.6(GLIBC_2.7)(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.2.5)(64bit) Processing files: kon2-debugsource-0.3.9b-20.mga8.x86_64 Provides: kon2-debugsource = 0.3.9b-20.mga8 kon2-debugsource(x86-64) = 0.3.9b-20.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: kon2-debuginfo-0.3.9b-20.mga8.x86_64 Provides: debuginfo(build-id) = 11c4315c1008b5ab5d43d8909202ddfa106efa7e debuginfo(build-id) = 1e0128638becdd45ff8ed663c7d08fa0d278c821 debuginfo(build-id) = 29ef1334dff7222fa07435d549c5e6158547043d debuginfo(build-id) = 45bfa5c099abac521966fe1f4087bb5f95355b44 kon2-debuginfo = 0.3.9b-20.mga8 kon2-debuginfo(x86-64) = 0.3.9b-20.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: kon2-debugsource(x86-64) = 0.3.9b-20.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/kon2-debugsource-0.3.9b-20.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/kon2-debuginfo-0.3.9b-20.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/kon2-0.3.9b-20.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.X9HVWQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd kon2-0.3.9b + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/kon2-0.3.9b-20.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.iydkuT + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf kon2-0.3.9b + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!