Created attachment 160115 [details] poudriere build log I cannot compile graphics/nomacs Both graphics/opencv and graphics/opencv-core compiled and installed successfully
Is this still an issue? I've built it on 9.3 and 10.2 amd64/i386 without any issues, could you please update the PR with the build results on freshly built 10.2-RELEASE system?
Maintainer feedback timeout. cc OpenCV MAINTAINER
Created attachment 163787 [details] poudriere build log
It still fails for me. I uploaded poudriere build log in case it may help.
I can build nomacs-2.2.0_3 on 10.2 amd64 in a fresh jail, both with RAW support (the default) and without it (matching your options). Maybe this is specific to poudriere?
I can reproduce this with Synth so it's not specific to poudriere. In fact, it pretty much confirms that nomacs must be missing a dependency specification.
however, strangely, it builds on DragonFly with poudriere just fine. The synth test was on FreeBSD 10.3. It's a curious failure but I think there's something to this report.
FYI, the fail (synth/freebsd) was with RAW option off and the pass (poudriere/dragonfly) was with default options (RAW is on)
and synth/freebsd can build nomacs when RAW option is on (the option defaults). So it appears that the problem is indeed centered around the RAW option.
A commit references this bug: Author: marino Date: Fri Aug 19 03:06:18 UTC 2016 New revision: 420443 URL: https://svnweb.freebsd.org/changeset/ports/420443 Log: graphics/nomacs: Fix build when RAW option turned off The opencv-core dependency is not limited to the RAW option. The build fails in a clean jail if the RAW option is turned off due to the missing opencv dependency. Change it to an unconditional LIB_DEPENDS to fix the build in the RAW-off configuration. PR: 202497 Reported by: serpent7776 (gmail) Approved by: maintainer timeout / just-fix-it Changes: head/graphics/nomacs/Makefile
Just want to confirm it's fixed. Thanks for fixing it.