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

Can't build from 2.4.rc2 distribution tarball #1

Open
apjanke opened this issue Apr 4, 2016 · 0 comments
Open

Can't build from 2.4.rc2 distribution tarball #1

apjanke opened this issue Apr 4, 2016 · 0 comments

Comments

@apjanke
Copy link

apjanke commented Apr 4, 2016

I can't get git-multipush to build from the latest dev release tarball, v2.4.rc2.

$ ls
git-multipush-v2.4.rc2.tar.gz
[~/tmp/multipush]
$ tar xf git-multipush-v2.4.rc2.tar.gz
[~/tmp/multipush]
$ cd git-multipush-git-multipush-v2.4.rc2
[~/tmp/multipush/git-multipush-git-multipush-v2.4.rc2]
$ make
fatal: Not a git repository (or any of the parent directories): .git
make: *** No rule to make target `VERSION', needed by `git-multipush'.  Stop.
[✘ ~/tmp/multipush/git-multipush-git-multipush-v2.4.rc2]
$

It looks like it doesn't include a version file, so requires it to be a git repo, which isn't the case if you grab the tarball instead of cloning the repo.

This is on OS X 10.9.5.

Found this when working on the Homebrew formula for it: Homebrew/legacy-homebrew#50530.

Could this be fixed so it can build from the RC distribution files?

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

1 participant