[Bug 246027] net-mgmt/netdata: version 1.21.1 fail to build on 12.1 with DEFAULT_VERSIONS+= ssl=libressl

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 29 13:17:18 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246027

            Bug ID: 246027
           Summary: net-mgmt/netdata: version 1.21.1 fail to build on 12.1
                    with DEFAULT_VERSIONS+= ssl=libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: lysfjord.daniel at smokepit.net
 Attachment #213912 text/plain
         mime type:

Created attachment 213912
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213912&action=edit
poudriere build log for net-mgmt/netdata-1.21.1

After the new version of netdata (1.21.1) landed in ports, it fails to build.
Most likely due to me having "DEFAULT_VERSIONS+= ssl=libressl" in make.conf.

The following log lines seem relevant:

libnetdata/socket/security.c:71:16: error: use of undeclared identifier
'TLS1_3_VERSION'
        return TLS1_3_VERSION;

libnetdata/socket/security.c:74:12: error: use of undeclared identifier
'TLS_MAX_VERSION'
    return TLS_MAX_VERSION;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list