[Bug 205248] lang/perl5.20: issue in perl.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 11 15:52:33 UTC 2015


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 at FreeBSD.org
          Reporter: ruben.kerkhof at 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.


More information about the freebsd-ports-bugs mailing list