[Bug 242083] graphics/libheif failes to build after lang/go-devel upgrade

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 19 23:00:00 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242083

--- Comment #7 from Dmitri Goutnik <dmgk at freebsd.org> ---
(In reply to Sebastian Steinmetz from comment #4)
Hi Sebastian,

You won't see a failure in poudriere unless you add a build dependency on go.
This is because libheif detects go presence during configure stage and wraps
building go  examples in "if HAVE_GO ... endif". This port needs either a build
dependency on go when EXAMPLES knob is checked or go examples disabled with
--disable-go.

The error I was getting in poudriere was

mkdir: /src: Permission denied

and it was caused by ${CURDIR} resolving to an empty string because CURDIR is
not defined in bmake. The OP was getting a different error but I bet it's
because they're building as root outside of poudriere and if they look at their
/, they'll find /src/github.com/strukturag created by the port build.

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


More information about the freebsd-ports-bugs mailing list