help
help copied to clipboard
error: $pkgauxdir is not a directory
when i run brew install opencv@2
in docker build from centos6
i get this error
==> autoreconf -iv
Last 15 lines from /root/.cache/Homebrew/Logs/fontconfig/01.autoreconf:
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/threadlib.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makevars.template
Copying file po-conf/Makevars.template
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy
glibtoolize: error: $pkgauxdir is not a directory: '@@HOMEBREW_CELLAR@@/libtool/2.4.6_2/share/libtool/build-aux'
autoreconf: glibtoolize failed with exit status: 1
when i run brew install libtool
i get
libtool 2.4.6_2 is already installed and up-to-date
when i run brew install --HEAD libuv
, i get the same error