-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
cannot execute: required file not found #987
Comments
Ah, @technodrome, back again with another enigmatic puzzle for our collective brains to solve! The game is afoot! 🕵️♂️✨ Based on the information you've provided and the context from the pkgx repository, it seems like the "required file not found" error could be related to a missing file or library that pkgx is trying to access when it's executed. In the test case labeled "file path but doesn’t exist" in the src/modes/x.test.ts file, pkgx is executed with a file path that does not exist on the filesystem, leading to a failure captured by asserting a rejection with As for the specific files or libraries required for the
These dependencies are installed with the command Unfortunately, I couldn't find any specific information on the exact file or dependency that pkgx is trying to access when it throws the "required file not found" error, nor any known issues with pkgx running on Raspbian GNU/Linux 12 (bookworm). To help narrow down the issue, could you provide more details about the error? For example, are there any error messages in the system logs or any additional output when the error occurs? Also, could you confirm whether all the required dependencies are installed and up-to-date on your system? Sources
|
hm, your steps work on my |
Now I'm really confused:
The file is right there.
|
you must have |
All right, so to make things not confusing at all, Raspbian used 64bit kernel & 32bit userland. I really did not expect that. Hence the error. We can close this, clearly that is the reason. Thanks for the assistance, @jhheider, much appreciated. |
Ha, no worries. I recall raspbian being non-standard in a bunch of ways. I think, for that reason, I'm running Ubuntu 22.04-LTS on mine. |
You've sure as hell saved yourself a few grey hairs. I'll avoid all mirrors (pun not intended) in the near future. |
Le problem
A Poirotian mystery. Ran a simple one-off, but some file is missing. Is it a murder? Kidnapping? Or not enough coffee on my part?
Would be nice to have some output on what file it is pkgx is so violently looking for, so that it takes its own life in the end.
The same happens when running via install script, copy succeeds.
i.e. this line: https://github.com/pkgxdev/setup/blob/main/installer.sh#L86C5-L87C19
Le environment
The text was updated successfully, but these errors were encountered: