We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
by m@capitanio.org:
hg sum parent: 7475:72d7040cd80c runtime: fix memory allocator for GOMAXPROCS > 1 uname -m x86_64 make[1]: Entering directory `/data4/soft/go/go/src/pkg/debug/elf' 5g -o _go_.5 elf.go file.go make[1]: Entering directory `go/src/pkg/debug/macho' 5g -o _go_.5 macho.go file.go runtime.markallocated: undefined: runtime.casp rm -f _obj/debug/elf.a gopack grc _obj/debug/elf.a _go_.5 runtime.markallocated: illegal combination BL C_NONE C_NONE C_ADDR, 1 3 (1774) BL ,runtime.casp+0(SB) cp _obj/debug/elf.a "/home/mc/soft/go/go/pkg/linux_arm/debug/elf.a" runtime.markallocated: illegal combination BL C_NONE C_NONE C_ADDR, 1 3 (1774) BL ,runtime.casp+0(SB) make[1]: Leaving directory `/data4/soft/go/go/src/pkg/debug/elf' cd debug/gosym && make install make[1]: Entering directory `/data4/soft/go/go/src/pkg/debug/gosym' 5g -o _go_.5 pclntab.go symtab.go make[1]: *** [goyacc] Error 1 make[1]: Leaving directory `/data4/soft/go/go/src/cmd/goyacc' make: *** [../cmd/goyacc.install] Error 2
The text was updated successfully, but these errors were encountered:
Comment 1:
Owner changed to r...@golang.org.
Status changed to Accepted.
Sorry, something went wrong.
Comment 2:
This issue was closed by revision eb86881.
Status changed to Fixed.
No branches or pull requests
by m@capitanio.org:
The text was updated successfully, but these errors were encountered: