joekiller / logstash-kafka

Kafka plugin for Logstash
Apache License 2.0
206 stars 63 forks source link

build failure #47

Closed MaheshSankaran closed 9 years ago

MaheshSankaran commented 9 years ago

[user@host logstash-kafka]$ make tarball echo "VERSION=1.4.2" >> .VERSION.mk => Fetching logstash 1.4.2 => Extracting build/tarball/logstash-1.4.2.tar.gz => Downloading jruby 1.7.11 => Ensuring ruby gems dependencies are in vendor/bundle... Error: Invalid or corrupt jarfile vendor/jar/jruby-complete-1.7.11.jar make: *\ [vendor/bundle] Error 1

joekiller commented 9 years ago

I'll take a look at this On Jan 27, 2015 7:58 AM, "Mahesh" notifications@github.com wrote:

[user@host logstash-kafka]$ make tarball echo "VERSION=1.4.2" >> .VERSION.mk => Fetching logstash 1.4.2 => Extracting build/tarball/logstash-1.4.2.tar.gz => Downloading jruby 1.7.11 => Ensuring ruby gems dependencies are in vendor/bundle... Error: Invalid or corrupt jarfile vendor/jar/jruby-complete-1.7.11.jar make: *\ [vendor/bundle] Error 1

— Reply to this email directly or view it on GitHub https://github.com/joekiller/logstash-kafka/issues/47.

MaheshSankaran commented 9 years ago

Thank you for your quick reply joe.

joekiller commented 9 years ago

I'm not sure what the problem is, perhaps a repo outage? Try git clean -xfd and build again On Jan 27, 2015 8:14 AM, "Mahesh" notifications@github.com wrote:

Thank you for your quick reply joe.

— Reply to this email directly or view it on GitHub https://github.com/joekiller/logstash-kafka/issues/47#issuecomment-71645587 .

MaheshSankaran commented 9 years ago

Hi joe, git clean not working.still it shows error.

[user@host logstash-kafka]$ git clean -xfd Removing .VERSION.mk Removing build/ Removing vendor/ [user@host logstash-kafka]$ make tarball echo "VERSION=1.4.2" >> .VERSION.mk => Fetching logstash 1.4.2 => Extracting build/tarball/logstash-1.4.2.tar.gz => Downloading jruby 1.7.11 => Ensuring ruby gems dependencies are in vendor/bundle... Error: Invalid or corrupt jarfile vendor/jar/jruby-complete-1.7.11.jar make: *\ [vendor/bundle] Error 1

MaheshSankaran commented 9 years ago

Hi joe,now it is working fine.

thanks

joekiller commented 9 years ago

Yay! glad to help. (close #47) On Jan 28, 2015 4:11 AM, "Mahesh" notifications@github.com wrote:

Hi joe,now it is working fine.

thanks

— Reply to this email directly or view it on GitHub https://github.com/joekiller/logstash-kafka/issues/47#issuecomment-71802215 .

joekiller commented 9 years ago

Well that close didn't work. Manually closing.