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: go get broken for bzr with no-tree repos #4757

Open
gopherbot opened this issue Feb 5, 2013 · 7 comments
Open

cmd/go: go get broken for bzr with no-tree repos #4757

gopherbot opened this issue Feb 5, 2013 · 7 comments
Labels
ExpertNeeded Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@gopherbot
Copy link

by bigjools:

What steps will reproduce the problem?
1. Set up no-tree repos, or,
  in bazaar.conf, set up an alias: "branch = branch --no-tree"
3. "go get launchpad.net/juju-core/..."

What is the expected output?
A valid working tree.


What do you see instead?
go get fails because my package tree is not checked out of the repo:

$ go get -v launchpad.net/juju-core/...
launchpad.net/juju-core (download)
# cd /home/ed/canonical/Go/src/launchpad.net/juju-core; bzr update -r revno:-1
bzr: ERROR: No WorkingTree exists for
"file:///home/ed/canonical/Go/src/launchpad.net/juju-core/.bzr/checkout/".
package launchpad.net/juju-core/...: exit status 3



Which compiler are you using (5g, 6g, 8g, gccgo)?
How do I find out?

Which operating system are you using?
Ubuntu 12.10

Which version are you using?  (run 'go version')
go1.0.2

Please provide any additional information below.
@rsc
Copy link
Contributor

rsc commented Mar 12, 2013

Comment 2:

[The time for maybe has passed.]

Labels changed: removed go1.1maybe.

@adg
Copy link
Contributor

adg commented Mar 22, 2013

Comment 3:

Labels changed: added priority-later, expertneeded, removed priority-triage.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 4:

Labels changed: added go12maybe, suggested.

@rsc
Copy link
Contributor

rsc commented Nov 27, 2013

Comment 5:

Labels changed: added go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 6:

Labels changed: added release-none, removed go1.3maybe.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2013

Comment 7:

Labels changed: added repo-main.

@rsc
Copy link
Contributor

rsc commented Apr 16, 2014

Comment 8:

Labels changed: removed go12maybe.

@gopherbot gopherbot added accepted ExpertNeeded Suggested Issues that may be good for new contributors looking for work to do. labels Apr 16, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ExpertNeeded Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

3 participants