acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 43 forks source link

[mpir] add dependency on automake #231

Closed anigmetov closed 1 year ago

anigmetov commented 1 year ago

mpir requires aclocal to be built; I was getting the error 'can't run aclocal' and fixed it by installing automake, so it looks like it should be added as a make dependency

Adrien-LUDWIG commented 1 year ago

Hi, I think autoconf should be added as well. I still had this issue after manually installing automake:

==> Starting build()...
./autogen.sh: line 14: autoreconf: command not found
/home/mm_data/.cache/yay/mpir/PKGBUILD: line 29: ./configure: No such file or directory
==> ERROR: A failure occurred in build().
    Aborting...

No problem after installing autoconf.

(Came upon this trying to install meshlab package.)

acxz commented 1 year ago

See: https://wiki.archlinux.org/title/PKGBUILD#makedepends

base-devel is already assumed to be installed.