Re: Issue building qpid-proton on Fedora

2018-01-19 Thread Gregor Berginc
Hi Nandan,

I haven’t tried this but a colleague of mine has updated RPM spec for 
qpid-proton 0.19. You should be able to use it to install system package on 
Fedora:

https://copr.fedorainfracloud.org/coprs/tadeboro/qpid-proton/

Note that this is unofficial until RPM gets updated but you can check the RPM 
spec to be sure that it just bumps the version:

https://github.com/xlab-si/rpm-qpid-proton/commit/dc484f9c18a1c78d620e1173c119414c546e18a9

I guess you can then install Python moudule via pip.

I hope this helps,
-Gregor

> On 19 Jan 2018, at 19:47, nandanone  wrote:
> 
> Andrew::
> 
> I downloaded the 0.19.0 distribution of qpid-proton from the apache site.
> The install instructions talk about building the distribution using
> cmake/make. This is why I was trying to build the distribution (with Perl,
> Ruby, PHP turned off). Is there a way to install the proton module and its
> dependencies without a build? Otherwise when I try to run the examples in
> the Python directory I get errors like
> 
> Traceback (most recent call last):
>  File "simple_send.py", line 23, in 
>from proton import Message
> ImportError: No module named proton
> 
> I have set 
> echo $PYTHONPATH 
> /home/njoshi/Development/community/qpid-proton-0.19.0/
> 
> Thanks,
> 
> Nandan
> 
> 
> 
> 
> 
> 
> 
> --
> Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
> 


Re: Ruby Qpid Proton Gem release

2017-10-26 Thread Gregor Berginc
Thanks Irina for sharing. Thanks Alan and the rest of the Qpid team for
making this release!

I've tested the gem from RubyGems and it works.

cheers,
-Gregor

On 25 October 2017 at 22:57, Irina Boverman  wrote:

>  
> https://rubygems.org/gems/qpid_proton/versions/0.18.0
> 
>
> On Thu, Oct 12, 2017 at 12:07 PM, Alan Conway  wrote:
>
> > Ruby is done, we are closing the final C/C++ issues today I hope, so
> should
> > be very soon now.
> >
> > On Wed, Oct 11, 2017 at 4:16 AM, sergio  wrote:
> >
> > > Any update on this. We are already in Mid-October.
> > >
> > >
> > >
> > > --
> > > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-
> > > f2158936.html
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> > > For additional commands, e-mail: users-h...@qpid.apache.org
> > >
> > >
> >
>


Ruby Qpid Proton Gem release

2017-09-19 Thread Gregor Berginc
Dear all,

I hope this is the right place to ask about the planned releases. I have 
integrated Qpid Proton ruby gem into PR [1] to allow retrieval of events over 
AMQP. Problem is that this depends on a patch discussed in PROTON-1532 [2] and 
resolved upstream. For the time being I am using my own bindings including the 
required patches [3], however this is impossible to integrate into another 
Gemspec.

In the discussion it was mentioned that 0.18 of the Gem should be released end 
of September. In order to plan activities, I would kindly ask for some more 
info on the actual release date for the ruby bindings.

Cheers,
-Gregor


[1] https://github.com/ManageIQ/manageiq-providers-nuage/pull/9
[2] https://github.com/apache/qpid-proton/pull/116
[3] https://github.com/gberginc/qpid_proton_gem