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

cmd/go: build -n (dry run) fails at misc/swig/callback example #5978

Closed
gopherbot opened this issue Jul 28, 2013 · 2 comments
Closed

cmd/go: build -n (dry run) fails at misc/swig/callback example #5978

gopherbot opened this issue Jul 28, 2013 · 2 comments
Milestone

Comments

@gopherbot
Copy link

by jirkadanek7:

What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. cp -R /usr/local/go/misc/swig/callback ./
2. cd callback
3. run go build -n

What do you see?
[jirka@localhost callback]$ go build -n

#
# _/samsung/jirka/callback
#

mkdir -p $WORK/_/samsung/jirka/callback/_obj/
mkdir -p $WORK/_/samsung/jirka/
go build _/samsung/jirka/callback: open $WORK/swig_intsize.go: no such file or directory

Which compiler are you using (5g, 6g, 8g, gccgo)?
6g

Which operating system are you using?
Gnu/Linux (Fedora 19)

Which version are you using?  (run 'go version')
go version go1.1.1 linux/amd64

Please provide any additional information below.

just after completing the three steps above, I can do

4. go build

which finishes without any error. I am unable actually to run what then go build
creates, but that is a different issue (maybe #5739 , actually).
@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 1:

Labels changed: added priority-later, go1.2maybe, removed priority-triage.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Sep 10, 2013

Comment 2:

This issue was closed by revision 7d249ef.

Status changed to Fixed.

@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2maybe label Apr 14, 2015
@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