You are not logged in.
crtools-git package breaks arch sbin symlinks - needs a quick fix.
Last edited by bartus (2015-07-04 10:23:36)
Offline
It seems that the issue have been already reported, see the comments in the AUR page https://aur4.archlinux.org/packages/crtools-git/.
However, nothing will break because pacman will simply refuse to install the package (unless you have passed the --force option).
Last edited by mauritiusdadd (2015-06-13 13:20:18)
Offline
simple patch i used to make it work again.
http://paste.pound-python.org/show/cpLQ … LAGy7cwxo/
Offline
you can remove all
'-j $(cat /proc/cpuinfo | grep processor | wc -l)'
and comment out and set 'MAKEFLAGS=' in '/etc/makepkg.conf'
or use '-j $(nproc)'
Last edited by sl1pkn07 (2015-06-13 17:29:32)
Offline
use '-j $(nproc)'
didn't know that one, thanks .
http://ix.io/j7Q
Last edited by bartus (2015-06-16 12:29:47)
Offline