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

"missing" script possibly outdated? #14

Open
philwo opened this issue Nov 9, 2014 · 5 comments
Open

"missing" script possibly outdated? #14

philwo opened this issue Nov 9, 2014 · 5 comments

Comments

@philwo
Copy link
Contributor

philwo commented Nov 9, 2014

I'm getting the following warning when running ./configure on my Mac OS X 10.10 machine. Unfortunately I'm not exactly a autoconf expert, so I'm not sure what to do. Do we just have to update the "missing" script?

philwo@hakase ~/src/pgdbf (master) ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/Users/philwo/src/pgdbf/missing: Unknown `--is-lightweight' option
Try `/Users/philwo/src/pgdbf/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing

Then, when trying to compile it, I get the following error, which I think is related:

philwo@hakase ~/src/pgdbf (master) make
CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 -I m4 --install
 cd . && automake-1.14 --foreign
configure.ac:11: error: required file './compile' not found
configure.ac:11:   'automake --add-missing' can install 'compile'
make: *** [Makefile.in] Error 1

I'll investigate a bit.

@philwo
Copy link
Contributor Author

philwo commented Nov 9, 2014

It seems like updating the "missing" script is all that is necessary. I'll send a pull request tomorrow.

@dimon777
Copy link

What is the workaround for this? I'm still getting this error from the current repo.
This is a workaround:

$ rm compile && automake --add-missing

@philwo
Copy link
Contributor Author

philwo commented Jun 13, 2015

I've sent a pull request that fixes this issue here: #15

Unfortunately I haven't heard back from Kirk since a long time and it hasn't been merged. Hope everything's alright.

In the meantime, you could manually patch that into your code (or use your workaround :)).

@veob
Copy link

veob commented Jul 6, 2015

@philwo, thanks for the patch :)

philwo added a commit to philwo/pgdbf that referenced this issue Jul 28, 2015
@justintocci
Copy link

To fix this, I ran autoreconf -ivf then re-configured. Worked like a charm after that.

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