D: [iurt_root_command] chroot warning: %setup_compile_flags is deprecated, use %set_build_flags instead warning: %makeinstall_std is deprecated, use %make_install instead Installing /home/iurt/rpmbuild/SRPMS/multitail-6.4.2-3.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oy0hgT + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf multitail-6.4.2 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/multitail-6.4.2.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd multitail-6.4.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sXteqS + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd multitail-6.4.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + export LDFLAGS + /usr/bin/make -O -j8 V=1 VERBOSE=1 cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o my_pty.o my_pty.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o error.o error.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o mem.o mem.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o help.o help.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o cv.o cv.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o selbox.o selbox.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o scrollback.o scrollback.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o utils.o utils.c utils.c: In function 'amount_to_str': utils.c:334:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 334 | snprintf(out, AMOUNT_STR_LEN, "%dKB", (int)((amount + M_KB - 1) / M_KB)); | ^ In file included from /usr/include/stdio.h:867, from utils.c:7: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 7 bytes into a destination of size 6 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ utils.c:332:38: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 332 | snprintf(out, AMOUNT_STR_LEN, "%dMB", (int)((amount + M_MB - 1) / M_MB)); | ^ In file included from /usr/include/stdio.h:867, from utils.c:7: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 4 and 7 bytes into a destination of size 6 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o stripstring.o stripstring.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o term.o term.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o diff.o diff.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o color.o color.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o globals.o globals.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o history.o history.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o misc.o misc.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o exec.o exec.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o xclip.o xclip.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o config.o config.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o cmdline.o cmdline.c cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o ui.o ui.c ui.c: In function 'edit_color': ui.c:155:41: warning: '%d' directive output may be truncated writing between 1 and 6 bytes into a region of size 5 [-Wformat-truncation=] 155 | snprintf(val_str, sizeof(val_str), "%d", val); | ^~ ui.c:155:40: note: directive argument in the range [-32768, 32767] 155 | snprintf(val_str, sizeof(val_str), "%d", val); | ^~~~ In file included from /usr/include/stdio.h:867, from ui.c:5: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 7 bytes into a destination of size 5 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ui.c: In function 'set_window_sizes': ui.c:2168:41: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 5 [-Wformat-truncation=] 2168 | snprintf(oldval, sizeof(oldval), "%d", pi[window].win_height); | ^~ ui.c:2168:40: note: directive argument in the range [0, 2147483647] 2168 | snprintf(oldval, sizeof(oldval), "%d", pi[window].win_height); | ^~~~ In file included from /usr/include/stdio.h:867, from ui.c:5: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 2 and 11 bytes into a destination of size 5 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:494, from ui.c:4: In function 'strncpy', inlined from 'edit_regexp' at ui.c:1165:5: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ui.c:24: ui.c: In function 'edit_regexp': ui.c:1165:52: note: length computed here 1165 | strncpy(dummy, (cur -> pre)[loop].cmd, min(17, strlen((cur -> pre)[loop].cmd))); utils.h:2:25: note: in definition of macro 'min' 2 | #define min(x, y) ((x)<(y)?(x):(y)) | ^ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -funsigned-char -D`uname` -DVERSION=\"6.4.2\" -DCONFIG_FILE=\"/etc/multitail.conf\" -DUTF8_SUPPORT -D_FORTIFY_SOURCE=2 -O3 -c -o mt.o mt.c mt.c: In function 'do_color_print': mt.c:696:4: warning: implicit declaration of function 'waddnwstr'; did you mean 'waddnstr'? [-Wimplicit-function-declaration] 696 | waddnwstr(win -> win, &wcur, 1); | ^~~~~~~~~ | waddnstr cc utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o history.o xclip.o -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -lpanelw -lncursesw -lutil -lm -o multitail + for f in readme.txt + iconv -f ISO88592 -t UTF8 + touch -r readme.txt readme.txt.utf8 + mv readme.txt.utf8 readme.txt + chmod 644 conversion-scripts/colors-example.pl conversion-scripts/colors-example.sh + chmod 644 conversion-scripts/convert-geoip.pl conversion-scripts/convert-simple.pl + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rStB5T + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 + cd multitail-6.4.2 + '[' 1 -eq 1 ']' + install -d -m0755 /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/bin /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/man/man1/ /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc + make DESTDIR=/home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 install mkdir -p /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/bin cp multitail /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/bin mkdir -p /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/man/man1 cp multitail.1 /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/man/man1/multitail.1 mkdir -p /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail-6.4.2 cp *.txt INSTALL manual*.html /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail-6.4.2 # ### COPIED multitail.conf.new, YOU NEED TO REPLACE THE multitail.conf ### YOURSELF WITH THE NEW FILE # mkdir -p /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail/ cp multitail.conf /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail.conf.new cp conversion-scripts/* /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail/ # # There's a mailinglist! # Send an e-mail to minimalist@vanheusden.com with in the subject # 'subscribe multitail' to subscribe. # # you might want to run 'make thanks' now :-) # http://www.vanheusden.com/wishlist.php # # How do YOU use multitail? Please send me an e-mail so that I can # update the examples page. + mv /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail.conf.new /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail.conf + rm -f /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail/colors-example.pl /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/etc/multitail/colors-example.sh + rm -rf /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail-6.4.2 + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 6.4.2-3.mga8 --unique-debug-suffix -6.4.2-3.mga8.aarch64 --unique-debug-src-base multitail-6.4.2-3.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/multitail-6.4.2 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/bin/multitail extracting debug info from /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/bin/multitail original debug info size: 1040kB, size after compression: 868kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 864 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: multitail-6.4.2-3.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FSp9qW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd multitail-6.4.2 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail + cp -pr manual-nl.html manual.html /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail + cp -pr license.txt /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail + cp -pr readme.txt /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail + cp -pr conversion-scripts/colors-example.pl conversion-scripts/colors-example.sh /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64/usr/share/doc/multitail + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(multitail) = 6.4.2-3.mga8 multitail = 6.4.2-3.mga8 multitail(aarch-64) = 6.4.2-3.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) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.17)(64bit) libncursesw.so.6()(64bit) libpanelw.so.6()(64bit) libtinfo.so.6()(64bit) libutil.so.1()(64bit) libutil.so.1(GLIBC_2.17)(64bit) Processing files: multitail-debugsource-6.4.2-3.mga8.aarch64 Provides: multitail-debugsource = 6.4.2-3.mga8 multitail-debugsource(aarch-64) = 6.4.2-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: multitail-debuginfo-6.4.2-3.mga8.aarch64 Provides: debuginfo(build-id) = 4196d3b488455d315fe38a109f5d45043dae82d4 multitail-debuginfo = 6.4.2-3.mga8 multitail-debuginfo(aarch-64) = 6.4.2-3.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: multitail-debugsource(aarch-64) = 6.4.2-3.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/multitail-6.4.2-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/multitail-debugsource-6.4.2-3.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/multitail-debuginfo-6.4.2-3.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MIBmXV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd multitail-6.4.2 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/multitail-6.4.2-3.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2uAKGV + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf multitail-6.4.2 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!