-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Zig build "warning: Encountered error: FileNotFound" #20294
Labels
bug report
Something is not working properly
inactive
No activity in a certain period of time
upstream issue
It is an upstream issue
Comments
Please first of all update your packages ( |
That would do it. |
upsteam issue: ziglang/zig#14146 |
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 2, 2024
Closes termux#20294 Zig uses FHS-type path to guess the ABI and dynamic linker of `env` binary. That leads to a warning like in termux#20294
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 2, 2024
Closes termux#20294 Zig uses FHS-type path to guess the ABI and dynamic linker of `env` binary. That leads to a warning like in termux#20294
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 2, 2024
Closes termux#20294 Zig uses FHS-type path to guess the ABI and dynamic linker of `env` binary. That leads to a warning like in termux#20294
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 2, 2024
Closes termux#20294 Zig uses FHS-type path to guess the ABI and dynamic linker of `env` binary. That leads to a warning like in termux#20294
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 3, 2024
Closes termux#20294 Zig uses FHS-type path to guess the ABI and dynamic linker of `env` binary. That leads to a warning like in termux#20294
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 3, 2024
Closes termux#20294 Zig uses FHS-type path to guess the dynamic linker of `env` binary. That leads to a warning like in termux#20294 Zig also tries to find the include dir via `clang`, but it failed. I have no idea why.
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 3, 2024
Closes termux#20294 Zig uses FHS-type path to guess the dynamic linker of `env` binary. That leads to a warning like in termux#20294 Zig also tries to find the include dir via `clang`, but it failed. I have no idea why.
mbekkomo
added a commit
to mbekkomo/termux-packages
that referenced
this issue
Dec 17, 2024
Closes termux#20294 Zig uses FHS-type path to guess the dynamic linker of `env` binary. That leads to a warning like in termux#20294 Zig also tries to find the include dir via `clang`, but it failed. I have no idea why.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug report
Something is not working properly
inactive
No activity in a certain period of time
upstream issue
It is an upstream issue
Problem description
When i run zig build the output is:
warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker.
warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker.
install
└─ install zigexample
└─ zig build-lib zigexample Debug native failure
error: warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker.
install
└─ install zigexample
└─ zig build-exe zigexample Debug native failure
error: warning: Encountered error: FileNotFound, falling back to default ABI and dynamic linker.
What steps will reproduce the bug?
zig init
zig build
What is the expected behavior?
.
System information
The text was updated successfully, but these errors were encountered: