dockerfiles
dockerfiles copied to clipboard
Error on pacaur build : unrecognized "--color never"
When building an AUR package with the latest image, I get this error:
==> Making package: mumble-jack 1.2.19-2 (Mon Jun 4 22:15:36 2018)
==> Checking runtime dependencies...
==> Installing missing dependencies...
/usr/sbin/pacman: unrecognized option '--color never'
==> ERROR: 'pacman' failed to install missing dependencies.
:: libjpeg-turbo is now an orphan package
:: failed to build mumble-jack package(s)
I tried with two different packages. Do you have the same problem? Maybe related: https://bbs.archlinux.org/viewtopic.php?id=237513
I added a sed -i -re 's/#Color/Color/' /etc/pacman.conf, it does the trick.