[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Please test: scrypt 1.2.99



Thus said Graham Percival <gperciva@tarsnap.com> on Tue, 2 Jul 2019 21:57:20 -0700
On Tue, Jul 02, 2019 at 09:13:09PM -0700, jungle boogie wrote:
I'm attempting to build from git master, so I might be cheating a bit.

... or cheating a lot.  :)

Makefile.am:122: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:122:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:122:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:122:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:122:   its definition is in aclocal's search path.
Makefile.am: installing 'config.aux/depcomp'
autoreconf-2.69: automake failed with exit status: 1

Line 49 of BUILDING:
     Building from git
     -----------------

Line 58 of BUILDING:
     - You must have automake 1.11.2 or higher, and libtool.


Libtool is *not* required when building an official tarball, but it is
required when building from git.  If you install libtool and still have
problems, I'd be personally interested in fixing them... but that's not
a problem with the tarball.  :)


ahhhh. I thought I had that installed already. Sorry for the noise.
$ ./scrypt --version
scrypt 1.2.1-159-g10afee2

I'll verify the tarball as well.

Cheers,
- Graham