Date: Tue, 21 Oct 2014 07:36:31 +0000 From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 194507] New: mail/spamassassin - missing dependency security/p5-Crypt-OpenSSL-RSA for build option DKIM Message-ID: <bug-194507-14331@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194507 Bug ID: 194507 Summary: mail/spamassassin - missing dependency security/p5-Crypt-OpenSSL-RSA for build option DKIM Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: k@free.de CC: adamw@FreeBSD.org, perl@FreeBSD.org CC: adamw@FreeBSD.org, perl@FreeBSD.org When building mail/spamassassin with build option "DKIM" the following debug output can be seen in the spamd logs: -snip- @400000005446044c1fdce9ec Oct 21 08:59:14.535 [52514] dbg: dkim: cannot load Mail::DKIM module, DKIM checks disabled: Can't load '/usr/local/lib/perl5/site_perl/5.16/mach/auto/Crypt/OpenSSL/RSA/RSA.so' for module Crypt::OpenSSL::RSA: /usr/local/lib/perl5/site_perl/5.16/mach/auto/Crypt/OpenSSL/RSA/RSA.so: Undefined symbol "PL_unitcheckav" at /usr/local/lib/perl5/5.16/mach/DynaLoader.pm line 190. @400000005446044c1fde708c Oct 21 08:59:14.535 [52514] dbg: dkim: [...] at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/PublicKey.pm line 333. @400000005446044c1fde7474 Oct 21 08:59:14.535 [52514] dbg: dkim: [...] Compilation failed in require at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/PublicKey.pm line 333. @400000005446044c1fdee9a4 Oct 21 08:59:14.535 [52514] dbg: dkim: [...] BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/PublicKey.pm line 333. @400000005446044c1fdfdbd4 Oct 21 08:59:14.535 [52514] dbg: dkim: [...] Compilation failed in require at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/Signature.pm line 13. @400000005446044c1fe05104 Oct 21 08:59:14.535 [52514] dbg: dkim: [...] BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/Signature.pm line 13. @400000005446044c1fe0d5d4 Oct 21 08:59:14.535 [52514] dbg: dkim: [...] Compilation failed in require at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/Verifier.pm line 13. @400000005446044c1fe221dc Oct 21 08:59:14.535 [52514] dbg: dkim: [...] BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.16/Mail/DKIM/Verifier.pm line 13. @400000005446044c1fe225c4 Oct 21 08:59:14.535 [52514] dbg: dkim: [...] Compilation failed in require at /usr/local/lib/perl5/site_perl/5.16/Mail/SpamAssassin/Plugin/DKIM.pm line 624. -snap- After manually installing the port "security/p5-Crypt-OpenSSL-RSA" and restarting spamd the output of the spamd debug log concerning dkim shows the following output: -snip- @400000005446079f2595f0cc Oct 21 09:13:25.631 [41035] dbg: dkim: using Mail::DKIM version 0.4 @400000005446079f259d0d1c Oct 21 09:13:25.631 [41035] dbg: dkim: performing public key lookup and signature verification @400000005446079f259f011c Oct 21 09:13:25.631 [41035] dbg: dkim: signature verification result: none @400000005446079f25a2cdc4 Oct 21 09:13:25.631 [41035] dbg: dkim: adsp: performing lookup on _adsp._domainkey.compiling.spamassassin.taint.org @40000000544607a0036acb44 Oct 21 09:13:26.057 [41035] dbg: dkim: adsp result: N/nxdomain (dns: NXDOMAIN), author domain 'compiling.spamassassin.taint.org' -snap- This looks normal now. So security/p5-Crypt-OpenSSL-RSA needs to be a build dependency when building spamassassin with the DKIM option. Regards, K. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194507-14331>