[Solved] lang/perl5.24 upgrade breaks munin-graph in sysutils/munin-master

Greg Rivers gcr+freebsd-ports at tharned.org
Tue Nov 8 02:34:00 UTC 2016


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, <GEN1> 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, <GEN1> 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, <GEN1> 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, <GEN1> 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, <GEN1> 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


More information about the freebsd-ports mailing list