Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 15:52:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 205248] lang/perl5.20: issue in perl.h
Message-ID:  <bug-205248-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205248-13>