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

aclocal failure #56

Open
Alessandro-Barbieri opened this issue Jul 13, 2021 · 4 comments
Open

aclocal failure #56

Alessandro-Barbieri opened this issue Jul 13, 2021 · 4 comments

Comments

@Alessandro-Barbieri
Copy link

Alessandro-Barbieri commented Jul 13, 2021

I can't get past the bootstrap because aclocal fail with

***** aclocal *****
***** PWD: /var/tmp/portage/sys-cluster/launchmon-1.0.2_p20210430/work/LaunchMON-98ab769c53563f47c4319ce3c98ac394b4870bac
***** aclocal -I config

fatal: not a git repository (or any parent up to mount point /var/tmp)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:93: error: AC_INIT should be called with package and version arguments
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:93: the top level
autom4te-2.69: /usr/bin/m4 failed with exit status: 1
aclocal-1.16: error: autom4te failed with exit status: 1

dnl Users shouldn't bootstrap configure from the release tarball so

How are we supposed to bootstrap from tarballs?

@lee218llnl
Copy link
Collaborator

You could try the latest release tarball from https://github.com/LLNL/LaunchMON/releases. With the release tarballs, you do not need to run boostrap, but rather can start by invoking configure. Alternatively, you could try building LaunchMON's develop branch using Spack. This would be as simple as:

git clone https://github.com/spack/spack.git
cd spack
./bin/spack install launchmon@develop

@dongahn
Copy link
Collaborator

dongahn commented Jul 14, 2021

https://github.com/LLNL/LaunchMON/blob/master/configure.ac#L54

./bootstrap probably was failed at the above line. Try commenting out m4_esyscmdin the m4 before bootstrap.

@Alessandro-Barbieri
Copy link
Author

https://github.com/LLNL/LaunchMON/blob/master/configure.ac#L54

./bootstrap probably was failed at the above line. Try commenting out m4_esyscmdin the m4 before bootstrap.

I did this https://github.com/gentoo/guru/blob/d221b6b83fcdc224935956ce125c09e85ec62fb9/sys-cluster/launchmon/launchmon-1.0.2_p20210430-r1.ebuild#L33

@dongahn
Copy link
Collaborator

dongahn commented Jul 16, 2021

LGTM!

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