In Progress
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Much like
Bugjuggler:
c-...@google.com <c-...@google.com>
gb...@google.com <gb...@google.com> #3
Hi. I've received your bug and will wait for b/368393962 to be resolved, and then wait 2 days and then assign the bug to gbiv.
bl...@google.com <bl...@google.com> #4
Project: chromiumos/overlays/chromiumos-overlay
Branch: main
Author: George Burgess IV <
Link:
rust-bootstrap: land 1.84.1
Expand for full commit details
rust-bootstrap: land 1.84.1
Starting on b/393504523 led to rust_uprev.py uploading the 1.84.1 src
tarball. Might as well have the SDK builder generate artifacts for this
before we need them.
BUG=b:398823143
TEST=sudo emerge rust-bootstrap:1.84.1
Change-Id: I5e42be00977dc147175ff7b478fad09b3da2b898
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/6299951
Reviewed-by: Bob Haarman <inglorion@chromium.org>
Commit-Queue: George Burgess <gbiv@chromium.org>
Tested-by: George Burgess <gbiv@chromium.org>
Files:
- M
dev-lang/rust-bootstrap/Manifest
- A
dev-lang/rust-bootstrap/rust-bootstrap-1.84.1.ebuild
Hash: 8f7f449916a64f5c296b57c174d18bf5a5aae074
Date: Mon Feb 24 11:14:06 2025
Description
The
libedit
package does not build on 32 bit targets because it is not built with LFS support. It fails with the following error message (onhana
in this example):The Gentoo years out of date . Perhaps it should be upgraded? At the very least, LFS support should be added, as
dev-libs/libedit
islibedit
is necessary forlldb
.The upstream Gentoo enabled by default , but our
lldb
package has thelibedit
USE flagdev-util/lldb-server
package cannot enable this flag by default untillibedit
can be built for all targets.