public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: thelma@sys-concept.com
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] new installation - ERROR: dev-lang/rust-1.47.0-r2::gentoo failed (compile phase)
Date: Sat, 16 Jan 2021 13:59:17 -0700	[thread overview]
Message-ID: <5ffe0505-fe9a-5f53-759f-f35f9f8ee6d1@sys-concept.com> (raw)

Reinstalling Gentoo on one box (I wiped the root partition, so it is a clean install) and I'm getting this error

* ERROR: dev-lang/rust-1.47.0-r2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_compile
 *   environment, line 3644:  Called die
 * The specific snippet of code:
 *       env $(cat "${S}"/config.env) RUST_BACKTRACE=1 "${EPYTHON}" ./x.py dist -vv --config="${S}"/config.toml -j$(makeopts_jobs) || die )
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/rust-1.47.0-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/rust-1.47.0-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/rust-1.47.0-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/rust-1.47.0-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src'
 * S: '/var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src'

tail  /var/tmp/portage/dev-lang/rust-1.47.0-r2/temp/build.log

expected success, got: exit code: 101
      < ToolBuild { compiler: Compiler { stage: 1, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } }, target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None }, tool: "rls", path: "src/tools/rls", mode: ToolRustc, is_optional_tool: true, source_type: Submodule, extra_features: ["clippy"] }
    < Rls { compiler: Compiler { stage: 1, host: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None } }, target: TargetSelection { triple: "x86_64-unknown-linux-gnu", file: None }, extra_features: [] }
thread 'main' panicked at 'Unable to build RLS', src/bootstrap/dist.rs:66:9
stack backtrace:
   0: backtrace::backtrace::libunwind::trace
             at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86
   1: backtrace::backtrace::trace_unsynchronized
             at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66
   2: std::sys_common::backtrace::_print_fmt
             at src/libstd/sys_common/backtrace.rs:78
   3: <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt
             at src/libstd/sys_common/backtrace.rs:59
   4: core::fmt::write
             at src/libcore/fmt/mod.rs:1076
   5: std::io::Write::write_fmt
             at src/libstd/io/mod.rs:1537
   6: std::sys_common::backtrace::_print
             at src/libstd/sys_common/backtrace.rs:62
   7: std::sys_common::backtrace::print
             at src/libstd/sys_common/backtrace.rs:49
   8: std::panicking::default_hook::{{closure}}
             at src/libstd/panicking.rs:198
   9: std::panicking::default_hook
             at src/libstd/panicking.rs:217
  10: std::panicking::rust_panic_with_hook
             at src/libstd/panicking.rs:526
  11: rust_begin_unwind
             at src/libstd/panicking.rs:437
  12: std::panicking::begin_panic_fmt
             at src/libstd/panicking.rs:391
  13: bootstrap::dist::missing_tool
             at src/bootstrap/dist.rs:66
  14: <bootstrap::dist::Rls as bootstrap::builder::Step>::run::{{closure}}
             at src/bootstrap/dist.rs:1308
  15: core::option::Option<T>::or_else
             at /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libcore/option.rs:763
  16: <bootstrap::dist::Rls as bootstrap::builder::Step>::run
             at src/bootstrap/dist.rs:1305
  17: bootstrap::builder::Builder::ensure
             at src/bootstrap/builder.rs:1414
  18: <bootstrap::dist::Extended as bootstrap::builder::Step>::run
             at src/bootstrap/dist.rs:1763
  19: bootstrap::builder::Builder::ensure
             at src/bootstrap/builder.rs:1414
  20: <bootstrap::dist::Extended as bootstrap::builder::Step>::make_run
             at src/bootstrap/dist.rs:1745
  21: bootstrap::builder::StepDescription::maybe_run
             at src/bootstrap/builder.rs:189
  22: bootstrap::builder::StepDescription::run
             at src/bootstrap/builder.rs:211
  23: bootstrap::builder::Builder::run_step_descriptions
             at src/bootstrap/builder.rs:597
  24: bootstrap::builder::Builder::execute_cli
             at src/bootstrap/builder.rs:588
  25: bootstrap::Build::build
             at src/bootstrap/lib.rs:488
  26: bootstrap::main
             at src/bootstrap/bin/main.rs:15
  27: std::rt::lang_start::{{closure}}
             at /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/rt.rs:67
  28: std::rt::lang_start_internal::{{closure}}
             at src/libstd/rt.rs:52
  29: std::panicking::try::do_call
             at src/libstd/panicking.rs:348
  30: std::panicking::try
             at src/libstd/panicking.rs:325
  31: std::panic::catch_unwind
             at src/libstd/panic.rs:394
  32: std::rt::lang_start_internal
             at src/libstd/rt.rs:51
  33: std::rt::lang_start
             at /rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libstd/rt.rs:67
  34: main
  35: __libc_start_main
  36: _start
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Traceback (most recent call last):
  File "./x.py", line 11, in <module>
    bootstrap.main()
  File "/var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src/src/bootstrap/bootstrap.py", line 1009, in main
    bootstrap(help_triggered)
  File "/var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src/src/bootstrap/bootstrap.py", line 995, in bootstrap
    run(args, env=env, verbose=build.verbose)
  File "/var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src/src/bootstrap/bootstrap.py", line 143, in run
    raise RuntimeError(err)
RuntimeError: failed to run: /var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src/build/bootstrap/debug/bootstrap dist -vv --config=/var/tmp/portage/dev-lang/rust-1.47.0-r2/work/rustc-1.47.0-src/config.toml -j8
 * ERROR: dev-lang/rust-1.47.0-r2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line 125:  Called src_compile
 *   environment, line 3644:  Called die
 * The specific snippet of code:
 *       env $(cat "${S}"/config.env) RUST_BACKTRACE=1 "${EPYTHON}" ./x.py dist -vv --config="${S}"/config.toml -j$(makeopts_jobs) || die )

-- 
Thelma


             reply	other threads:[~2021-01-16 20:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 20:59 thelma [this message]
2021-01-17 11:04 ` [gentoo-user] new installation - ERROR: dev-lang/rust-1.47.0-r2::gentoo failed (compile phase) Peter Humphrey
2021-01-17 11:18   ` Michael
2021-01-17 13:05     ` bobwxc
2021-01-17 17:48     ` thelma
2021-01-18  7:44       ` bobwxc
2021-01-18  9:01         ` Peter Humphrey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5ffe0505-fe9a-5f53-759f-f35f9f8ee6d1@sys-concept.com \
    --to=thelma@sys-concept.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox