You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. cd src
2. ./all.bash
3. (there is no step three)
What is the expected output? What do you see instead?
I have no idea what to expect but the output is:
cd http && make test
gotest
rm -f _test/http.a _gotest_.6
6g -o _gotest_.6 client.go fs.go request.go server.go status.go url.go client_test.go
request_test.go url_test.go
rm -f _test/http.a
gopack grc _test/http.a _gotest_.6
--- FAIL: http.TestClient
Get http://www.google.com/robots.txt: dial tcp www.google.com:http: lookup www.google.com. on
192.168.178.1:53: no answer from server
--- FAIL: http.TestRedirect
Get http://codesearch.google.com/: dial tcp codesearch.google.com:http: lookup codesearch.google.com. on
192.168.178.1:53: no answer from server
FAIL
make[1]: *** [test] Error 1
make: *** [http.test] Error 2
some dialogs pop up and ask if process 6.out should allow incoming connections but
before there's a chance to
click "Allow" the build script fails
What is your $GOOS? $GOARCH?
GOBIN=/Users/roddi/bin
GOARCH=amd64
GOROOT=/Users/roddi/go
GOOS=darwin
Which revision are you sync'ed to? (hg log -l 1)
Änderung: 4037:cd0140653802
Marke: tip
Nutzer: David Titarenco <[email protected]>
Datum: Fri Nov 13 18:06:47 2009 -0800
Zusammenfassung: Created new Conn.Flush() public method so the fd pipeline can be
drained arbitrarily by the
user.
Please provide any additional information below.
In System Preferences the firewall is switched on.
The text was updated successfully, but these errors were encountered:
by Raubtiger:
The text was updated successfully, but these errors were encountered: