I have tried installing with yaourt -S subsonic.
changed the PKGBUILD to include 'arm' and all looks to go ok but during the extraction it is as follows.
$this->bbcode_second_pass_code('', '
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> n
==> Edit subsonic.install ? [Y/n] ("A" to abort)
==> --------------------------------------------
==> n
==> Continue building subsonic ? [Y/n]
==> ----------------------------------
==>
==> Building and installing package
==> WARNING: Building package as root is dangerous.
Please run yaourt as a non-privileged user.
==> Making package: subsonic 4.7-2 (Wed Feb 13 14:00:02 GMT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading subsonic-4.7-standalone.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
100 28.4M 100 28.4M 0 0 456k 0 0:01:03 0:01:03 --:--:-- 475k
-> Found subsonic.rc
-> Found subsonic.service
==> Validating source files with md5sums...
subsonic-4.7-standalone.tar.gz ... Passed
subsonic.rc ... Passed
subsonic.service ... Passed
==> Extracting Sources...
-> Extracting subsonic-4.7-standalone.tar.gz with bsdtar
==> Starting build()...
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic-4.7-standalone.tar.gz’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic-4.7-standalone.tar.gz’: No space left on device
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.bat’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.bat’: No space left on device
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic-booter-jar-with-dependencies.jar’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic-booter-jar-with-dependencies.jar’: No space left on device
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.rc’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.rc’: No space left on device
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.service’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.service’: No space left on device
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.sh’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.sh’: No space left on device
cp: writing ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.war’: No space left on device
cp: failed to extend ‘/tmp/yaourt-tmp-root/aur-subsonic/pkg/var/subsonic/subsonic.war’: No space left on device
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build subsonic.
==> Restart building subsonic ? [y/N]
==> --------------------------------- ')
I believe there is enough space unless there are restrictions in place but I am unsure how to check??
Just realised it is due to the tmpfs having a size of 61M.
I just increased the size of the tmpfs to 160m and installed just fine
