Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sirquackiii opened this issue Mar 10, 2022 · 4 comments

Comments

@sirquackiii
Copy link

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?

@adriweb
Copy link
Contributor

adriweb commented Mar 10, 2022

Try to install automake?

@sirquackiii
Copy link
Author

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.

@debrouxl
Copy link
Owner

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.

@sirquackiii
Copy link
Author

sirquackiii commented Mar 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants