newpg doesn't support libgcrypt 1.1.44

Simon Josefsson jas at extundo.com
Wed Nov 19 10:21:15 CET 2003


Werner Koch <wk at gnupg.org> writes:

> On Tue, 18 Nov 2003 15:48:54 -0500, Steven Michalske said:
>
>> what is the status of updating newpg?
>
> Newpg won't be maintained anymore.  All development is now done in the
> GnupG 1.9 branch.  Libgcrypt < 1.1.42 and newer libgcrypt's should
> nowever nicely coexists oin the same system.
>
> On Monday I announce the availibity of a new set of packages for the
> Aegypten backend, based on gnupg 1.9.  I have just build a new
> gpgme *0.3* to cope with monor changes in the interface to the new
> backend.   While doing that I noticed a couple of other bugs, so I am
> going to send out a few small paches in th next few hours.

I haven't been able to build libgcrypt from CVS for a while.  The
problem appear to be in the following snippet:

#
# Setup assembler stuff.
#
GNUPG_SYS_SYMBOL_UNDERSCORE()
AC_MSG_CHECKING(for mpi assembler functions)
if test -f $srcdir/mpi/config.links ; then
    . $srcdir/mpi/config.links
    AC_CONFIG_LINKS("$mpi_ln_list")
...

The last line passes a variable to AC_CONFIG_LINKS, it seems automake
expect a proper filename there.

This is with autoconf 2.59 and automake 1.8 beta.  I understand that
these tools are too recent, and downloading the tar files work fine
for me, so I don't really need this fixed (otherwise I would have
debugged this further).  But just to let you know.

jas at latte:~/src/libgcrypt$ ./autogen.sh
Running aclocal...
acinclude.m4:31: underquoted definition of GNUPG_CHECK_TYPEDEF
acinclude.m4:31: run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
acinclude.m4:53: underquoted definition of GNUPG_FIX_HDR_VERSION
acinclude.m4:75: underquoted definition of GNUPG_CHECK_GNUMAKE
acinclude.m4:96: underquoted definition of GNUPG_SYS_SYMBOL_UNDERSCORE
acinclude.m4:247: underquoted definition of GNUPG_SYS_LIBTOOL_CYGWIN32
acinclude.m4:255: underquoted definition of LIST_MEMBER
acinclude.m4:272: underquoted definition of AM_PATH_GPG_ERROR
acinclude.m4:366: underquoted definition of _AC_PTH_ERROR
acinclude.m4:378: underquoted definition of _AC_PTH_VERBOSE
acinclude.m4:384: underquoted definition of AC_CHECK_PTH
/usr/local/share/aclocal/pkg.m4:5: underquoted definition of PKG_CHECK_MODULES
/usr/local/share/aclocal/libgnutls.m4:12: underquoted definition of AM_PATH_LIBGNUTLS
/usr/local/share/aclocal/libgnutls-extra.m4:12: underquoted definition of AM_PATH_LIBGNUTLS_EXTRA
/usr/local/share/aclocal/libgcrypt.m4:17: underquoted definition of AM_PATH_LIBGCRYPT
/usr/local/share/aclocal/ksba.m4:17: underquoted definition of AM_PATH_KSBA
/usr/local/share/aclocal/gpg-error.m4:7: underquoted definition of AM_PATH_GPG_ERROR
Running autoheader...
Running automake --gnu...
fileparse(): need a valid pathname at /usr/local/bin/automake line 3779
Running autoconf...
You can now run "./configure --enable-maintainer-mode" and then "make".
jas at latte:~/src/libgcrypt$





More information about the Gpa-dev mailing list