can both of you seeing this issue provide a little bit more
information, including which developer preview you're on and the
versions of xcode you're using?
I upgraded to the latest downloadable golden master (about box says
only "Version 10.10") from the apple site and see the following with
xcode 6.0.1:
$ uname -a
Darwin ... 14.0.0 Darwin Kernel Version 14.0.0: Tue Sep 23 23:01:41
PDT 2014; root:xnu-2782.1.97~6/RELEASE_X86_64 x86_64
$ hg summary
parent: 20235:f44017549ff9 go1.3.3 release
go1.3.3
branch: release-branch.go1.3
commit: (clean)
update: (current)
$ xcodebuild -version
Xcode 6.0.1
Build version 6A317
$ time ./all.bash
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, darwin/amd64.
lib9
libbio
liblink
[...]
ALL TESTS PASSED
---
Installed Go for darwin/amd64 in /Users/aam/go-release
Installed commands in /Users/aam/go-release/bin
*** You need to add /Users/aam/go-release/bin to your PATH.
real 3m17.863s
user 4m31.574s
sys 1m10.010s
$ ~/go-release/bin/go version
go version go1.3.3 darwin/amd64
$
the only error I see is a missing pkg-config in the shootout tests:
./timing.sh: line 165: pkg-config: command not found
I'll try with xcode 6.1 next.