[Bug 209003] net/libzmq4: Libraries returned by pkg-conf don't include dependencies
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 23 23:15:24 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209003
Bug ID: 209003
Summary: net/libzmq4: Libraries returned by pkg-conf don't
include dependencies
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: koobs at FreeBSD.org
Reporter: yuri at rawbw.com
Flags: maintainer-feedback?(koobs at FreeBSD.org)
Assignee: koobs at FreeBSD.org
I have it built with:
Options :
CURVE : on
DEBUG : off
PGM : on
Yet pkg-config doesn't return -lpgm:
> pkg-config --libs libzmq
> -L/usr/local/lib -lzmq
-lsodium should also be there since
> ldd -a /usr/local/lib/libzmq.so
> /usr/local/lib/libzmq.so:
> libsodium.so.18 => /usr/local/lib/libsodium.so.18 (0x80166a000)
> libpgm-5.2.so.0 => /usr/local/lib/libpgm-5.2.so.0 (0x8018d3000)
> librt.so.1 => /usr/lib/librt.so.1 (0x801b1e000)
> libthr.so.3 => /lib/libthr.so.3 (0x801d24000)
> libc++.so.1 => /usr/lib/libc++.so.1 (0x801f49000)
> libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x802208000)
> libm.so.5 => /lib/libm.so.5 (0x802425000)
> libc.so.7 => /lib/libc.so.7 (0x800821000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x80264e000)
> /usr/local/lib/libsodium.so.18
> <skipped proxy library dependencies>
Additionally, zeromq configure defines --without-libsodium option that is
probably better reflected in the port options.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list