[Bug 262976] libpcap.so:net/libpcap will use libpcap from base
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Apr 2022 10:33:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262976 Bug ID: 262976 Summary: libpcap.so:net/libpcap will use libpcap from base Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: garga@FreeBSD.org Reporter: mikael@FreeBSD.org CC: bofh@freebsd.org, dikshie@sfc.wide.ad.jp, dvl@FreeBSD.org, ehaupt@FreeBSD.org, freebsd@dns.company, logan@elandsys.com, m.muenz@gmail.com, pi@FreeBSD.org, yuri@freebsd.org Flags: maintainer-feedback?(garga@FreeBSD.org) Assignee: garga@FreeBSD.org Several ports have LIB_DEPENDS= libpcap.so:net/libpcap in their Makefile, probably with the intent to use libpcap from ports but it'll use libpcap from the base system, example: https://cgit.freebsd.org/ports/tree/graphics/pcl-pointclouds/Makefile#n33 pcl-pointclouds-1.12.1_1 depends on shared library: libpcap.so - found (/usr/lib/libpcap.so) Can you check your port and fix or remove the dependency if libpcap from base is good enough? If you really need libpcap from ports you can use the following: XXX_DEPENDS= ${LOCALBASE}/lib/libpcap.a:net/libpcap or XXX_DEPENDS= libpcap.so.1:net/libpcap The affected ports are: graphics/pcl-pointclouds security/snort security/arpCounterattack security/snort3 net/addrwatch net/ipdecap net/ipgrab net/ngrep net/libdaq dns/dnsjit net-mgmt/tcpreplay net-mgmt/yaf net-mgmt/nfdump dns/dsc Thanks -- You are receiving this mail because: You are the assignee for the bug.