Hi Ravi,
> The build fails due to the unmet dependency of Cheetah template engine. 
exactly that's why we depend on Python2 packages in python.lwr:

category: baseline
inherit: autoconf
satisfy:
  deb: python2.7 && python-dev
  rpm: python-devel >= 2.7
  cmd: python --version >= 2.7
  pacman: python2 >= 2.7
  port: python27 >= 2.7
vars:
  config_opt: --enable-shared

Notice the pacman line! So, if GNU Radio is currently building, you
should have an install python2. If you don't, there's a bug in
dependency checking.

I'd expect all our build scripts to explicitely specify that the python2
executable should be used. If you can give an actual bug report of where
exactly building fails, this is probably something that's fixable.

Also, you said "need your help!", but then didn't ask a question or what
exactly we should be helping you with :) So if I didn't hit the spot
here, please explain what it is that you need help with.

Best regards,
Marcus

On 30.05.2016 13:10, Ravi Sharan wrote:
> Hi,
>
> Today, I have tried installing gnuradio on Antergos (Arch Linux based
> distro) using pybombs. Antergos ships Python3 as it's default python
> version and Cheetah seems to be incompatible with Python3. The build
> fails due to the unmet dependency of Cheetah template engine. 
> The successful builds on Ubuntu 16.04 reported in this thread are
> because Ubuntu 16.04 claims to be shipping Python3.5.1 as it's default
> Python version, but it still has a good support for Python2.7.x. 
>
> This issue of replacing Cheetah is slightly discussed at [1]. 
>
> Cheers,
> Ravi
>
> [1] - https://github.com/gnuradio/gnuradio/pull/303
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to