Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888930 - dev-lang/rust-1.66.0 fails to compile: ICE
Summary: dev-lang/rust-1.66.0 fails to compile: ICE
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Rust Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-30 06:16 UTC by Agostino Sarubbo
Modified: 2024-02-14 10:26 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,262.77 KB, application/x-xz)
2022-12-30 06:16 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-30 06:16:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/rust-1.66.0 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-30 06:16:51 UTC
Created attachment 845716 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-12-30 06:16:52 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


103 | |                 return Err(io::Error::from($err));
139 | |     (Error: Sized $(+ $($supertrait:ident)::+)*) => {
156 | /                         fail!(Error::UnsupportedChunkLength {
299 |   declare_error_trait!(Error: Sized + StdError);
299 | declare_error_trait!(Error: Sized + StdError);
832 |         error::Error::description(self).fmt(f)
-- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) 
-- Could NOT find Python module pygments
-- Could NOT find Python module pygments.lexers.c_cpp
-- Could NOT find Python module yaml
error: internal compiler error: unexpected panic
RuntimeError: failed to run: /var/tmp/portage/dev-lang/rust-1.66.0/work/rustc-1.66.0-src/build/bootstrap/debug/bootstrap build -vv --config=/var/tmp/portage/dev-lang/rust-1.66.0/work/rustc-1.66.0-src/config.toml -j63
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
[io-lifetimes 0.7.2] error: aborting due to previous error