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

make bench in $GOROOT/src/pkg failed #1023

Closed
gopherbot opened this issue Aug 12, 2010 · 2 comments
Closed

make bench in $GOROOT/src/pkg failed #1023

gopherbot opened this issue Aug 12, 2010 · 2 comments

Comments

@gopherbot
Copy link

by tianyicui:

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 $GOROOT/src/pkg
2. make bench

What is the expected output?

the make command succeeded

What do you see instead?

make: *** [../../test/garbage.bench] Error 2

What is your $GOOS?  $GOARCH?

darwin amd64


Which revision are you using?  (hg identify)

39b4429286ef tip

Please provide any additional information below.

It is because of name of a deleted package appears in
"test/garbage/parser.go". Patch attached.

Attachments:

  1. patch.diff (265 bytes)
@rsc
Copy link
Contributor

rsc commented Aug 12, 2010

Comment 1:

Owner changed to r...@golang.org.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Aug 16, 2010

Comment 2:

This issue was closed by revision 735356c.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
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