pkgsrc-Users archive

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

Re: Debugging a go build



On Tue, 17 Mar 2026, Thomas Klausner wrote:

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

Exactly.

Search for lines like

# path/to/package

Usually, the error messages are below such a header. The build continues for the bits that do not depend on the code that produced the error. If there are more problems, it might also give up with "too many errors".

--
Benny


Home | Main Index | Thread Index | Old Index