From owner-freebsd-perl@FreeBSD.ORG Fri Nov 14 23:48:37 2014 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78442FBF for ; Fri, 14 Nov 2014 23:48:37 +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 47BBF3E0 for ; Fri, 14 Nov 2014 23:48:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAENmbNe041538 for ; Fri, 14 Nov 2014 23:48:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 195021] New: sysutils/munin-node: ntp_ and ntp_states plugins fail without dns/p5-Net-DNS Date: Fri, 14 Nov 2014 23:48:37 +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 Some People X-Bugzilla-Who: john@saltant.com 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 attachments.created 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: Fri, 14 Nov 2014 23:48:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195021 Bug ID: 195021 Summary: sysutils/munin-node: ntp_ and ntp_states plugins fail without dns/p5-Net-DNS Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: john@saltant.com CC: mat@FreeBSD.org, perl@FreeBSD.org CC: perl@FreeBSD.org Created attachment 149421 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149421&action=edit sysutils/munin-node: Depend upon dns/p5-Net-DNS at runtime sysutils/munin-node has an unstated runtime dependency on dns/p5-Net-DNS. There are two plugins that "use Net::DNS;", and they are ntp_ and ntp_states. Without the dependency installed the plugins fail as illustrated in this log excerpt: /var/log/munin/munin-node.log ----------------------------- 2014/11/14-00:00:06 [68072] Error output from ntp_states: 2014/11/14-00:00:06 [68072] Can't locate Net/DNS.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at /usr/local/etc/munin/plugins/ntp_states line 43. 2014/11/14-00:00:06 [68072] BEGIN failed--compilation aborted at /usr/local/etc/munin/plugins/ntp_states line 43. 2014/11/14-00:00:06 [68072] Service 'ntp_states' exited with status 2/0. Fix: Apply the attached patch to pick up the missing dependency. --- Comment #1 from Bugzilla Automation --- Maintainers CC'd -- You are receiving this mail because: You are on the CC list for the bug.