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

[Bug] Build fails on arm64 asahi fedora #714

Open
1 task done
tikhonp opened this issue Nov 8, 2024 · 1 comment
Open
1 task done

[Bug] Build fails on arm64 asahi fedora #714

tikhonp opened this issue Nov 8, 2024 · 1 comment
Labels
bug This issue or pull request discusses a bug

Comments

@tikhonp
Copy link

tikhonp commented Nov 8, 2024

Pre-requisites

  • I have looked for any other duplicate issues

Ly version

Commit: e125d8f

Observed behavior

Failed to build.

After i cloned repo installed dependecies using:

sudo dnf install kernel-16k-devel pam-devel libxcb-devel zig

And then ran zig build it crashed:

image

Expected behavior

Successful build

Steps to reproduce

OS: Fedora Linux Asahi Remix 40 (Forty) aarch64
Host: Apple MacBook Pro (14-inch, M2 Pro, 2023)
Kernel: 6.11.0-400.asahi.fc40.aarch64+16k
  1. Clone repo
  2. Install packages sudo dnf install kernel-16k-devel pam-devel libxcb-devel zig
  3. Run zig build

Relevant logs

ly/. master % zig build
thread 90099 panic: reached unreachable code
Panicked during a panic. Aborting.
error: the following build command crashed:
/home/tikhon/src/ly/.zig-cache/o/e4e61b6436d27ff928cf89603381a996/build /usr/bin/zig /home/tikhon/src/ly /home/tikhon/src/ly/.zig-cache /home/tikhon/.cache/zig --seed 0xc910b857 -Z2dd6bbfa6750ee63
@tikhonp tikhonp added the bug This issue or pull request discusses a bug label Nov 8, 2024
@tjex
Copy link

tjex commented Nov 26, 2024

Got the same.
Also on Asahi. M1 Mac.

thread 242141 panic: reached unreachable code
Panicked during a panic. Aborting.
error: the following build command crashed:
/home/tjex/.local/src/ly/.zig-cache/o/bd7d06b67bb7d06aed1554eb6c00bb5a/build /usr/bin/zig /home/tjex/.local/src/ly /home/tjex/.local/src/ly/.zig-cache /home/tjex/.cache/zig --seed 0xe2662934 -Z659c44cdd6ade87d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request discusses a bug
Projects
None yet
Development

No branches or pull requests

2 participants