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

./all.bash fails due to firewall #177

Closed
gopherbot opened this issue Nov 14, 2009 · 3 comments
Closed

./all.bash fails due to firewall #177

gopherbot opened this issue Nov 14, 2009 · 3 comments

Comments

@gopherbot
Copy link
Contributor

by Raubtiger:

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.
@gopherbot
Copy link
Contributor Author

Comment 1 by Raubtiger:

If firewall is off, all is fine

@rsc
Copy link
Contributor

rsc commented Nov 14, 2009

Comment 2:

Status changed to Duplicate.

Merged into issue #20.

@gopherbot
Copy link
Contributor Author

Comment 3:

CL https://golang.org/cl/116080044 mentions this issue.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
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

2 participants