Page MenuHome GnuPG

[2.0.16] Makefile fails to create audit-events.h.
Closed, ResolvedPublic

Description

Dev,

When building the package gnupg for the
second time after cleaning, the following
error message is issued,

Making all in common
make[2]: * No rule to make target audit-events.h', needed by all'. Stop.
make[1]:
* [all-recursive] Error 1
make: *** [all] Error 2

To solve the problem I had to delete the
source package and decompress the original
compressed file for it to compile properly.

ASGR.

Details

Version
2.0.16

Event Timeline

ASGR set Version to 2.0.16.
ASGR added a subscriber: ASGR.
werner claimed this task.
werner added a project: Too Old.

Added --enable-maintainer-mode to ./configure

as in :
/configure --enable-maintainer-mode && make