From owner-freebsd-perl@FreeBSD.ORG Tue Oct 21 07:36:31 2014 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 527C224C for ; Tue, 21 Oct 2014 07:36:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 395C1F34 for ; Tue, 21 Oct 2014 07:36:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9L7aVpJ014761 for ; Tue, 21 Oct 2014 07:36:31 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Tue, 21 Oct 2014 07:36:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: k@free.de X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 07:36:31 -0000 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 --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug.