tech-pkg archive

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

Re: 2024Q4 gif2png build fails



> Date: Thu, 26 Dec 2024 15:37:09 +0100
> From: Thomas Klausner <wiz%gatalith.at@localhost>
> 
> New with go123, you need to mount procfs :-(

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

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

in go-module.mk or something.


Home | Main Index | Thread Index | Old Index