mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[Bug] Arch build fails with "The specified RuntimeIdentifier 'arch-x64' is not recognized" #1184
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BlackLotus on GitHub (Jan 8, 2020).
When trying to compile jellyfin-git on aur it fails with
To Reproduce
Expected behavior
It should just build
System (please complete the following information):
@anthonylavado commented on GitHub (Jan 10, 2020):
Tagging @z3ntu, but please also flag as out of date in AUR.
@z3ntu commented on GitHub (Jan 11, 2020):
I didn't try to reproduce but as I can't find this
arch-x64string neither in the PKGBUILD nor in the jellyfin sources, it looks like a problem with the new dotnet version in testing. If you can reproduce this error with a sample dotnet project, you should report it in the Arch Linux bug tracker (or at least ping the maintainer on IRC so he's aware that there might be issues with the new version in [community-testing])@Vladimir-A commented on GitHub (Jan 13, 2020):
Same. If I try to build any .net project.
@dkanada commented on GitHub (Jan 13, 2020):
@Vladimir-A and @BlackLotus are you guys trying to build the jellyfin or jellyfin-git package? That might help narrow down the cause.
@z3ntu commented on GitHub (Jan 14, 2020):
There's a patch in the Arch Linux bugtracker for the
arch-x64issue: https://bugs.archlinux.org/task/65128@jimyx17 commented on GitHub (Mar 28, 2020):
@BlackLotus have you tried again? I've tested that exactly same aur package without any issue.
I'm using these SDKs:
Which means my installed sdk is 3 patch versions above yours. Can you update and try?
@z3ntu commented on GitHub (Mar 28, 2020):
The Arch Linux bug was closed on 20 January 2020, so this can be closed as well I guess