Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2019 23:00:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242083] graphics/libheif failes to build after lang/go-devel upgrade
Message-ID:  <bug-242083-7788-6KFAajOytK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242083-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242083-7788@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #7 from Dmitri Goutnik <dmgk@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 g=
o.
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 b=
uild
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 t=
heir
/, they'll find /src/github.com/strukturag created by the port build.

--=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-242083-7788-6KFAajOytK>