Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Apr 2021 19:23:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255446] graphics/opencv: uses WITH_GDAL but does not depend on it
Message-ID:  <bug-255446-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 255446
           Summary: graphics/opencv: uses WITH_GDAL but does not depend on
                    it
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcberner@freebsd.org
          Reporter: d8zNeCFG@aon.at
          Assignee: tcberner@freebsd.org
             Flags: maintainer-feedback?(tcberner@freebsd.org)

Scenario:
- latest ports
- graphics/opencv has in its Makefile CMAKE_ON =3D ... WITH_GDAL ... but do=
es not
include a dependency on gdal

Result:
- after installing from a self-built package:

[0]# pkg check -da=20=20
Checking all packages: 100%
opencv is missing a required shared library: libgdal.so.3
pkg check -da  11.69s user 0.02s system 99% cpu 11.825 total
[0]#=20

Expected result:
- Either the WITH_GDAL is changed to its opposite, or the dependency is add=
ed.

-- Martin

--=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-255446-7788>