For whatever reason, I tend to "run out" of storage when installing this. In makepkg.conf
, I've set
#-- Specify a directory for package building.
BUILDDIR=/tmp/makepkg
And df
shows that the following info on /tmp:
$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 7.8G 714M 7.1G 10% /tmp
Should be plenty for the size of this package. Still, yay shows me the following on install:
Installing 'Tela-manjaro-dark'...
gtk-update-icon-cache: Cache file created successfully.
Installing 'Tela-ubuntu'...
cp: cannot create symbolic link '/tmp/makepkg/tela-icon-theme/pkg/tela-icon-theme/usr/share/icons/Tela-ubuntu/sca
lable/mimetypes/application-x-lyx.svg': No space left on device
cp: cannot create symbolic link '/tmp/makepkg/tela-icon-theme/pkg/tela-icon-theme/usr/share/icons/Tela-ubuntu/sca
lable/mimetypes/application-x-lz4-compressed-tar.svg': No space left on device
cp: cannot create symbolic link '/tmp/makepkg/tela-icon-theme/pkg/tela-icon-theme/usr/share/icons/Tela-ubuntu/sca
lable/mimetypes/application-x-lzip-compressed-tar.svg': No space left on device
Pinned Comments
yochananmarqos commented on 2024-04-21 21:43 (UTC)
@hashworks: Users are expected to customize their own
makepkg.conf
to suit their needs. I do not agree with Arch's decision to add debug as default withpacman
. I will not be disabling debug in any of my AUR packages.