-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
DOTNETRUNTIME isn't being set to debian-arch64 if the system's arch is aarch64 #6619
Comments
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
I am no longer able to easily test this, however I assume the issue hasn't been fixed since the issue hasn't been closed. @joshuaboniface did you ever get to look at this? |
modfiy debian/rules ++ifeq ($(HOST_ARCH),aarch64) export DH_VERBOSE=1 |
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to contact us. |
This issue was closed due to inactivity. |
This was fixed by #10139 |
Describe the bug
DOTNETRUNTIME isn't being set to debian-arch64 if the system's arch is aarch64, meaning the build fails with an unhelpful lists of errors since --runtime is being set to nothing
System (please complete the following information):
To Reproduce
Try to build jellyfin debian arm64 on a raspberry pi 4
Expected behavior
It should build with minimal issues
Build error:
The text was updated successfully, but these errors were encountered: