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

Error when trying to install cleancall #4

Open
metageni opened this issue Aug 25, 2017 · 7 comments
Open

Error when trying to install cleancall #4

metageni opened this issue Aug 25, 2017 · 7 comments

Comments

@metageni
Copy link

I got the following message after running make. It seems that the hard coded path /home/hmkang/code/working/cleancall/ is the problem.

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/hmkang/code/working/cleancall/missing --run aclocal-1.11 -I m4 /bin/sh: 0: Can't open /home/hmkang/code/working/cleancall/missing Makefile:270: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127

Please let me know if it is an easy fix.

@MrFlick
Copy link

MrFlick commented Aug 29, 2017

Did you do the configure step prior to make?

./configure --prefix [/path/to/install]

@metageni
Copy link
Author

Thanks for the answer--yes. ./configure --prefix /usr/local/bin/.

And I got the following configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

@MrFlick
Copy link

MrFlick commented Aug 29, 2017

So it seems like that step failed. What operating system are you using? Might be related to not having autogen installed (See https://askubuntu.com/questions/27677/cannot-find-install-sh-install-sh-or-shtool-in-ac-aux/27679)

@metageni
Copy link
Author

Ubuntu. I will check it out. Thanks

@metageni
Copy link
Author

I followed this one (https://askubuntu.com/questions/27677/cannot-find-install-sh-install-sh-or-shtool-in-ac-aux) and worked.
$ autoreconf -vif $ ./configure --prefix [/path/to/install] $ make $ sudo make install

Thanks

@XueyunF
Copy link

XueyunF commented Feb 12, 2018

Hi there, I followed metageni to get it install, but it returns:
$ autoreconf -vif
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4 ${ACLOCAL_FLAGS}
aclocal: error: aclocal: file 'm4/lt~obsolete.m4' does not exist
autoreconf: aclocal failed with exit status: 1

Any suggestion to solve this?

Thanks

@shawarden
Copy link

Thanks for the answer--yes. ./configure --prefix /usr/local/bin/.

And I got the following configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."

This is because there are version specific softlinks in the repository:

    config.guess -> /usr/share/automake-1.11/config.guess
    config.sub -> /usr/share/automake-1.11/config.sub
    depcomp -> /usr/share/automake-1.11/depcomp
    install-sh -> /usr/share/automake-1.11/install-sh
    ltmain.sh -> /usr/share/libtool/config/ltmain.sh
    missing -> /usr/share/automake-1.11/missing

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

4 participants