D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/rlwrap-0.46.1-1.mga10.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.784j60 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf rlwrap-0.46.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/rlwrap-0.46.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd rlwrap-0.46.1 + rm -rf /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1-SPECPARTS + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1-SPECPARTS + /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/pterjan/rpmbuild/tmp/rpm-tmp.NM8rNh + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rlwrap-0.46.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-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,-U_FORTIFY_SOURCE,-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,-U_FORTIFY_SOURCE,-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,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now --cap-lints=warn' + export RUSTFLAGS + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CONFIGURE_TOP=. + '[' 1 = 1 ']' ++ find . -name config.guess -o -name config.sub + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./tools/config.guess + '[' -f /usr/lib/rpm/mageia/config.guess ']' ++ basename ./tools/config.guess + cp -af /usr/lib/rpm/mageia/config.guess ./tools/config.guess + for i in $(find ${CONFIGURE_TOP} -name config.guess -o -name config.sub) ++ basename ./tools/config.sub + '[' -f /usr/lib/rpm/mageia/config.sub ']' ++ basename ./tools/config.sub + cp -af /usr/lib/rpm/mageia/config.sub ./tools/config.sub + /usr/lib/rpm/mageia/force-as-needed-for-shared-lib-in-libtool Forcing -Wl,--as-needed in configure/libtool to workaround libtool bug (cf http://lists.gnu.org/archive/html/libtool-patches/2004-06/msg00002.html) + /usr/lib/rpm/mageia/drop-ld-no-undefined-for-shared-lib-modules-in-libtool + /usr/lib/rpm/mageia/fix-libtool-ltmain-from-overlinking + /usr/lib/rpm/mageia/fix-libtool-from-moving-options-after-libs . + /usr/lib/rpm/mageia/fix-dlsearch-path-in-libtool-for-multilib . lib64 + ./configure --host=x86_64-mageia-linux-gnu --build=x86_64-mageia-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info checking build system type... x86_64-mageia-linux-gnu checking host system type... x86_64-mageia-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking whether build environment is sane... yes checking whether make supports the include directive... yes (GNU style) checking for x86_64-mageia-linux-gnu-gcc... no checking for gcc... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for x86_64-mageia-linux-gnu-gcc... gcc checking whether the compiler supports GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to enable C11 features... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none checking how to run the C preprocessor... gcc -E checking for perl... /usr/bin/perl checking for strip... strip checking for sys/wait.h that is POSIX.1 compatible... yes checking for errno.h... yes checking for fcntl.h... yes checking for libgen.h... yes checking for libutil.h... no checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sched.h... yes checking for sys/file.h... yes checking for sys/ioctl.h... yes checking for sys/wait.h... (cached) yes checking for sys/resource.h... yes checking for stddef.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for time.h... yes checking for sys/time.h... yes checking for getopt.h... yes checking for regex.h... yes checking for curses.h... yes checking for stropts.h... no checking for termcap.h... yes checking for util.h... no checking for term.h... yes checking for ncurses/term.h... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether PROC_PIDVNODEPATHINFO is declared... no checking whether procstat_open_sysctl is declared... no checking whether procstat_getprocs is declared... no checking whether procstat_getfiles is declared... no checking whether STAILQ_FOREACH is declared... no checking argument type of tputs putc function... int checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking for getopt_long... yes checking for basename... yes checking for dirname... yes checking for flock... yes checking for getopt_long... (cached) yes checking for isastream... no checking for mkstemps... yes checking for pselect... yes checking for putenv... yes checking for readlink... yes checking for sched_yield... yes checking for setenv... yes checking for setitimer... yes checking for setsid... yes checking for setrlimit... yes checking for sigaction... yes checking for snprintf... yes checking for strlcpy... no checking for strlcat... no checking for strnlen... yes checking for system... yes checking for openpty in -lutil... yes checking for openpty... yes checking for getpty... no checking for grantpt... yes checking for unlockpt... yes checking for getpt... checking for pty/tty type... checking for pty.h... yes OPENPTY configure: checking for pty ranges checking for tgetent... no checking for tgetent in -ltinfo... yes checking for readline in -lreadline... yes checking for tigetnum... yes checking for readline/readline.h... yes checking whether your readline headers and library know about rl_set_screen_size... yes checking whether your readline headers and library know about rl_basic_quote_characters... yes checking whether your readline headers and library know about rl_variable_value... yes checking whether your readline headers and library know about rl_readline_version... yes checking whether your readline headers and library know about rl_executing_keyseq... yes checking whether the private symbol _rl_horizontal_scroll_mode is visble in your readline libs... yes Will rlwrap find command's working directory under /proc//cwd? let's see... checking for /proc/3904412/cwd/configure.ac... yes checking whether we can find command line under //cmdline and mirror it by overwriting our own *argv (this may take a few secs)... yes checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating filters/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating doc/rlwrap.man config.status: creating config.h config.status: executing depfiles commands Now do: make (or gmake) to build rlwrap make check for instructions how to test it make install to install it + /usr/bin/make -O -j16 V=1 VERBOSE=1 /usr/bin/make all-recursive Making all in doc make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/doc' sed -e 's#@DATADIR@#/usr/share#' rlwrap.man > rlwrap.1 make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/doc' Making all in src make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o malloc_debug.o malloc_debug.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o ptytty.o ptytty.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o multibyte.o multibyte.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o filter.o filter.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o pty.o pty.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o term.o term.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o signals.o signals.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o main.o main.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o utils.o utils.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o readline.o readline.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o completion.o completion.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DHAVE_CONFIG_H -I. -I.. -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o string_utils.o string_utils.c make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' gcc -DDATADIR=\"/usr/share\" -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -o rlwrap main.o signals.o readline.o pty.o completion.o term.o ptytty.o utils.o string_utils.o malloc_debug.o multibyte.o filter.o -lutil -lreadline -ltinfo make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' Making all in filters make[2]: Nothing to be done for 'all'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.IHKhZ2 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 + cd rlwrap-0.46.1 + '[' 1 -eq 1 ']' + /usr/bin/make install DESTDIR=/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 'INSTALL=/usr/bin/install -p' Making install in doc make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/doc' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/man/man1' /usr/bin/install -p -m 644 rlwrap.1 '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/man/man1' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/doc' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/doc' Making install in src make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/bin' /usr/bin/install -p rlwrap '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/src' Making install in filters make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/filters' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/filters' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/man/man3' /usr/bin/install -p -m 644 RlwrapFilter.3pm '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/man/man3' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/filters' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/filters' make[1]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' make[2]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/rlwrap' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/rlwrap/filters' /usr/bin/install -p -m 644 filters/README filters/RlwrapFilter.pm filters/RlwrapFilter.3pm filters/count_in_prompt filters/pipeto filters/logger filters/null filters/unbackspace filters/pipeline filters/ftp_filter filters/handle_hotkeys filters/history_format filters/simple_macro filters/template filters/scrub_prompt filters/paint_prompt filters/censor_passwords filters/listing filters/paint_prompt.py filters/handle_hotkeys.py filters/logger.py filters/pipeto.py filters/rlwrapfilter.py filters/null.py filters/censor_passwords.py filters/edit_history filters/count_in_prompt.py filters/ftp_filter.py filters/debug_null filters/handle_sigwinch filters/outfilter filters/makefilter filters/dissect_prompt '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/rlwrap/filters' /usr/bin/mkdir -p '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/rlwrap/completions' /usr/bin/install -p -m 644 completions/testclient completions/coqtop '/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/rlwrap/completions' /usr/bin/make install-data-hook make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' chmod a+x /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/rlwrap/filters/* make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' make[2]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' make[1]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.46.1-1.mga10 --unique-debug-suffix -0.46.1-1.mga10.x86_64 --unique-debug-src-base rlwrap-0.46.1-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/bin/rlwrap original debug info size: 300kB, size after compression: 284kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 650 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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/share/rlwrap/filters/rlwrapfilter.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/simple_macro from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/null.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/pipeline from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/unbackspace from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/pipeto.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/logger from /usr/bin/env perl to #!/usr/bin/perl *** WARNING: ./usr/share/rlwrap/filters/RlwrapFilter.3pm is executable but has no shebang, removing executable bit mangling shebang in /usr/share/rlwrap/filters/handle_sigwinch from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/handle_hotkeys from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/censor_passwords from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/history_format from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/edit_history from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/count_in_prompt from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/null from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/listing from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/paint_prompt.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/scrub_prompt from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/logger.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/outfilter from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/debug_null from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/paint_prompt from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/pipeto from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/ftp_filter.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/ftp_filter from /usr/bin/env perl to #!/usr/bin/perl *** WARNING: ./usr/share/rlwrap/filters/README is executable but has no shebang, removing executable bit *** WARNING: ./usr/share/rlwrap/filters/RlwrapFilter.pm is executable but has no shebang, removing executable bit mangling shebang in /usr/share/rlwrap/filters/censor_passwords.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/dissect_prompt from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/makefilter from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/handle_hotkeys.py from /usr/bin/env python3 to #!/usr/bin/python3 mangling shebang in /usr/share/rlwrap/filters/template from /usr/bin/env perl to #!/usr/bin/perl mangling shebang in /usr/share/rlwrap/filters/count_in_prompt.py from /usr/bin/env python3 to #!/usr/bin/python3 + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.o1XXT9 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rlwrap-0.46.1 + '[' 1 -eq 1 ']' + /usr/bin/make -O -j16 V=1 VERBOSE=1 check Making check in doc make[1]: Nothing to be done for 'check'. Making check in src make[1]: Nothing to be done for 'check'. Making check in filters make[1]: Nothing to be done for 'check'. /usr/bin/make check-TESTS make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' PASS: test/testit make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' make[3]: Entering directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' ============================================================================ Testsuite summary for rlwrap 0.46.1 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rlwrap-0.46.1-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Kl9rdo + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rlwrap-0.46.1 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + export LC_ALL= + LC_ALL= + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + cp -pr /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/AUTHORS /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + cp -pr /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/BUGS /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + cp -pr /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/COPYING /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + cp -pr /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/ChangeLog /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + cp -pr /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/NEWS /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + cp -pr /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1/README.md /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64/usr/share/doc/rlwrap + RPM_EC=0 ++ jobs -p + exit 0 Provides: perl(RlwrapFilter) = 0.10.0 rlwrap = 0:0.46.1-1.mga10 rlwrap(x86-64) = 0:0.46.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libreadline.so.8()(64bit) libtinfo.so.6()(64bit) perl >= 0:5.006 perl(AutoLoader) perl(Carp) perl(Config) perl(Data::Dumper) perl(Exporter) perl(File::Slurp) perl(Getopt::Std) perl(POSIX) perl(RlwrapFilter) perl(constant) perl(lib) perl(strict) perl(vars) perl-base >= 2:5.38.2 Processing files: rlwrap-debugsource-0.46.1-1.mga10.x86_64 Provides: rlwrap-debugsource = 0:0.46.1-1.mga10 rlwrap-debugsource(x86-64) = 0:0.46.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: rlwrap-debuginfo-0.46.1-1.mga10.x86_64 Provides: debuginfo(build-id) = c9df2889b329c7cfc207c2ce617e9b2237515a15 rlwrap-debuginfo = 0:0.46.1-1.mga10 rlwrap-debuginfo(x86-64) = 0:0.46.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: rlwrap-debugsource(x86-64) = 0:0.46.1-1.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/rlwrap-debuginfo-0.46.1-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/rlwrap-debugsource-0.46.1-1.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/rlwrap-0.46.1-1.mga10.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gqGpTs + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd rlwrap-0.46.1 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/rlwrap-0.46.1-1.mga10.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5vwBAX + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf /home/pterjan/rpmbuild/BUILD/rlwrap-0.46.1-SPECPARTS + rm -rf rlwrap-0.46.1 rlwrap-0.46.1.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!