-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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] cargo tauri build
fails to build appimage with "error running appimage.sh"
#4928
Comments
Can you re-run it with the verbose flag so that we hopefully can see where it fails exactly? |
Log after deleting
Full log attached. btw, there is no |
Meh, hoped for a more helpful log/error x) Thanks nonetheless!
Sounds like a side effect of the target-dir setting to me. Gonna double check asap. |
Problem was that I had missed installing After disabling my global and local target-dir setting,
I have no idea why target-dir setting would hide debug info, but looks like it does. |
Well, actually there are 2 issues. The first one (the one you initially posted) is indeed because of target-dir, and you need to remove both the global and local settings for it to work again (which you did). |
Yes, I just noticed that if I don't have any target-dir setting build now succeeds. But if I then add local |
Yeah, super weird. i'm looking into it right now and gonna try to fix 4632 while i'm at it. |
Describe the bug
When running
cargo tauri build
the deb is built successfully but building appimage fails with following error:Reproduction
Note:
.cargo/config
is because of #4632 to override the global value I have.Expected behavior
Build should succeed and create appimage file.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: