UnifyFS icon indicating copy to clipboard operation
UnifyFS copied to clipboard

autogen.sh fails when using v1.0.tar.gz

Open MichaelBrim opened this issue 3 years ago • 1 comments

System information

  • Using v1.0.tar.gz downloaded from the release page
  • On OLCF Summit (but my guess is any other system will have the same issue)

Describe the problem you're observing

Because the tarball is not a git repo, using git describe --always inside the configure.ac AC_INIT() macro causes the autoreconf step to fail.

Describe how to reproduce the problem

> ./autogen.sh

... UnifyFS autogen ...

Running libtoolize...
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
fatal: not a git repository (or any parent up to mount point /autofs)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
configure.ac:17: 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:17: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Please proceed with configuring, compiling, and installing.

MichaelBrim avatar Sep 02 '22 18:09 MichaelBrim

Note that this is only for the source code tarball, the release tarball (unifyfs-1.0.tar.gz) already has a generated configure script and doesn't require running autogen.sh.

MichaelBrim avatar Sep 02 '22 19:09 MichaelBrim