<86>Jun 20 15:36:32 userdel[1647714]: delete user 'rooter' <86>Jun 20 15:36:32 userdel[1647714]: removed group 'rooter' owned by 'rooter' <86>Jun 20 15:36:32 userdel[1647714]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 20 15:36:32 groupadd[1647727]: group added to /etc/group: name=rooter, GID=573 <86>Jun 20 15:36:32 groupadd[1647727]: group added to /etc/gshadow: name=rooter <86>Jun 20 15:36:32 groupadd[1647727]: new group: name=rooter, GID=573 <86>Jun 20 15:36:32 useradd[1647737]: new user: name=rooter, UID=573, GID=573, home=/root, shell=/bin/bash <86>Jun 20 15:36:32 userdel[1647750]: delete user 'builder' <86>Jun 20 15:36:32 userdel[1647750]: removed group 'builder' owned by 'builder' <86>Jun 20 15:36:32 userdel[1647750]: removed shadow group 'builder' owned by 'builder' <86>Jun 20 15:36:32 groupadd[1647757]: group added to /etc/group: name=builder, GID=574 <86>Jun 20 15:36:32 groupadd[1647757]: group added to /etc/gshadow: name=builder <86>Jun 20 15:36:32 groupadd[1647757]: new group: name=builder, GID=574 <86>Jun 20 15:36:32 useradd[1647768]: new user: name=builder, UID=574, GID=574, home=/usr/src, shell=/bin/bash <13>Jun 20 15:36:36 rpmi: libpcre16-8.44-alt1 sisyphus+246874.100.1.1 1582587781 installed <13>Jun 20 15:36:36 rpmi: pcretest-8.44-alt1 sisyphus+246874.100.1.1 1582587781 installed <13>Jun 20 15:36:36 rpmi: libpcre-devel-8.44-alt1 sisyphus+246874.100.1.1 1582587781 installed <13>Jun 20 15:36:36 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550601058 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/tintin++-2.02.03-alt1.nosrc.rpm Installing tintin++-2.02.03-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67511 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tintin++-2.02.03 + echo 'Source #0 (tintin++-2.02.03.tar):' Source #0 (tintin++-2.02.03.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/tintin++-2.02.03.tar + cd tintin++-2.02.03 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (alt-tintin++-pcre.patch):' Patch #0 (alt-tintin++-pcre.patch): + /usr/bin/patch -p1 patching file src/configure patching file src/configure.in patching file src/regex.c Hunk #1 succeeded at 24 (offset -1 lines). patching file src/tintin.h + echo 'Patch #1 (alt-tintin++-noadv.patch):' Patch #1 (alt-tintin++-noadv.patch): + /usr/bin/patch -p1 patching file src/advertise.c Hunk #1 succeeded at 384 (offset 1 line). + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.90550 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tintin++-2.02.03 + cd src + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS=' -march=i586 -mtune=generic' + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext Configuring TinTin++ checking for i586-alt-linux-gcc... i586-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i586-alt-linux-gcc accepts -g... yes checking for i586-alt-linux-gcc option to accept ISO C89... none needed checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... i586-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking net/errno.h usability... no checking net/errno.h presence... no checking for net/errno.h... no checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking param.h usability... no checking param.h presence... no checking for param.h... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking socks.h usability... no checking socks.h presence... no checking for socks.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/ptem.h usability... no checking sys/ptem.h presence... no checking for sys/ptem.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/termio.h usability... no checking sys/termio.h presence... no checking for sys/termio.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking pcre/pcre.h usability... yes checking pcre/pcre.h presence... yes checking for pcre/pcre.h... yes checking gnutls/gnutls.h usability... no checking gnutls/gnutls.h presence... no checking for gnutls/gnutls.h... no configure: WARNING: gnutls header file not found, is the develoment part present checking for an ANSI C-conforming const... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for strftime... yes checking for utime.h... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for gethostbyname... yes checking for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strftime... (cached) yes checking for strncasecmp... yes checking for strstr... yes checking for utime... yes checking for getaddrinfo... yes checking for forkpty... no checking for popen... yes checking for inflate in -lz... yes checking for pthread_create in -lpthread... yes checking for gethostbyname in -lnsl... no checking for rresvport in -lsocket... no checking for forkpty in -lutil... yes checking for pcre_compile in -lpcre... yes checking for gnutls_init in -lgnutls... no checking for sqrt in -lm... yes checking for gmake... gmake checking for /dev/ptmx... no checking for library containing getmntent... none required checking for dirent.h that defines DIR... yes checking for library containing opendir... none required configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext Configure has finished. To compile, type: make + make make: Entering directory '/usr/src/RPM/BUILD/tintin++-2.02.03/src' i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c files.c files.c: In function 'read_file': files.c:97:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] 97 | fread(bufi, 1, size, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~ files.c: In function 'write_node': files.c:501:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 501 | asprintf(&result, "%c%s {%s}\n{\n%s\n}\n\n", gtd->tintin_char, list_table[list].name, node->arg1, script_writer(ses, node->arg2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:509:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 509 | asprintf(&result, "%c%s {%s}\n{\n%s\n}\n\n", gtd->tintin_char, list_table[list].name, node->arg1, script_writer(ses, node->arg2)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:513:5: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 513 | asprintf(&result, "%c%s {%s}\n{\n%s\n}\n{%s}\n\n", gtd->tintin_char, list_table[list].name, node->arg1, script_writer(ses, node->arg2), node->arg3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:522:4: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 522 | asprintf(&result, "%c%-16s {%s} %*s {%s}\n", gtd->tintin_char, list_table[list].name, node->arg1, 20 - llen, "", str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:535:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 535 | asprintf(&result, "%c%-16s {%s}\n", gtd->tintin_char, list_table[list].name, node->arg1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:538:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 538 | asprintf(&result, "%c%-16s {%s} %*s {%s}\n", gtd->tintin_char, list_table[list].name, node->arg1, 20 - llen, "", node->arg2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:541:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 541 | asprintf(&result, "%c%-16s {%s} %*s {%s} %*s {%s}\n", gtd->tintin_char, list_table[list].name, node->arg1, 20 - llen, "", node->arg2, 25 - rlen, "", node->arg3); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c:544:6: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] 544 | asprintf(&result, "%c%-16s {%s} %*s {%s} %*s {%s} {%s}\n", gtd->tintin_char, list_table[list].name, node->arg1, 20 - llen, "", node->arg2, 25 - rlen, "", node->arg3, node->arg4); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c help.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c trigger.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c input.c input.c: In function 'check_key': input.c:444:6: warning: 'partial' may be used uninitialized in this function [-Wmaybe-uninitialized] 444 | if (partial) | ^ input.c: In function 'process_input': input.c:105:3: warning: 'len' may be used uninitialized in this function [-Wmaybe-uninitialized] 105 | read_key(input, len); | ^~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c main.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c misc.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c net.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c parse.c parse.c: In function 'execute': parse.c:136:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 136 | vasprintf(&buffer, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ parse.c: In function 'parse_command': parse.c:261:23: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 261 | sprintf(line, "%s%s%s", cmd2, *arg ? " " : "", arg); | ^ In file included from /usr/include/stdio.h:867, from tintin.h:30, from parse.c:28: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output 1 or more bytes (assuming 30001) into a destination of size 30000 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c debug.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c update.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c history.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c vt102.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c terminal.c terminal.c: In function 'init_terminal_size': terminal.c:158:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 158 | write(gtd->attach_sock, buf, strlen(buf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c text.c text.c: In function 'print_stdout': text.c:104:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 104 | write(gtd->detach_sock, buffer, len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ text.c: In function 'word_wrap': text.c:214:22: warning: 'cur_space' may be used uninitialized in this function [-Wmaybe-uninitialized] 214 | if (ses->cur_col - cur_space >= 15 || wrap <= 20 || !SCROLL(ses)) | ~~~~~~~~~~~~~^~~~~~~~~~~ text.c: In function 'word_wrap_split': text.c:423:17: warning: 'cur_space' may be used uninitialized in this function [-Wmaybe-uninitialized] 423 | if (cur_col - cur_space > 15 || wrap <= 20) | ~~~~~~~~^~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c memory.c memory.c: In function 'str_dup_printf': memory.c:232:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 232 | vasprintf(&str, fmt, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ memory.c: In function 'str_cpy_printf': memory.c:271:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 271 | vasprintf(&arg, fmt, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ memory.c: In function 'str_cat_printf': memory.c:369:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 369 | vasprintf(&arg, fmt, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c math.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c split.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c system.c system.c: In function 'do_system': system.c:293:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] 293 | system(arg1); | ^~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c mapper.c mapper.c: In function 'draw_room': mapper.c:2380:6: warning: 'index' may be used uninitialized in this function [-Wmaybe-uninitialized] 2380 | int index, symsize = 1, exits, exit1, exit2, room1, room2, offset, flags = 0; | ^~~~~ mapper.c: In function 'map_landmark': mapper.c:6428:19: warning: 'room' may be used uninitialized in this function [-Wmaybe-uninitialized] 6428 | node->val32[0] = room; | ~~~~~~~~~~~~~~~^~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c tables.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c buffer.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c event.c event.c: In function 'check_all_events': event.c:100:3: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 100 | vasprintf(&name, fmt, list); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c tokenize.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c chat.c chat.c: In function 'send_block': chat.c:2107:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 2107 | write(buddy->fd, block, 501); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c utf8.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c advertise.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c list.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c forkpty.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c utils.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c line.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c data.c data.c: In function 'do_info': data.c:1207:5: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result] 1207 | getcwd(cwd, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c variable.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c msdp.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c port.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c scan.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c telopt_client.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c screen.c In file included from /usr/include/string.h:508, from tintin.h:49, from screen.c:26: In function 'strncpy', inlined from 'get_word_screen' at screen.c:1528:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' accessing 0 or more bytes at offsets 0 and [-2147483648, 2147483647] may overlap up to 2147483647 bytes at offset 2147483646 [-Wrestrict] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c cursor.c In file included from cursor.c:26: cursor.c: In function 'cursor_tab': tintin.h:948:49: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] 948 | #define HAS_BIT(bitvector, bit) ((bitvector) & (bit)) | ^ cursor.c:1518:6: note: 'flags' was declared here 1518 | int flags; | ^~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c nest.c nest.c: In function 'set_nest_node_ses': nest.c:874:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 874 | vasprintf(&arg2, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nest.c: In function 'add_nest_node_ses': nest.c:959:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 959 | vasprintf(&arg2, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nest.c: In function 'set_nest_node': nest.c:1038:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 1038 | vasprintf(&arg2, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nest.c: In function 'add_nest_node': nest.c:1114:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 1114 | vasprintf(&arg2, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c show.c show.c: In function 'show_message': show.c:136:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 136 | vasprintf(&buffer, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show.c:154:4: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 154 | vasprintf(&buffer, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show.c: In function 'show_error': show.c:176:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 176 | vasprintf(&buffer, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show.c: In function 'print_lines': show.c:303:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 303 | vasprintf(&buffer, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ show.c: In function 'tintin_printf2': show.c:404:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result] 404 | vasprintf(&buffer, format, args); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c mccp.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c telopt_server.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c draw.c draw.c: In function 'draw_table_grid': draw.c:1560:13: warning: 'str' may be used uninitialized in this function [-Wmaybe-uninitialized] 1560 | str = sub_arg_in_braces(ses, str, buf2 + strlen(buf2), GET_ONE, SUB_VAR|SUB_FUN|SUB_ESC|SUB_COL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c log.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c path.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c session.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c class.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c config.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c ssl.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c regex.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c substitute.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c daemon.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c dict.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c sort.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c base.c i586-alt-linux-gcc -g -Wall -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -I/usr/include -c string.c ---- Linking... i586-alt-linux-gcc -g -Wall -I/usr/include -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -D_GNU_SOURCE -DHAVE_CONFIG_H -o tt++ files.o help.o trigger.o input.o main.o misc.o net.o parse.o debug.o update.o history.o vt102.o terminal.o text.o memory.o math.o split.o system.o mapper.o tables.o buffer.o event.o tokenize.o chat.o utf8.o advertise.o list.o forkpty.o utils.o line.o data.o variable.o msdp.o port.o scan.o telopt_client.o screen.o cursor.o nest.o show.o mccp.o telopt_server.o draw.o log.o path.o session.o class.o config.o ssl.o regex.o substitute.o daemon.o dict.o sort.o base.o string.o -lm -lpcre -lutil -lpthread -lz make: Leaving directory '/usr/src/RPM/BUILD/tintin++-2.02.03/src' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.90859 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tintin++-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tintin++-buildroot + cd tintin++-2.02.03 + mkdir -p /usr/src/tmp/tintin++-buildroot/usr/bin + mkdir -p /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03 + install -pm755 src/tt++ /usr/src/tmp/tintin++-buildroot//usr/bin/ + install -pm644 docs/chat_protocol.txt docs/help.html docs/mslp_protocol.txt docs/ssl.txt docs/syntax.txt docs/tintin19.txt /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + install -pm644 COPYING /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + install -pm644 CREDITS /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + install -pm644 FAQ /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + install -pm644 README /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + install -pm644 SCRIPTS /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + install -pm644 TODO /usr/src/tmp/tintin++-buildroot/usr/share/doc/tintin++-2.02.03/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tintin++-buildroot (auto) Verifying and fixing files in /usr/src/tmp/tintin++-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/tintin++-buildroot/ (default) Compressing files in /usr/src/tmp/tintin++-buildroot (auto) Verifying ELF objects in /usr/src/tmp/tintin++-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/tt++: uses non-LFS functions: __xstat alphasort fcntl fopen open scandir Hardlinking identical .pyc and .pyo files Processing files: tintin++-2.02.03-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.62LoH3 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.08blX1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.22), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libc.so.6(GLIBC_2.8), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), libpcre.so.3 >= set:igW8KBv, libpthread.so.0(GLIBC_2.0), libpthread.so.0(GLIBC_2.1), libutil.so.1(GLIBC_2.0), libz.so.1 >= set:khb6pwmC5vHRjpc28oZF0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.k4so32 Creating tintin++-debuginfo package Processing files: tintin++-debuginfo-2.02.03-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6dmFV4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lOpue6 find-requires: running scripts (debuginfo) Requires: tintin++ = 2.02.03-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6), debug(libpcre.so.3), debug(libpthread.so.0), debug(libutil.so.1), debug(libz.so.1) Adding to tintin++-debuginfo a strict dependency on tintin++ Wrote: /usr/src/RPM/RPMS/i586/tintin++-2.02.03-alt1.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/tintin++-debuginfo-2.02.03-alt1.i586.rpm 56.88user 6.81system 1:33.00elapsed 68%CPU (0avgtext+0avgdata 172180maxresident)k 0inputs+0outputs (0major+1228733minor)pagefaults 0swaps 63.46user 12.47system 1:45.60elapsed 71%CPU (0avgtext+0avgdata 172180maxresident)k 0inputs+0outputs (0major+1510149minor)pagefaults 0swaps