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

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

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: >>

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

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

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.

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

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.

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.

[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 ~]$