oblique / dockerfiles

MIT License
14 stars 4 forks source link

Error on pacaur build : unrecognized "--color never" #5

Open Yamakaky opened 6 years ago

Yamakaky commented 6 years ago

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

Yamakaky commented 6 years ago

I added a sed -i -re 's/#Color/Color/' /etc/pacman.conf, it does the trick.