Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2019 17:56:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 240195] net/libdmapsharing: Explicitly disable the dependency on devel/check
Message-ID:  <bug-240195-6497@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 240195
           Summary: net/libdmapsharing: Explicitly disable the dependency
                    on devel/check
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: lantw44@gmail.com
                CC: gnome@FreeBSD.org, sunpoet@FreeBSD.org
                CC: gnome@FreeBSD.org, sunpoet@FreeBSD.org

Created attachment 207005
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D207005&action=
=3Dedit
Pass --disable-check to the configure script

By default, the configure script of net/libdmapsharing detects devel/check
automatically. If devel/check is installed, net/libdmapsharing will link to=
 it.
It can cause problems because devel/check isn't declared as a dependency of
net/libdmapsharing, so libdmapsharing-3.0.so will be broken if devel/check =
is
removed.

$ ldd /usr/local/lib/libdmapsharing-3.0.so
...
        libcheck.so.0 =3D> not found (0)
...

Since devel/check is just a unit test framework, it should be safe to disab=
le
it unconditionally.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240195-6497>