[Discuss-gnuradio] Pybombs error due to "incorrect" pygtk version

2018-09-26 Thread Hoe-Phuan Ng
Hi All: OS : Linux Mint 18.3, 64 bits. A similar problem is here: https://lists.gnu.org/archive/html/discuss-gnuradio/2017-01/msg00212.html But there is no solution, yet. Here are steps I used to install gnuradio using pybombs in Anaconda environment using guidance from https://www.gnuradio.org

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Cyrille DERORY
Hi, I removed the source and ran a new build. Now gnuradio compilation is finished (100%). However I had to change the file script: "setup_env.sh" because the environment variables were not updated and gnuradio-companion couldn't be launched. I added a new line at the end of the file: bash -i C

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Martin Braun
...or if there's multiple UHDs installed. There seems to be an error in either gr-uhd or some other GNU Radio CMakery which doesn't apply the same settings for UHD linkage to lib/ and swig/. M On 08/02/2016 01:22 AM, Marcus Müller wrote: > Hi Stefan, Hi Cyrille, > > I've seen this error before,

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, Ok sry, indeed it does solve the problem (thx to Marcus, master of solving gnuradio problems!). I tricked myself because I removed gnuradio but not libuhd (run pacman -R libuhd), probably you did the same? Regarding your new problem at 33%: I think this can be solved if you remove the source

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Andrej Rode
Hi, > Please submit the pullrequest! The package is definetely missing. Done. Cheers Andrej signature.asc Description: OpenPGP digital signature ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, Removing the system UHD doesn't sovle it for me. Although, it doesn't break somewhere else for me. Greetings Stefan On 08/02/2016 10:22 AM, Marcus Müller wrote: > Hi Stefan, Hi Cyrille, > > I've seen this error before, but only with people that updated their GNU > Radio source code (git pul

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Cyrille DERORY
Hi, no idea how to submit the pullrequest. Who can do it ? Best regards. Cyrille 2016-08-02 8:50 GMT+02:00 Stefan Wunsch : > Hi, > > Please submit the pullrequest! The package is definetely missing. > > Greetings > Stefan > > On 08/01/2016 05:55 PM, Andrej Rode wrote: > > Hey Cyrille, > > > >

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Cyrille DERORY
Hi, Gnuradio-3.7.10-1 release: https://www.archlinux.org/packages/community/x86_64/gnuradio/ ) was already installed when I used PyBOMBS. I've just uninstalled gnuradio-3.7.10-1 and all dependancies (libuhd-3.9.4-1, libvolk-1.3-1, gnuradio-iqbal-0.37.2-19) and now PyBOMBS stop compiling at 32%. Pr

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Marcus Müller
Hi Stefan, Hi Cyrille, I've seen this error before, but only with people that updated their GNU Radio source code (git pull), and then ran "make" again; swig sometimes stumbles upon this, and it takes a "make clean" to work again. Now assuming this is not the case here, can you make sure you don'

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
Hi, I can confirm this problem. But it doesn't seem to be Arch Linux specific (more a UHD problem). Can someone confirm that it works on the other systems? UHD is build from source, so the root of the problem are not the pacman packages. My first guess would be the gcc6 compiler shipped with Arc

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-02 Thread Stefan Wunsch
Hi, Please submit the pullrequest! The package is definetely missing. Greetings Stefan On 08/01/2016 05:55 PM, Andrej Rode wrote: > Hey Cyrille, > > > On 01/08/16 17:20, Cyrille DERORY wrote: >> Thank you for your reply, >> >> my distro/OS is archlinux and package manager is pacman: >> https:/

Re: [Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-02 Thread Stefan Wunsch
And btw, it worked some month ago, when I implemented the pacman support in pybombs. So the changes has to be somewhen since then. On 08/01/2016 10:38 PM, Cyrille DERORY wrote: > Hi, > > with PyBOMBS, I'm compiling gnuradio on archlinux: > sudo pybombs -v install gnuradio > and I get errors with

[Discuss-gnuradio] PyBOMBS: Error installing package libtalloc-dev

2016-08-01 Thread Cyrille DERORY
Hi, with PyBOMBS, I'm compiling gr-gsm on archlinux: sudo pybombs -v install gr-gsm and I get the following error: error: No such command 'CC=' (see the end of the attached verbose log) Any ideas? Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$ sudo pybombs install gr-gsm PyBOMBS -

[Discuss-gnuradio] PyBOMBS: error compiling file uhd_swigPYTHON_wrap.cxx

2016-08-01 Thread Cyrille DERORY
Hi, with PyBOMBS, I'm compiling gnuradio on archlinux: sudo pybombs -v install gnuradio and I get errors with uhd_swigPYTHON_wrap.cxx. (see end of the attached verbose log) Any ideas? Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$ sudo pybombs -v install gnuradio PyBOMBS.ConfigManage

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Cyrille DERORY
Thank you Andrej and Jacob, I've just uncommented the line in gnuradio.lwr that adds python-zmq as a dependency. I will wait for future solutions. Cyrille 2016-08-01 20:18 GMT+02:00 Andrej Rode : > Hi, > > I'm currently testing pybombs with arch in a chroot. I found some more > issues besides p

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hi, I'm currently testing pybombs with arch in a chroot. I found some more issues besides python-zmq with ArchLinux and going to tackle them now. @Cyrille: try removing your prefix-directory and then installing again. I added python2-pyzmq to the recipe and now installation gets stuck somewhene e

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Jacob Gilbert
Cyrille, I recently PR'd python-zmq as a dependency to GR as it is required for the ZMQ blocks to work from python. I did not check to see if this worked on arch though. If you want a workaround in the near term you can uncomment the line in gnuradio.lwr that adds python-zmq as a dependency. Jacob

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Cyrille DERORY
I modified the file ~/.pybombs/recipes/gr-recipes/python-zmq.lwr below the port line: # # This file is part of PyBOMBS # # PyBOMBS is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either v

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hey Cyrille, On 01/08/16 17:20, Cyrille DERORY wrote: > Thank you for your reply, > > my distro/OS is archlinux and package manager is pacman: > https://wiki.archlinux.org/index.php/pacman Try adding: pacman: python2-pyzmq in ~/.pybombs/recipes/gr-recipes/python-zmq.lwr below the port line. I

Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-08-01 Thread Andrej Rode
Hi Cyrille, > this is my first time with PyBOMBS. > Do you have any idea what is the problem with: > "PyBOMBS.Packager.source - WARNING - Cannot find a source URI for package > python-zmq" the python-zmq recipe can be satisfied if installed on a system with deb, rpm or port package manager. Which

[Discuss-gnuradio] PyBOMBS: Error installing package python-zmq

2016-07-30 Thread Cyrille DERORY
Hi, this is my first time with PyBOMBS. Do you have any idea what is the problem with: "PyBOMBS.Packager.source - WARNING - Cannot find a source URI for package python-zmq" Best regards. Cyrille DERORY [cderory@cyrille-E6540 ~]$ [c

Re: [Discuss-gnuradio] pybombs error

2014-10-18 Thread West, Nathan
Different package managers call the same package by different names. You can look at the recipe (https://github.com/pybombs/pybombs/blob/master/recipes/pyqwt5.lwr#L22) to see what Debian-based distros call it. If you've tried to build this manually and the configure step gives you errors then those

Re: [Discuss-gnuradio] pybombs error

2014-10-17 Thread Mostafa Alizadeh
Hi Nathan, I think the package is going to be installed isn't "python-qwt5-qt4". The folder location of the package is going to be installed by pubombs is: " /home/alizadeh/gnuradio_src/pybombs/src/pyqwt5". I tried to find an installation help for this package and I found it (in the attachment). T

Re: [Discuss-gnuradio] pybombs error

2014-10-17 Thread West, Nathan
I'm not sure what's wrong here, but it should be trying to install a deb called python-qwt5-qt4, not pyqwt5. Perhaps run an apt-get update and try again. The optimal solution is to find out if this is a bug in pybombs or your setup and send a patch if it applies to others. Otherwise you can get aro

[Discuss-gnuradio] pybombs error

2014-10-16 Thread Mostafa Alizadeh
Hello guys, I still trying to install GNURadio on debian 7.6 i86, but there is a problem with installing 'pyqwt5' package with pybombs! The following error is appeared: packages to install: ['pyqwt5', 'mcpp', 'db48', 'ice', 'gnuradio'] install called (pyqwt5) install type priority: ['deb', 'src']

Re: [Discuss-gnuradio] pybombs error

2013-06-25 Thread Tim Newman
In the recipe itself, you should be able to put: var config_opt = Tim On Tue, Jun 25, 2013 at 8:12 AM, Blake Morgan wrote: > On 06/25/2013 05:10 AM, Philip Balister wrote: > >> On 06/24/2013 09:19 PM, Blake Morgan wrote: >> >>> I decided to try out pybombs on one of my Beaglebones, and atte

Re: [Discuss-gnuradio] pybombs error

2013-06-25 Thread Blake Morgan
On 06/25/2013 05:10 AM, Philip Balister wrote: On 06/24/2013 09:19 PM, Blake Morgan wrote: I decided to try out pybombs on one of my Beaglebones, and attempted to install gnuradio. Below is the error message I received, if this helps. This is the key issue" Heh, I suspected as much. make[

Re: [Discuss-gnuradio] pybombs error

2013-06-25 Thread Philip Balister
On 06/24/2013 09:19 PM, Blake Morgan wrote: > I decided to try out pybombs on one of my Beaglebones, and attempted to > install gnuradio. Below is the error message I received, if this helps. > This is the key issue" > make[2]: *** Waiting for unfinished jobs > c++: internal compiler error:

Re: [Discuss-gnuradio] pybombs error

2013-06-25 Thread Martin Braun (CEL)
On Mon, Jun 24, 2013 at 08:19:04PM -0500, Blake Morgan wrote: > I decided to try out pybombs on one of my Beaglebones, and attempted > to install gnuradio. Below is the error message I received, if this > helps. Are you running pybombs as sudo? Put it otherwise, are you trying to install to a plac

[Discuss-gnuradio] pybombs error

2013-06-24 Thread Blake Morgan
I decided to try out pybombs on one of my Beaglebones, and attempted to install gnuradio. Below is the error message I received, if this helps. $ uname -a Linux arm 3.2.42-psp27 #1 Sun Apr 28 20:07:49 UTC 2013 armv7l armv7l armv7l GNU/Linux $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLE