Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created June 10, 2013 15:18
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 fsouza/5749597 to your computer and use it in GitHub Desktop.
Save fsouza/5749597 to your computer and use it in GitHub Desktop.
% ./make.bash
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
libmach
misc/pprof
cmd/addr2line
cmd/nm
cmd/objdump
cmd/pack
cmd/prof
cmd/cc
cmd/gc
cmd/6l
cmd/6a
cmd/6c
cmd/6g
pkg/runtime
pkg/errors
pkg/sync/atomic
pkg/sync
pkg/io
pkg/unicode
pkg/unicode/utf8
pkg/unicode/utf16
pkg/bytes
pkg/math
pkg/strings
pkg/strconv
pkg/bufio
pkg/sort
pkg/container/heap
pkg/encoding/base64
pkg/syscall
pkg/time
pkg/os
pkg/reflect
pkg/fmt
pkg/encoding/json
pkg/flag
pkg/path/filepath
pkg/path
pkg/io/ioutil
pkg/log
pkg/regexp/syntax
pkg/regexp
pkg/go/token
pkg/go/scanner
pkg/go/ast
pkg/go/parser
pkg/os/exec
pkg/os/signal
pkg/net/url
pkg/text/template/parse
pkg/text/template
pkg/go/doc
pkg/go/build
cmd/go
# Building packages and commands for darwin/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sync
sort
io
syscall
hash
crypto
crypto/md5
bytes
strings
time
path
bufio
text/tabwriter
container/heap
unicode/utf16
hash/crc32
crypto/cipher
os
crypto/subtle
strconv
math/rand
crypto/hmac
crypto/sha1
path/filepath
reflect
regexp/syntax
io/ioutil
net/url
os/exec
regexp
encoding/base64
crypto/aes
crypto/rc4
fmt
encoding/binary
crypto/sha256
encoding/pem
debug/dwarf
flag
go/token
text/template/parse
go/scanner
log
encoding/json
debug/elf
go/ast
text/template
debug/macho
debug/pe
go/doc
go/parser
go/printer
encoding/xml
compress/flate
go/build
cmd/cgo
go/format
cmd/fix
cmd/api
compress/gzip
crypto/des
math/big
crypto/elliptic
crypto/ecdsa
crypto/rand
crypto/rsa
crypto/dsa
encoding/asn1
encoding/hex
mime
crypto/x509/pkix
os/signal
archive/zip
encoding/gob
runtime/cgo
html
index/suffixarray
runtime/pprof
text/scanner
html/template
cmd/gofmt
cmd/yacc
archive/tar
compress/bzip2
compress/lzw
hash/adler32
compress/zlib
container/list
container/ring
crypto/sha512
database/sql/driver
net
debug/gosym
encoding/ascii85
encoding/base32
encoding/csv
database/sql
hash/crc64
hash/fnv
image/color
math/cmplx
image
os/user
runtime/debug
runtime/race
image/draw
image/gif
image/jpeg
image/png
testing
# net
cgo_unix.go:52:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
cgo_unix.go:62:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
cgo_unix.go:71:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
cgo_unix.go:82:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
cgo_unix.go:96:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
5 warnings generated.
# os/user
lookup_unix.go:56:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
lookup_unix.go:71:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
lookup_unix.go:81:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
lookup_unix.go:97:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
lookup_unix.go:108:31: warning: unknown attribute '__gcc_struct__' ignored [-Wattributes]
} __attribute__((__packed__, __gcc_struct__)) *a = v;
^
5 warnings generated.
testing/iotest
testing/quick
# os/user
lookup_unix.go:64: cannot use _Ctype_size_t(bufSize) (type C.size_t) as type C.ulong in function argument
lookup_unix.go:98: pwd.pw_uid undefined (type [0]byte has no field or method pw_uid)
lookup_unix.go:99: pwd.pw_gid undefined (type [0]byte has no field or method pw_gid)
lookup_unix.go:100: pwd.pw_name undefined (type [0]byte has no field or method pw_name)
lookup_unix.go:101: pwd.pw_gecos undefined (type [0]byte has no field or method pw_gecos)
lookup_unix.go:102: pwd.pw_dir undefined (type [0]byte has no field or method pw_dir)
# net
cgo_unix.go:41: hints.ai_socktype undefined (type [0]byte has no field or method ai_socktype)
cgo_unix.go:42: hints.ai_protocol undefined (type [0]byte has no field or method ai_protocol)
cgo_unix.go:44: hints.ai_socktype undefined (type [0]byte has no field or method ai_socktype)
cgo_unix.go:45: hints.ai_protocol undefined (type [0]byte has no field or method ai_protocol)
cgo_unix.go:52: hints.ai_family undefined (type [0]byte has no field or method ai_family)
cgo_unix.go:54: hints.ai_family undefined (type [0]byte has no field or method ai_family)
cgo_unix.go:62: r.ai_next undefined (type *[0]byte has no field or method ai_next)
cgo_unix.go:63: r.ai_family undefined (type *[0]byte has no field or method ai_family)
cgo_unix.go:67: r.ai_addr undefined (type *[0]byte has no field or method ai_addr)
cgo_unix.go:71: r.ai_addr undefined (type *[0]byte has no field or method ai_addr)
cgo_unix.go:71: too many errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment