Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on i386: error[E0412]: cannot find type u512 in this scope #5318

Open
yurivict opened this issue May 12, 2024 · 1 comment
Open
Labels
C-bug Something isn't working

Comments

@yurivict
Copy link

yurivict commented May 12, 2024

Summary

error[E0412]: cannot find type `u512` in this scope
     --> /wrkdirs/usr/ports/lang/rustpython/work/target/release/build/unicode_names2-fc074b82fe4b3d20/out/generated.rs:13939:43
      |
13939 | pub static PHRASEBOOK_OFFSETS2: &'static [u512] = &[
      |                                           ^^^^ not found in this scope

unicode_names2's last release is 1.2.2, but some other tag is used, which might be a cause of this problem.

log

rust-1.77.0
FreeBSD 13.2

@yurivict yurivict added the C-bug Something isn't working label May 12, 2024
@youknowone
Copy link
Member

Rust target used in the log is i686-unknown-freebsd.
I tried to build both unicode_names2 master and RustPython main with the target, RustPython main + unicdoe_names2 1.2.2 with the target, but not reproducible.
How do I reproduce the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants