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

ERL-1455: configure: error: cannot find required auxiliary files: install-sh config.guess config.sub #4075

Closed
OTP-Maintainer opened this issue Jan 6, 2021 · 1 comment
Labels
bug Issue is reported as a bug duplicate priority:medium

Comments

@OTP-Maintainer
Copy link

Original reporter: JIRAUSER17128
Affected version: OTP-23.2
Component: Not Specified
Migrated from: https://bugs.erlang.org/browse/ERL-1455


I tried `_makepkg -i_` on Arch Linux's _PKGBUILD_ that uses _23.2_, and I tried it myself from _otp_src_23.2.tar.gz_ that can be downloaded from the website.
I did run `_./otp_build autoconf_` as per instructed, and I did try `_./otp_build all -a_` as well.

I get the following error in all cases:

{code}
=== Running configure in /tmp/otp_src_23.2/make ===
./configure '--prefix=/usr' '--enable-native-libs' '--enable-builtin-zlib' '--enable-smp-support' '--with-odbc' '--with-wx-config=/usr/bin/wx-config-gtk3' CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt' LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now' --disable-option-checking --cache-file=/dev/null --srcdir="/tmp/otp_src_23.2/"
configure: error: cannot find required auxiliary files: install-sh config.guess config.sub
ERROR: /tmp/otp_src_23.2/make/configure failed!
{code}

It cannot seem to find those files even though they do exist in `_/tmp/otp_src_23.2/erts/autoconf_`.

Any ideas? I managed to change the `_configure_` files by hand and point to another directory with those files and it seems to work, but I ran into another error which I have forgotten. In any case, I think you should look into compiling it yourself and see if you can reproduce it.
@OTP-Maintainer
Copy link
Author

rickard said:

This is a duplicate of ERL-1447. A fix has been merged into the {{maint}} and {{master}} branches, and the fix will be released in next patch released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is reported as a bug duplicate priority:medium
Projects
None yet
Development

No branches or pull requests

1 participant