From: Marcel van der Boom <marcel@van-der-boom.nl>
To: 57303@debbugs.gnu.org
Subject: bug#57303: powerpc64le: rust build failure is bottleneck for many packages
Date: Fri, 19 Aug 2022 20:56:10 +0200 [thread overview]
Message-ID: <875yioxce6.fsf@van-der-boom.nl> (raw)
I use a Talos II machine as my daily driver and slowly migrating
as many packages to GUIX along the way. The kernel I am running
comes fromm https://archlinuxpower.org/
For many packages, rust is getting to be the bottleneck as a
dependency that does not build.
From what I can see there's a whole chain of rust dependencies
going back to rust@1.39.0 which then ultimately fails with:
--8<---------------cut here---------------start------------->8---
(16/112) BUILDING bitflags v1.1.0
> /tmp/guix-build-rust-1.39.0.drv-0/mrustc/bin/mrustc
> rustc-1.39.0-src/vendor/bitflags/src/lib.rs -o
> output/rustc-build/libbitflags-1_1_0.rlib --crate-name bitflags
> --crate-type rlib -C
> emit-depfile=output/rustc-build/libbitflags-1_1_0.rlib.d
> --crate-tag 1_1_0 -g --cfg debug_assertions -O -L output -L
> output/rustc-build --cfg bitflags_const_fn
(17/112) BUILDING cc v1.0.35
> /tmp/guix-build-rust-1.39.0.drv-0/mrustc/bin/mrustc
> rustc-1.39.0-src/vendor/cc/src/lib.rs -o
> output/rustc-build/libcc-1_0_35.rlib --crate-name cc
> --crate-type rlib -C
> emit-depfile=output/rustc-build/libcc-1_0_35.rlib.d --crate-tag
> 1_0_35 -g --cfg debug_assertions -O -L output -L
> output/rustc-build
> /tmp/guix-build-rust-1.39.0.drv-0/mrustc/bin/mrustc
> rustc-1.39.0-src/src/librustc_llvm/build.rs --crate-name build
> --crate-type bin -o output/rustc-build/build_rustc_llvm_run -L
> output/rustc-build -g -L output --extern
> build_helper=output/rustc-build/libbuild_helper-0_1_0.rlib
> --extern cc=output/rustc-build/libcc-1_0_35.rlib --edition 2018
> /tmp/guix-build-rust-1.39.0.drv-0/mrustc/output/rustc-build/build_rustc_llvm_run
thread 'main' panicked at 'assertion failed: `(left == right)`
left: `1`,
right: `0`',
rustc-1.39.0-src/vendor/hashbrown/src/raw/mod.rs:1086:59
Process was terminated with signal 6
--8<---------------cut here---------------end--------------->8---
The line in =mod.rs= points to an assertion in some sort of table
iterator. Way over my head.
I know rust runs on powerpc64le because I have a binary version
1.62 installed through https://archlinuxpower.org/
Is anyone familiar with this working on rust on powerpc64 for the
powerpc64le-linux system?
next reply other threads:[~2022-08-19 19:28 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-19 18:56 Marcel van der Boom [this message]
2022-08-19 20:11 ` bug#57303: powerpc64le: rust build failure is bottleneck for many packages Maxim Cournoyer
2022-08-20 8:06 ` Marcel van der Boom
2022-08-22 8:53 ` Efraim Flashner
2022-08-22 9:06 ` Marcel van der Boom
2022-08-23 9:38 ` Marcel van der Boom
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=875yioxce6.fsf@van-der-boom.nl \
--to=marcel@van-der-boom.nl \
--cc=57303@debbugs.gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.