Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2015 12:20:00 -0700
From:      Fred Woods <fred.woods@mcnhealthcare.com>
To:        freebsd-ports@freebsd.org
Subject:   emulators/pipelight failing to build
Message-ID:  <CACejS83jiObqefPa9A%2Bs6dZMgC0k2JKsoapN58rPH1w82WheoA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
What version of gpg and libgcrypt are you using (gpg --version)?

Seems to work with gpg 2.1.0 and libgcrypt 1.6.1.

However, online docs for gpg seem to indicate --verify is being used wrong
in the Makefile in the port working directory.

https://www.gnupg.org/documentation/manpage.html
"...
=E2=80=93verify [[=3Dsigfile=3D] [=3Dsigned-files=3D]]

Assume that sigfile is a signature and verify it without generating any
output. With no arguments, the signature packet is read from stdin (it may
be a detached signature when not used in batch mode). If only a sigfile is
given, it may be a complete signature or a detached signature, in which
case the signed stuff is expected in a file without the ".sig" or ".asc"
extension (if such a file does not exist it is expected at stdin; use a
single dash ("-") as filename to force a read from stdin). With more than 1
argument, the first should be a detached signature and the remaining files
are the signed stuff.
..."

Which seems to be inline with the error you are seeing.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACejS83jiObqefPa9A%2Bs6dZMgC0k2JKsoapN58rPH1w82WheoA>