Skip to content

cmd/gc: liveness fixes broke nacl/amd64 #7712

@bradfitz

Description

@bradfitz
As of https://code.google.com/p/go/source/detail?r=6301a991(cmd/gc: liveness related bug
fixes), nacl/amd64p32 is now broken.

Previously it was at least building and failing tests due to a lack of filesystem.

Compilation failures are:

http://build.golang.org/log/abfeeafc4b619c027790484da7b533cb7d06b9ed

# Building packages and commands for nacl/amd64p32.
runtime
errors
sync/atomic
unicode
sync
io
unicode/utf8
math
bytes
bufio
syscall
# syscall
pkg/syscall/srpc_nacl.go:47: internal compiler error: var autotmp_0690 (type
srpcService) has size 12 offset -72
strings
strconv
sort
hash
text/tabwriter
path
container/heap
reflect
crypto
crypto/md5
encoding
encoding/base64
# reflect
pkg/reflect/type.go:872: internal compiler error: var styp (type *structType) has size 4
offset -296
unicode/utf16
regexp/syntax
net/url
# net/url
pkg/net/url/url.go:527: internal compiler error: var autotmp_0148 (type []string) has
size 12 offset -12
hash/crc32
container/list
crypto/subtle
crypto/cipher
crypto/aes
# regexp/syntax
pkg/regexp/syntax/prog.go:356: internal compiler error: var autotmp_1196 (type
[1]string) has size 8 offset -276
math/rand
crypto/hmac
crypto/rc4
crypto/sha1
crypto/sha256
encoding/pem
compress/bzip2
hash/adler32
container/ring
crypto/sha512
encoding/ascii85
encoding/base32
hash/crc64
hash/fnv
html
image/color
image
image/color/palette
image/draw
image/jpeg
math/cmplx
# image/jpeg
pkg/image/jpeg/reader.go:226: internal compiler error: var autotmp_0156 (type
UnsupportedError) has size 8 offset -36
runtime/race
Build complete, duration 1m0.735355095s. Result: error: exit status 2

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions