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

Makefile breaks, cause Cassandra v3.10 is missing #12

Open
frabar opened this issue Oct 9, 2017 · 0 comments
Open

Makefile breaks, cause Cassandra v3.10 is missing #12

frabar opened this issue Oct 9, 2017 · 0 comments

Comments

@frabar
Copy link

frabar commented Oct 9, 2017

In the Makefile the Cassandra Version is set to 3.10, but on some mirrors from http://www.apache.org/dyn/closer.cgi/cassandra this version is not available. (e.g. http://apache.mirror.digionline.de/cassandra/ or http://ftp.heikorichter.name/apache/cassandra/ ) So the make fails.

If I set the Version to 3.11.0 the Makefile works fine.

make output:

...
+ wget -q -O - http://www.apache.org/dyn/closer.cgi/cassandra
+ sed -n s#.*href="\(http://ftp.[^"]*\)".*#\1#p
+ head -n 1
+ mirror_url=http://ftp.heikorichter.name/apache/cassandra
+ wget -q -O - http://ftp.heikorichter.name/apache/cassandra/3.10/apache-cassandra-3.10-bin.tar.gz
+ tar -xzf - -C /usr/local                                                                                                                                   
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
...
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