Hello everyone,
I am somewhat new to Manjaro and thought I'd give installing the unity editor a whirl. Unfortunately, it seems that something is going on inside of Package() that is causing it to abort, and giving me no more information after that.
I downloaded the snapshot, and here's what I did in my terminal:
[jeremy@binaryorange ~]$ cd Downloads/
[jeremy@binaryorange Downloads]$ tar -xf unity-editor.tar.gz
[jeremy@binaryorange Downloads]$ cd unity-editor/
[jeremy@binaryorange unity-editor]$ makepkg -sci
==> Making package: unity-editor 1:2018.2.3f1+20180814-1 (Sat 18 Aug 2018 12:31:03 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading UnitySetup-2018.2.3f1...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 267k 100 267k 0 0 768k 0 --:--:-- --:--:-- --:--:-- 5117k
-> Found unity-editor
-> Found unity-editor.desktop
-> Found unity-editor-icon.png
==> Validating source files with sha1sums...
UnitySetup-2018.2.3f1 ... Passed
unity-editor ... Passed
unity-editor.desktop ... Passed
unity-editor-icon.png ... Passed
==> Extracting sources...
==> Starting prepare()...
==> Entering fakeroot environment...
==> Starting package()...
-> Extracting EULA...
-> Extracting Unity...
==> ERROR: A failure occurred in package().
Aborting...
As you can see, it only aborts, and then doesn't do anything else. This is a rather vague error and I have no idea what could be causing this. Anyone have any suggestions? I have 16GB of RAM and only ~3GB is being used so I think my tmp file space should be fine for this.