tilp_and_gfm icon indicating copy to clipboard operation
tilp_and_gfm copied to clipboard

Build fails on Manjaro: Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 274.

Open sirquackiii opened this issue 2 years ago • 4 comments

I'm downloading TILP II from AUR on Manjaro linux using yay, but I can't build do to this error that always pops up: Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 274. Am I missing a library?

sirquackiii avatar Mar 10 '22 14:03 sirquackiii

Try to install automake?

adriweb avatar Mar 10 '22 15:03 adriweb

Tried that, the build almost finished with this error: Package 'ticonv', required by 'virtual:world', not found I tried to use pacman -Sy ticonv, but it wasn't a package. I also tried using yay ticonv but that doesn't work either.

sirquackiii avatar Mar 11 '22 02:03 sirquackiii

That's odd. Last time I checked, the AUR packages were into proper shape. Try the upstream build script , https://github.com/debrouxl/tilp_and_gfm/blob/master/tilp/trunk/build/scripts/install_tilp.sh . You'll have to install the build deps listed by the script.

debrouxl avatar Mar 11 '22 09:03 debrouxl

Thank you! I installed automake and ran the install script. I found that I needed to install something called patch, which I could download from AUR.

sirquackiii avatar Mar 12 '22 02:03 sirquackiii