Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 23:15:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209003] net/libzmq4: Libraries returned by pkg-conf don't include dependencies
Message-ID:  <bug-209003-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: yuri@rawbw.com
             Flags: maintainer-feedback?(koobs@FreeBSD.org)
          Assignee: koobs@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 =3D> /usr/local/lib/libsodium.so.18 (0x80166a000)
>         libpgm-5.2.so.0 =3D> /usr/local/lib/libpgm-5.2.so.0 (0x8018d3000)
>         librt.so.1 =3D> /usr/lib/librt.so.1 (0x801b1e000)
>         libthr.so.3 =3D> /lib/libthr.so.3 (0x801d24000)
>         libc++.so.1 =3D> /usr/lib/libc++.so.1 (0x801f49000)
>         libcxxrt.so.1 =3D> /lib/libcxxrt.so.1 (0x802208000)
>         libm.so.5 =3D> /lib/libm.so.5 (0x802425000)
>         libc.so.7 =3D> /lib/libc.so.7 (0x800821000)
>         libgcc_s.so.1 =3D> /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.

--=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-209003-13>