From owner-freebsd-ports-bugs@freebsd.org Fri Dec 11 15:52:32 2015 Return-Path: Delivered-To: freebsd-ports-bugs@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 E16079D8935 for ; Fri, 11 Dec 2015 15:52:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 B9D9B196C for ; Fri, 11 Dec 2015 15:52:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBFqWAo025297 for ; Fri, 11 Dec 2015 15:52:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 205248] lang/perl5.20: issue in perl.h Date: Fri, 11 Dec 2015 15:52:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ruben.kerkhof@gmail.com X-Bugzilla-Status: New 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 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 15:52:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205248 Bug ID: 205248 Summary: lang/perl5.20: issue in perl.h Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ruben.kerkhof@gmail.com Collectd links against libperl Since Collectd compiles with -Werror, this results in: CC perl_la-perl.lo In file included from perl.c:46: In file included from /usr/local/lib/perl5/5.20/mach/CORE/perl.h:5199: /usr/local/lib/perl5/5.20/mach/CORE/inline.h:311:9: error: nonnull parameter 'pv' will evaluate to 'true' on first encounter [-Werror,-Wpointer-bool-conversion] if (pv && len > 1) { ^~ ~~ 1 error generated. Makefile:4321: recipe for target 'perl_la-perl.lo' failed gmake[3]: *** [perl_la-perl.lo] Error 1 gmake[3]: Leaving directory '/usr/home/ruben/src/collectd/src' Makefile:4741: recipe for target 'all-recursive' failed gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory '/usr/home/ruben/src/collectd/src' Makefile:3147: recipe for target 'all' failed gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory '/usr/home/ruben/src/collectd/src' Makefile:553: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 1 Not a big issue, but I wanted to report it anyway. -- You are receiving this mail because: You are the assignee for the bug.