We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
autoreconf
If running autoreconf -vfi to generate configure script for a package, there are errors:
autoreconf -vfi
# autoreconf -vfi autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: running: libtoolize --copy --force libtoolize: putting auxiliary files in '.'. libtoolize: error: copying '/usr/share/libtool/build-aux/ltmain.sh' to './' failed libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: error: copying '/usr/share/aclocal/libtool.m4' to 'm4/' failed libtoolize: error: copying '/usr/share/aclocal/ltoptions.m4' to 'm4/' failed libtoolize: error: copying '/usr/share/aclocal/ltsugar.m4' to 'm4/' failed libtoolize: error: copying '/usr/share/aclocal/ltversion.m4' to 'm4/' failed libtoolize: error: copying '/usr/share/aclocal/lt~obsolete.m4' to 'm4/' failed autoreconf: error: libtoolize failed with exit status: 1
The text was updated successfully, but these errors were encountered:
Turns out if I exit chroot and re-enter with out using llvmtools, issue is gone
Sorry, something went wrong.
dslm4515
No branches or pull requests
If running
autoreconf -vfi
to generate configure script for a package, there are errors:The text was updated successfully, but these errors were encountered: