You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2020/06/17 00:27:57 UTC

[GitHub] [bigtop] sekikn commented on pull request #620: BIGTOP-3319: Add Logstash as Bigtop component

sekikn commented on pull request #620:
URL: https://github.com/apache/bigtop/pull/620#issuecomment-645078151


   I applied the latest PR and ran `./gradlew toolchain logstash-pkg` on CentOS 7, but came across the following error, which is similar to the one that Evans reported before.
   
   ```
   Installing RVM to /home/vagrant/.rvm/
       Adding rvm PATH line to /home/vagrant/.profile /home/vagrant/.mkshrc /home/vagrant/.bashrc /home/vagrant/.zshrc.
       Adding rvm loading line to /home/vagrant/.profile /home/vagrant/.bash_profile /home/vagrant/.zlogin.
   Installation of RVM in /home/vagrant/.rvm/ is almost complete:
   
     * To start using RVM you need to run `source /home/vagrant/.rvm/scripts/rvm`
       in all your open shell windows, in rare cases you need to reopen all shell windows.
   <warn>Thanks for installing RVM 🙏</warn>
   Please consider donating to our open collective to help us maintain RVM.
   
   👉  Donate: <code>https://opencollective.com/rvm/donate</code>
   
   
   + '[' -s /usr/local/rvm/scripts/rvm ']'
   + rvm install ruby-2.4.0
   /home/vagrant/bigtop/build/logstash/rpm/SOURCES/do-component-build: line 41: rvm: command not found
   + rake bootstrap
   /home/vagrant/bigtop/build/logstash/rpm/SOURCES/do-component-build: line 43: rake: command not found
   ```
   
   The do-component-build script for logstash seems to install RVM into `$HOME/.rvm/scripts/rvm` rather than `/usr/local/rvm/scripts/rvm` in my environment.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org