@urbenlegend I'm fine with it. But, I get a lot of complaints from people that have not read the package if I turn them on. It's a lot less work for me currently, if I keep them off.
I will be turning ccache on in the future, by default, as Intel is working with ccache to implement support for ISPC compilation. Just asked, and I got an engineer to do it.
@shuriken
Will enabling system mono stop unreal engine from installing bundled mono like the system compiler does ? If not, I don't think using system mono is beneficial. The system compiler actually saves a decent amount of space, as you also mentioned it in the Rider issue.
I'll have to look into the build scripts. I think it's possible to block it. Just by adding an already existing envar to an if statement.
In the patch having system compiler, Which package actually provides system compiler in this repository ? I thought lld https://archlinux.org/packages/extra/x86_64/lld/ but this is not having any system clang. Just had a doubt going through the PKGBUILD.
clang provides clang.
@judasaja Try installing on default Arch. Go ahead, and use the new gui install program if wanted. Manajaro does not necessarily have the same package design as Arch Linux. None of the error messages help narrow the issue down. Unreal won't run on virtual machines, unless maybe you setup hardware passthrough. You'll need to swap distros to test. I'm guessing it could be security permissions or you missing packages.
Pinned Comments
Neko-san commented on 2022-11-01 02:32 (UTC) (edited on 2023-06-25 01:19 (UTC) by Neko-san)
@juancarlospaco this is easily done on your own system, not in a PKGBUILD, given that building packages runs as root:
Permission issues like this are already mentioned on the UE Arch wiki page: https://wiki.archlinux.org/title/Unreal_Engine_4#Installing_from_the_AUR
This is a user system problem; I already did what I could without needing users to do the above by giving the
777
permissions. If it still gives you trouble, you'll have to use the example to solve it or change the install location to somewhere you have user permissions by default (as I cannot do this for you).zerophase commented on 2021-05-27 08:15 (UTC) (edited on 2021-05-30 08:41 (UTC) by zerophase)
Will update to 5.0 when it is released.