Make testdeps all "ok" But make install gives error

Installation on Amazon Linux 2
make testdeps --> All dependencies found. no error
make fixdeps --> All dependencies found. no error
But …
make install --> SOME DEPENDENCIES WERE MISSING:

SOME DEPENDENCIES WERE MISSING:

GPG dependencies:
GnuPG::Interface >= 1.00 … MISSING

Perl library path for /bin/perl:
/usr/local/lib64/perl5
/usr/local/share/perl5
/usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl
/usr/lib64/perl5
/usr/share/perl5
make: *** [testdeps] Error 1

I dont get it … what can be going wrong
Any clue is welcome

Can you paste the output from make fixdeps and make install?