Skip to content

Instantly share code, notes, and snippets.

@dmgk
Created September 21, 2022 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmgk/5b9bbeeb91a70666e9047a559a7312f0 to your computer and use it in GitHub Desktop.
Save dmgk/5b9bbeeb91a70666e9047a559a7312f0 to your computer and use it in GitHub Desktop.
##### ../test
# go run run.go -- fixedbugs/bug514.go
exit status 1
/home/dg/go/pkg/tool/freebsd_riscv64/link: running gcc failed: exec: "gcc": executable file not found in $PATH
FAIL fixedbugs/bug514.go 3.754s
# go run run.go -- fixedbugs/issue40954.go
exit status 1
/home/dg/go/pkg/tool/freebsd_riscv64/link: running gcc failed: exec: "gcc": executable file not found in $PATH
FAIL fixedbugs/issue40954.go 2.588s
# go run run.go -- fixedbugs/issue42032.go
exit status 1
/home/dg/go/pkg/tool/freebsd_riscv64/link: running gcc failed: exec: "gcc": executable file not found in $PATH
FAIL fixedbugs/issue42032.go 2.749s
# go run run.go -- fixedbugs/issue42076.go
exit status 1
/home/dg/go/pkg/tool/freebsd_riscv64/link: running gcc failed: exec: "gcc": executable file not found in $PATH
FAIL fixedbugs/issue42076.go 3.175s
# go run run.go -- fixedbugs/issue51733.go
exit status 1
/home/dg/go/pkg/tool/freebsd_riscv64/link: running gcc failed: exec: "gcc": executable file not found in $PATH
FAIL fixedbugs/issue51733.go 4.603s
2022/09/21 01:05:57 Failed: exit status 1
go tool dist: FAILED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment