tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 2024Q4 gif2png build fails



On Thu, 26 Dec 2024, Taylor R Campbell wrote:

New with go123, you need to mount procfs :-(

What does it need procfs for?  Maybe we can work around that?

Yes, this is a regression in go123, there is also an open PR for it (pkg/58830). It will be fixed with go124, which is currently at RC1 in wip.

Or, if not, maybe we can add a check to make the failure more obvious
like:

.if ${OPSYS} == "NetBSD" && make(build) && !exists(/proc/version)
PKG_FAIL_REASON+=	"${PKGPATH} requires /proc to be mounted."
.endif

This would be an option. Alternatively, I could backport the fix.

--
Benny


Home | Main Index | Thread Index | Old Index