Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-03 Thread Gregory Ratcliff
Thank you. The silent failure of trial missing was the issue. Greg Sent from my iPhone > On Jan 2, 2016, at 5:49 PM, Philip Balister wrote: > > > >> On 01/02/2016 01:52 PM, Achilleas Anastasopoulos wrote: >> I had problems installing thrift myself. >> After consulting with the thrift forum

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Philip Balister
On 01/02/2016 01:52 PM, Achilleas Anastasopoulos wrote: > I had problems installing thrift myself. > After consulting with the thrift forum i realized that thrift requires > "trial" which is included in pythong package "twisted" (python-twisted). > Unfortunately, thrift was failing silently... >

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Achilleas Anastasopoulos
I had problems installing thrift myself. After consulting with the thrift forum i realized that thrift requires "trial" which is included in pythong package "twisted" (python-twisted). Unfortunately, thrift was failing silently... After installing this package on fedora-22 (or 23?) the installatio

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-02 Thread Jawad Seddar
Hi, The gitrev corresponds to the following commit I believe : https://github.com/apache/thrift/commit/dd89dce84b73ca671c8e0b3cf597f1888e2a75dc I personally had problems compiling that version of thrift (on Ubuntu 14.04) so I went back to 0.9.2 using gitrev 591e20f9. Jawad Le 2 janv. 2016 02:00,

Re: [Discuss-gnuradio] Pybombs and apache thrift help request

2016-01-01 Thread Gregory W. Ratcliff
I believe the recipe for thrift needs an update: Looking at the recipe .lwr I see: depends: libtool automake gcc boost bison flex libevent python ssl category: baseline source: git://https://github.com/apache/thrift.git gitrev: dd89dce8 inherit: bootstrapautoconf Looking for this rev below shows n