gpgme 0.3.9 / gpgme 0.3.10

Marcus Brinkmann Marcus.Brinkmann at ruhr-uni-bochum.de
Wed Sep 4 03:44:01 CEST 2002


On Tue, Sep 03, 2002 at 05:28:51PM -0700, Marshall Rose wrote:
> > If you upgrade to current CVS, you will get some bug fixes for this.
>     
> % ./autogen.sh
> % ./configure --host=i386--netbsdself --prefix=/usr/pkg
> % gmake
>     
> gmake[3]: Entering directory `/usr/users/mrose/src/gpgme/gpgme'
> ...    
> gmake[3]: *** No rule to make target `@&t at OBJS', needed by `libgpgme.la'.

This is bogus, what version of autoconf are you using?
My autoconf generates the following lines in configure (around line 9428,
close to the end of the file):

LTLIBOBJS=`echo "$LIBOBJS" |
           sed 's,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,'`

As you can see, the @&t@ was expanded to nothing, this is the Quadrigraph
feature to prevent autoconf from complaining about the use of LIBOBJS.

Maybe we need to stricten the dependency on autoconf.  I use autoconf 2.53.
     
> gmake[3]: Entering directory `/usr/users/mrose/src/gpgme/tests/gpg'
> ...
> srcdir=. ./mkdemodirs 
> Creating: Alphagmake[3]: *** [Alpha/Secret.gpg] Error 1
> ...

Mmmh.  This looks like gpg is failing.  On my system it complains about
unsafe permissions on the directory and configuration files, but continues
anyway.  What is your gpg configuration?

Or maybe it is just a shell incompatibility in mkdemodirs.  Can you enter
the tests/gpg directory and try

srcdir=. ./mkdemodirs

And see if that fails?
 
> gmake[2]: Entering directory `/usr/users/mrose/src/gpgme/doc'
> cd . \
>   && /bin/sh /usr/users/mrose/src/gpgme/missing --run makeinfo   \
>        `echo gpgme.texi | sed 's,.*/,,'`
> gpgme.texi:10: @include version.texi: No such file or directory.
> makeinfo: Removing output file `/usr/users/mrose/src/gpgme/doc/gpgme.info' due to errors; use --force to preserve.
> gmake[2]: *** [gpgme.info] Error 1
> ...

Please read the README.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    marcus at gnu.org
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann at ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/




More information about the Gnupg-devel mailing list