Hi Marco,

pgpverify (needed for automated processing of signed control
messages) calls $gpgv, which is set in innshellvars (and Config.pm)
to be "/usr/bin/gpgv2". This is part of the gnupg2 package.
The actual bug is that it should be set to gpgv. Damn autoconf. :-(

         ac_cv_path_PATH_GPGV=/usr/bin/gpgv \

Maybe you should just change this line in configure.ac:

- AC_PATH_PROGS([GPGV], [gpgv2 gpgv])
+ AC_PATH_PROGS([GPGV], [gpgv gvgv2])

?

(Or the "for ac_prog in gpgv2 gpgv" line in the generated configure script.)

--
Julien ÉLIE

« – Je ne comprends pas comment quelques gouttes de pluie peuvent…
  – Évidemment, tu ne te mouilles pas beaucoup dans cette
    affaire. » (Astérix)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to