Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2024 18:02:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277851] net-mgmt/lldpd: update to 1.0.18
Message-ID:  <bug-277851-7788-5Z9WNf3hHt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-277851-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-277851-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277851

--- Comment #2 from John W. O'Brien <john@saltant.com> ---
See review D45168.

QA
=3D=3D

portlint: OK
poudriere: OK -- testport on 13.3-RELEASE amd64 with all options enabled ex=
cept
DTRACE

testport QA warnings:

*   Error: /usr/local/sbin/lldpd is linked to /usr/local/lib/libpkg.so.4 fr=
om
ports-mgmt/pkg but it is not declared as a dependency
    Warning: you need LIB_DEPENDS+=3Dlibpkg.so:ports-mgmt/pkg

This appears to be due to an undeclared dependency in net-mgmt/net-snmp.


*   Warning: you might not need LIB_DEPENDS on libevent.so

The cause of this warning is unclear. The configure phase correctly detects=
 the
presence of a "system" libevent.

    checking for libevent >=3D 2.0.5... yes
    checking if system libevent works as expected... yes
    ...
    Libevent.......: system

The resulting binary is linked against libevent from the port.

    % ldd /usr/local/sbin/lldpd | grep event
        libevent-2.1.so.7 =3D> /usr/local/lib/libevent-2.1.so.7 (0x3d3f8615=
000)

--=20
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-277851-7788-5Z9WNf3hHt>