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

Bring v0.3.0 to Homebrew #38

Open
langston-barrett opened this issue Jul 28, 2015 · 9 comments
Open

Bring v0.3.0 to Homebrew #38

langston-barrett opened this issue Jul 28, 2015 · 9 comments
Assignees

Comments

@langston-barrett
Copy link
Collaborator

Homebrew needs some love with a new version. @pote hinted that they would head this effort, since I don't run or have access to OSX. Other testers would be appreciated.

@pote pote self-assigned this Jul 28, 2015
@nikolay
Copy link

nikolay commented Sep 1, 2015

@pote 🙏

@pote
Copy link
Owner

pote commented Sep 10, 2015

Sorry folks, work has been insane, I now possess a bit of the coveted thing people call "free time", so I'll work on this today. 😄 💃

@pote
Copy link
Owner

pote commented Sep 10, 2015

I'm trying to get homebrew's gvp updated, but currently the install process seems to be broken on OSX, which is weird, can anybody confirm if they can get v0.3.0 (or any newer version) installed and running?

@djui
Copy link

djui commented Sep 22, 2015

GVP is still on 0.2.0:

$ brew info gvp
gvp: stable 0.2.0
Go versioning packager
https://github.com/pote/gvp
/usr/local/Cellar/gvp/0.2.0 (4 files, 16K) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/gvp.rb

@djui
Copy link

djui commented Sep 22, 2015

In fact, trying to run 0.3.0 shows syntax error:

$ gvp init
/usr/local/bin/gvp: line 106: syntax error near unexpected token ;' /usr/local/bin/gvp: line 106: ;&'

source gvp works, but every consecutive calls just close the shell:

$ source gvp
>> Local GOPATH set.

(gap)$ gvp version
>> gvp v0.3.0
[TERMINATED]

@langston-barrett
Copy link
Collaborator Author

@djui You may have an old version of Bash, there is syntax in that line that is introduced in version 4.0.

@djui
Copy link

djui commented Sep 24, 2015

I can check later, but it's El Capitan out of the box, which I hope Apple ships with 4+.

@djui
Copy link

djui commented Sep 24, 2015

Besides, is there any reason to rely on that feature?

@langston-barrett
Copy link
Collaborator Author

@djui Not necessarily, PR #46 will eliminate that version dependency when it's complete/merged. Thanks for reporting this, I didn't realize that OSX shipped with Bash < 4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants