pkgsrc-Users archive

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

Re: Debugging a go build



On Tue, Mar 17, 2026 at 12:10:22PM +0100, Hauke Fath wrote:
> *** Error code 1

I suspect in the middle of building all the go modules there are some
error lines that are not obvious.

An example from a different package's build problem:

lib/sqlite_netbsd_amd64.go:112447:5: mu.enter undefined (type mutex has no field or method enter)
lib/sqlite_netbsd_amd64.go:112448:11: mu.leave undefined (type mutex has no field or method leave)

no 'error', no 'warning', just a path and a line number.
 Thomas


Home | Main Index | Thread Index | Old Index