mpv-player / mpv-build

🔨 Helper scripts to compile mpv on Linux
http://mpv.io
403 stars 104 forks source link

mpv-build: autoreconf: error: aclocal failed with exit status: 1 #225

Open philiprhoades opened 8 months ago

philiprhoades commented 8 months ago

Important Information

Provide following Information:

Reproduction steps

Had to install some Fedora RPMs but the build goes OK till the error in the Subject:

Running autoreconf...
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
/usr/local/share/aclocal/xml-i18n-tools.m4:26: warning: underquoted definition of XML_I18N_TOOLS_NEWER_THAN_0_9
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/local/share/aclocal/xml-i18n-tools.m4:30: warning: underquoted definition of AC_PROG_XML_I18N_TOOLS
/usr/local/share/aclocal/xml-i18n-tools.m4:32: warning: underquoted definition of X18T_PFORG1
/usr/local/share/aclocal/xml-i18n-tools.m4:34: warning: underquoted definition of X18T_XML_KIND
/usr/local/share/aclocal/xml-i18n-tools.m4:36: warning: underquoted definition of X18T_KEYS_KIND
/usr/local/share/aclocal/xml-i18n-tools.m4:141: warning: underquoted definition of AM_PROG_XML_I18N_TOOLS
aclocal: configure.ac: 365: macro `AM_COND_IF' not found in library
aclocal: configure.ac: 367: macro `AM_COND_IF' not found in library
aclocal: configure.ac: 370: macro `AM_COND_IF' not found in library
aclocal: configure.ac: 373: macro `AM_COND_IF' not found in library
aclocal: configure.ac: 380: macro `AM_COND_IF' not found in library
autoreconf: error: aclocal failed with exit status: 1
K0stov commented 5 months ago

I got around this on Linux Mint 21.3 with sudo apt-get install libtool.