You can use `cmake -DBUILD_RUBY=NO` to skip the build. I see that on older platforms the presence of `ruby` doesn't automatically imply the presence of rubygems as it does on newer ones. I'll update the ruby-detect logic in case there is a respin.
On Thu, Oct 19, 2017 at 4:42 PM, Adel Boutros <[email protected]> wrote: > Hello, > > > I am trying to build proton 0.18.0 but I am facing errors with ruby-gem. > Do you know how I can deactivate this target? > > > [ 5%] Generating qpid_proton-0.18.0.gem > /usr/bin/gem:8:in `require': no such file to load -- rubygems (LoadError) > from /usr/bin/gem:8 > make[2]: *** [proton-c/bindings/ruby/qpid_proton-0.18.0.gem] Error 1 > make[1]: *** [proton-c/bindings/ruby/CMakeFiles/ruby-gem.dir/all] Error 2 > > > Regards, > > Adel > > ________________________________ > From: Jakub Scholz <[email protected]> > Sent: Thursday, October 19, 2017 5:04:59 PM > To: [email protected] > Subject: Re: [VOTE] Release Apache Qpid Proton 0.18.0 > > +1. I build it from source code and used it with Qpid C++ broker (master) > and Qpid Dispatch (1.0.0 RC1) and run my tests against them. All seems to > work fine. > > On Wed, Oct 18, 2017 at 7:29 PM, Robbie Gemmell <[email protected]> > wrote: > > > Hi folks, > > > > I have put together a first spin for a Qpid Proton 0.18.0 release, > > please test it and vote accordingly. > > > > The source archive can be grabbed from: > > https://dist.apache.org/repos/dist/dev/qpid/proton/0.18.0-rc1/ > > > > The JIRAs currently assigned are: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > > projectId=12313720&version=12338903 > > > > It is tagged as 0.18.0-rc1. > > > > Regards, > > Robbie > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
