You are not logged in.
Im having problems trying to install avant-window-navigator package using molok's pkgbuild that can be found here:
http://aur.archlinux.org/packages.php?d … 1&ID=12294
The error:
$ makepkg
....
want_pkg_config=true
Checking for required M4 macros...
libtool.m4 not found
glib-gettext.m4 not found
intltool.m4 not found
pkg.m4 not found
***Error***: some autoconf macros required to build avant-panel-menu
were not found in your aclocal path, or some forbidden
macros were found. Perhaps you need to adjust your
ACLOCAL_FLAGS?
make: *** No targets specified and no makefile found. Stop.
==> ERROR: Build Failed. Aborting...
I already tryed to downgrade automake to 1.9.6, but it didint worked. Any sugestions?
Offline
You should probably install libtool, glib2, intltool and pkgconfig. Typical makedepends issue.
1000
Offline
They are already installed.
# pacman -S libtool glib2 intltool pkgconfig
:: libtool-1.5.24-1: local version is up to date. Upgrade anyway? [Y/n] n
warning: libtool-1.5.24-1 is up to date -- skipping
:: glib2-2.14.0-3: local version is up to date. Upgrade anyway? [Y/n] n
warning: glib2-2.14.0-3 is up to date -- skipping
:: intltool-0.36.1-1: local version is up to date. Upgrade anyway? [Y/n] n
warning: intltool-0.36.1-1 is up to date -- skipping
:: pkgconfig-0.21-1: local version is up to date. Upgrade anyway? [Y/n] n
warning: pkgconfig-0.21-1 is up to date -- skipping
local database is up to date
Offline
I had the same error message. I had to reinstall package pkgconfig. That fixed it. If not, I would recommend removing it and reinstall it again.
HP Chromebook 14
Offline