D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/pterjan/rpmbuild/SPECS/erlang-lfe.spec line 46: autopatch: no matching patches in range Installing /home/pterjan/rpmbuild/SRPMS/erlang-lfe-2.0.1-1.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.npERGv Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KMg59m + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + rm -rf lfe-2.0.1 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/lfe-2.0.1.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd lfe-2.0.1 + /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.kCRvXs + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd lfe-2.0.1 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + mkdir -p ./ebin/ + /usr/bin/erlc -o ./ebin/ src/lfe.erl src/lfe_abstract_code.erl src/lfe_bits.erl src/lfe_codegen.erl src/lfe_codelift.erl src/lfe_comp.erl src/lfe_docs.erl src/lfe_edlin_expand.erl src/lfe_env.erl src/lfe_eval.erl src/lfe_eval_bits.erl src/lfe_gen.erl src/lfe_init.erl src/lfe_internal.erl src/lfe_io.erl src/lfe_io_format.erl src/lfe_io_pretty.erl src/lfe_io_write.erl src/lfe_lib.erl src/lfe_lint.erl src/lfe_macro.erl src/lfe_macro_export.erl src/lfe_macro_include.erl src/lfe_macro_record.erl src/lfe_ms.erl src/lfe_parse.erl src/lfe_qlc.erl src/lfe_shell.erl src/lfe_shell_docs.erl src/lfe_translate.erl src/lfe_types.erl src/lfescript.erl src/scm.erl src/lfe_comp.erl:93:52: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 93| ?CATCH(error, Reason, St) % | ^ src/lfe_eval.erl:824:30: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 824| ?CATCH(Class, Error, Stack) % | ^ src/lfe_eval.erl:884:38: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 884| ?CATCH(error, illegal_guard, Stack) %Handle illegal guard % | ^ src/lfe_init.erl:82:30: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 82| ?CATCH(Class, Error, Stack) % | ^ src/lfe_io_pretty.erl:84:1: Warning: this clause cannot match because its guard evaluates to 'false' % 84| term(Map, D, I, L) when ?IS_MAP(Map) -> % | ^ src/lfe_io_write.erl:48:1: Warning: this clause cannot match because its guard evaluates to 'false' % 48| term(Map, D) when ?IS_MAP(Map) -> map(Map, D); % | ^ src/lfe_macro.erl:680:30: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 680| ?CATCH(error, Error, Stack) % | ^ src/lfe_macro.erl:695:30: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 695| ?CATCH(error, Error, Stack) % | ^ src/lfe_macro.erl:1381:1: Warning: this clause cannot match because its guard evaluates to 'false' % 1381| exp_backquote(X, N) when ?IS_MAP(X) -> % | ^ src/lfe_shell.erl:431:31: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 431| ?CATCH(Class, Reason, Stack) % | ^ src/lfe_translate.erl:1156:1: Warning: this clause cannot match because its guard evaluates to 'false' % 1156| to_pat(M, L, Pvs, Vt, St) when ?IS_MAP(M) -> %Map literal % | ^ src/lfe_types.erl:76:21: Warning: variable '_L' is bound multiple times in this pattern. If you mean to ignore this value, use '_' or a different underscore-prefixed name % 76| from_type_def({type,_L,record,[{atom,_L,Name}|Fields]}) -> % | ^ src/lfe_types.erl:76:38: Warning: variable '_L' is bound multiple times in this pattern. If you mean to ignore this value, use '_' or a different underscore-prefixed name % 76| from_type_def({type,_L,record,[{atom,_L,Name}|Fields]}) -> % | ^ src/lfe_types.erl:161:1: Warning: this clause cannot match because its guard evaluates to 'false' % 161| to_type_def(Map, Line) when ?IS_MAP(Map) -> % | ^ src/lfe_types.erl:244:1: Warning: this clause cannot match because its guard evaluates to 'false' % 244| check_type_def(Map, Recs, Tvs) when ?IS_MAP(Map) -> % | ^ src/lfescript.erl:65:27: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 65| ?CATCH(_, Reason, Stack) % | ^ src/lfescript.erl:194:30: Warning: erlang:get_stacktrace/0 is removed; use the new try/catch syntax for retrieving the stack backtrace % 194| ?CATCH(Class, Error, Stack) % | ^ + emacs -L emacs/ -batch -f batch-byte-compile emacs/inferior-lfe.el emacs/lfe-mode.el emacs/lfe-indent.el Loading /etc/emacs/site-start.d/autoconf.el (source)... Loading /etc/emacs/site-start.d/desktop-file-utils.el (source)... Loading /etc/emacs/site-start.d/gettext.el (source)... Loading /etc/emacs/site-start.d/rpm-mageia-setup.el (source)... In toplevel form: emacs/inferior-lfe.el:1:1: Warning: file has no `lexical-binding' directive on its first line In toplevel form: emacs/lfe-mode.el:1:1: Warning: file has no `lexical-binding' directive on its first line In toplevel form: emacs/lfe-indent.el:1:1: Warning: file has no `lexical-binding' directive on its first line + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eDu4Qa + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + mkdir /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd lfe-2.0.1 + '[' 1 -eq 1 ']' + install -m 0755 -d /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/bin /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/priv + install -p -m 0755 -D ebin/lfe.beam ebin/lfe_abstract_code.beam ebin/lfe_bits.beam ebin/lfe_codegen.beam ebin/lfe_codelift.beam ebin/lfe_comp.beam ebin/lfe_docs.beam ebin/lfe_edlin_expand.beam ebin/lfe_env.beam ebin/lfe_eval.beam ebin/lfe_eval_bits.beam ebin/lfe_gen.beam ebin/lfe_init.beam ebin/lfe_internal.beam ebin/lfe_io.beam ebin/lfe_io_format.beam ebin/lfe_io_pretty.beam ebin/lfe_io_write.beam ebin/lfe_lib.beam ebin/lfe_lint.beam ebin/lfe_macro.beam ebin/lfe_macro_export.beam ebin/lfe_macro_include.beam ebin/lfe_macro_record.beam ebin/lfe_ms.beam ebin/lfe_parse.beam ebin/lfe_qlc.beam ebin/lfe_shell.beam ebin/lfe_shell_docs.beam ebin/lfe_translate.beam ebin/lfe_types.beam ebin/lfescript.beam ebin/scm.beam /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/ + install -p -m 0755 -D bin/lfe bin/lfe-first-try bin/lfe-test bin/lfec bin/lfedoc bin/lfescript /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/bin/ + echo 'we are going to install only bare minimum of LFE - just for rebar bootstrapping' we are going to install only bare minimum of LFE - just for rebar bootstrapping + install -m 0755 -d /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT//usr/bin + ln -s /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfe /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfec /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfescript /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/bin/ + mkdir -p /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + mkdir -p /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp/site-start.d + install -p -m 0644 emacs/inferior-lfe.el /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + install -p -m 0644 emacs/inferior-lfe.elc /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + install -p -m 0644 emacs/lfe-mode.el /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + install -p -m 0644 emacs/lfe-mode.elc /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + install -p -m 0644 emacs/lfe-indent.el /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + install -p -m 0644 emacs/lfe-indent.elc /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp + install -p -m 0644 emacs/lfe-start.el /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/emacs/site-lisp/site-start.d + /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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfec from /usr/bin/env lfe to #!/usr/bin/lfe mangling shebang in /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfedoc from /usr/bin/env lfe to #!/usr/bin/lfe mangling shebang in /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfe from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfe-test from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfe-first-try from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/lib64/erlang/lib/lfe-2.0.1/bin/lfescript from /bin/sh to #!/usr/bin/sh + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.p8py0e + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd lfe-2.0.1 + '[' 1 -eq 1 ']' + echo 'No tests during bootstrapping' No tests during bootstrapping + RPM_EC=0 ++ jobs -p + exit 0 Processing files: erlang-lfe-2.0.1-1.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.m4xJYI + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + cd lfe-2.0.1 + DOCDIR=/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/doc/erlang-lfe + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/doc/erlang-lfe + cp -pr /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/lfe-2.0.1/README.md /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/doc/erlang-lfe + cp -pr /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/lfe-2.0.1/doc /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/doc/erlang-lfe + cp -pr /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/lfe-2.0.1/examples /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/doc/erlang-lfe + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0Bn8ND + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + cd lfe-2.0.1 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/licenses/erlang-lfe + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/licenses/erlang-lfe + cp -pr /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/lfe-2.0.1/LICENSE /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/share/licenses/erlang-lfe + RPM_EC=0 ++ jobs -p + exit 0 ERROR: Cant find erl_parse:package_segments/1 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_translate.beam' ERROR: Cant find packages:concat/1 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_translate.beam' ERROR: Cant find erlang:get_stacktrace/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfescript.beam' ERROR: Cant find user:start/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_init.beam' ERROR: Cant find erlang:get_stacktrace/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_init.beam' ERROR: Cant find erlang:get_stacktrace/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_macro.beam' ERROR: Cant find lfe_scan:string/2 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_io.beam' ERROR: Cant find lfe_scan:token/3 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_io.beam' ERROR: Cant find lfe_scan:start_symbol_char/1 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_io_write.beam' ERROR: Cant find erlang:get_stacktrace/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_shell.beam' ERROR: Cant find v3_kernel_pp:format/1 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_comp.beam' ERROR: Cant find erlang:get_stacktrace/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_comp.beam' ERROR: Cant find lfe_scan:symbol_char/1 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_edlin_expand.beam' ERROR: Cant find lfe_scan:string/1 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_edlin_expand.beam' ERROR: Cant find erlang:get_stacktrace/0 while processing '/home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT/usr/lib64/erlang/lib/lfe-2.0.1/ebin/lfe_eval.beam' Provides: erlang-lfe = 2.0.1-1.mga10 erlang-lfe(x86-64) = 2.0.1-1.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: erlang-compiler(x86-64) erlang-erts(x86-64) erlang-kernel(x86-64) erlang-stdlib(x86-64) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/erlang-lfe-2.0.1-1.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.87vs3s + umask 022 + cd /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + test -d /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + rm -rf /home/pterjan/rpmbuild/BUILD/erlang-lfe-2.0.1-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: /home/pterjan/rpmbuild/SPECS/erlang-lfe.spec line 46: autopatch: no matching patches in range D: [iurt_root_command] Success!