Re: go: exec go1.22.6: permission denied
- Reply: Robert Clausecker : "Re: go: exec go1.22.6: permission denied"
- Reply: Robert Clausecker : "Re: go: exec go1.22.6: permission denied"
- Reply: Koichiro Iwao : "Re: go: exec go1.22.6: permission denied"
- In reply to: Robert Clausecker : "Re: go: exec go1.22.6: permission denied"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Dec 2024 14:22:09 UTC
Robert Clausecker <fuz@FreeBSD.org> wrote: > The reason for this is that your package requires Go 1.22 to build, but > Go 1.21 has been configured as the toolchain to use for this package. > Go helpfully downloads a Go 1.22 toolchain and tries to use that to build > the package, which fails as the distfiles are not executable. I'm puzzled to why this doesn't get extracted to WRKDIR, and executed there? Or is it because the downloaded toolchain is not an archive, but a bare executable itself? If so, I'd expect it still to be copied to WRKDIR before execution. Cheers, Jamie