Date: Thu, 23 Jun 2016 06:44:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210390] net-mgmt/lldpd: Update to 0.9.4 Message-ID: <bug-210390-13-FBHv58vtAH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210390-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210390-13@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=3D210390 --- Comment #3 from Mathieu Simon <freebsd@simweb.ch> --- Hi Kurt Thanks for asking, I don't always test all possible combinations of options when updating the port but don't remember 'poudriere testport' previously reporting this: [...] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D> Running Q/A tests (stage-qa) Error: /usr/local/sbin/lldpd is linked to /usr/local/lib/libpkg.so.3 from ports-mgmt/pkg but it is not declared as a dependency Warning: you need LIB_DEPENDS+=3Dlibpkg.so:ports-mgmt/pkg [...] And I think it's due to the resulting linking here: # ldd /usr/local/sbin/lldpd | grep pkg libpkg.so.3 =3D> /usr/local/lib/libpkg.so.3 (0x802212000) Instead of depending blindly on libpkg I revisited that and was able to see that this dependency only gets added if SNMP is enabled (which is a default option) Let me know what you think about, I'm definitely not an expert in that area. I'll upload an updated patch correctly reflecting the more precise dependen= cy now. -- Mathieu --=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-210390-13-FBHv58vtAH>