[Bug 256669] graphics/opencv fetches 3rd party distfiles in the configure phase

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 17 Jun 2021 11:56:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256669

            Bug ID: 256669
           Summary: graphics/opencv fetches 3rd party distfiles in the
                    configure phase
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: tcberner@freebsd.org
          Reporter: se@FreeBSD.org
             Flags: maintainer-feedback?(tcberner@freebsd.org)
          Assignee: tcberner@freebsd.org

In the configure phase I got the following output:

-- Checking for module 'gtk+-3.0'
--   Found gtk+-3.0, version 3.24.29
-- Checking for module 'gthread-2.0'
--   Found gthread-2.0, version 2.66.8
-- IPPICV: Download: ippicv_2020_lnx_intel64_20191018_general.tgz
-- found Intel IPP (ICV version): 2020.0.0 [2020.0.0 Gold]
-- at:
/usr/work/usr/git/ports/graphics/opencv/work/.build/3rdparty/ippicv/ippicv_lnx/icv
-- found Intel IPP Integration Wrappers sources: 2020.0.0
-- at:
/usr/work/usr/git/ports/graphics/opencv/work/.build/3rdparty/ippicv/ippicv_lnx/iw

It seems that these required files are not fetched and checked in the
fetch/checksum phases.

I have no idea how this is supposed to work with poudriere - the log is from a
simple "make" in the port directory to diagnose the issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.