From owner-freebsd-ports@freebsd.org Tue Nov 8 02:34:00 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91571C34D25 for ; Tue, 8 Nov 2016 02:34:00 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from roadkill.tharned.org (gcrivers-1-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:107f::2]) (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 2A54880E; Tue, 8 Nov 2016 02:34:00 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from flake.tharned.org ([IPv6:2001:470:1f11:107f:cd43:bfaa:e15d:ca7c]) (authenticated bits=0) by roadkill.tharned.org (8.15.2/8.15.2) with ESMTPSA id uA82Xr1k004312 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Nov 2016 20:33:58 -0600 (CST) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2016; t=1478572438; bh=waU9/vp8zACXol5C/gw9RJFDShoYUvB2PciAKdK3778=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=BO82pnW6pJqpIGfYtBromXzDF0pR3ERRfQfXAf5XPNgBKFmtrjtOqeq5SJrTiLVni 3gTQ5XTRsJ/ZJkzArUXcuiEnOLGTrM91RcrXu9k5VcdRG5BFdxzHCSRycWZh85EGcg gp87fF01uXL345F4h9n0Vbnih+yTc/D+DaL2RYWpuYv4iztrc5GxY4Dl1DV75t8xpN ImU/rCsJlMAW4XvQC3KT0uik1iiUnqOIQn5YjMe/+gJDm7TrpDhyhPMPrXOt0nB9um On7nTxRvQ4xuzLOb8aINT1EA3dRoDM6XGh6uUi79osTaWjyzSitPrIAgpLWEQhSZGo wFN7RO880P4fA== X-Authentication-Warning: roadkill.tharned.org: Host [IPv6:2001:470:1f11:107f:cd43:bfaa:e15d:ca7c] claimed to be flake.tharned.org From: Greg Rivers To: freebsd-ports@freebsd.org Cc: mat@freebsd.org Subject: [Solved] lang/perl5.24 upgrade breaks munin-graph in sysutils/munin-master Date: Mon, 07 Nov 2016 20:33:53 -0600 Message-ID: <2175688.KIYLbRYi9u@flake.tharned.org> User-Agent: KMail/4.14.10 (FreeBSD/11.0-RELEASE-p2; KDE/4.14.10; amd64; ; ) In-Reply-To: <7789128.U8IEBT91EZ@flake.tharned.org> References: <7789128.U8IEBT91EZ@flake.tharned.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (roadkill.tharned.org [IPv6:2001:470:1f10:107f:0:0:0:2]); Mon, 07 Nov 2016 20:33:58 -0600 (CST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 02:34:00 -0000 GregOn Sunday, November 06, 2016 16:49:18 wrote: > After upgrading to perl 5.24, munin-graph now exits thusly: > > 2016/11/06 16:40:42 [PERL WARNING] Use of uninitialized value $dom in concatenation (.) or string at /usr/local/share/munin/munin-graph line 131, line 1. > 2016/11/06 16:40:42 [PERL WARNING] Use of uninitialized value $host in concatenation (.) or string at /usr/local/share/munin/munin-graph line 131, line 1. > 2016/11/06 16:40:42 [PERL WARNING] Use of uninitialized value $serv in concatenation (.) or string at /usr/local/share/munin/munin-graph line 131, line 1. > 2016/11/06 16:40:42 [PERL WARNING] Use of uninitialized value $scale in concatenation (.) or string at /usr/local/share/munin/munin-graph line 131, line 1. > 2016/11/06 16:40:42 [PERL WARNING] Use of uninitialized value $scale in pattern match (m//) at /usr/local/share/munin/munin-graph line 133, line 1. > 2016/11/06 16:40:42 [WARNING] Request for graph without specifying domain. Bailing out. > 2016/11/06 16:40:42 Invalid parameters! > > and no charts are produced. > I was mistaken as to the cause of the problem I was seeing. Munin apparently grew a new dependency on CGI::Fast. Installing www/p5-CGI-Fast fixed the problem. Sorry for the false alarm. Should www/p5-CGI-Fast be added to Munin's run time dependency list? -- Greg