Skip to content
New issue

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

go/types: could not import golang.org/x/arch/arm/armasm #12836

Closed
ALTree opened this issue Oct 4, 2015 · 2 comments
Closed

go/types: could not import golang.org/x/arch/arm/armasm #12836

ALTree opened this issue Oct 4, 2015 · 2 comments

Comments

@ALTree
Copy link
Member

ALTree commented Oct 4, 2015

$ uname -a
Linux gauss 4.2.0-1-amd64 #1 SMP Debian 4.2.1-2 (2015-09-27) x86_64 GNU/Linux

$ gotip version
go version devel +f78a4c8 Sun Oct 4 01:36:40 2015 +0000 linux/amd64
$ gotip test -short go/types
ok      go/types    1.387s
$ gotip test go/types
--- FAIL: TestStdlib (3.39s)
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:18:2: could not import golang.org/x/arch/arm/armasm (can't find import: golang.org/x/arch/arm/armasm)
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:19:2: could not import golang.org/x/arch/x86/x86asm (can't find import: golang.org/x/arch/x86/x86asm)
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:191:15: undeclared name: x86asm
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:198:10: undeclared name: x86asm
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:224:15: undeclared name: armasm
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:224:35: undeclared name: armasm
    stdlib_test.go:199: /home/alberto/go/src/cmd/internal/objfile/disasm.go:231:10: undeclared name: armasm
FAIL
FAIL    go/types    4.016s
@minux
Copy link
Member

minux commented Oct 4, 2015 via email

@rsc
Copy link
Contributor

rsc commented Oct 23, 2015

Closing as dup of #12278.

@rsc rsc closed this as completed Oct 23, 2015
@golang golang locked and limited conversation to collaborators Oct 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants