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

On Mon, Aug 1, 2016 at 10:55 AM, Cyrille DERORY <cyri...@derory.fr> wrote:

> 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 version 3, or (at your option)
> # any later version.
> #
> # PyBOMBS is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with PyBOMBS; see the file COPYING.  If not, write to
> # the Free Software Foundation, Inc., 51 Franklin Street,
> # Boston, MA 02110-1301, USA.
> #
>
> category: baseline
> satisfy:
>   deb: python-zmq
>   rpm: python-zmq
>   port: py27-zmq
>   pacman: python2-pyzmq
>
>
>
>
> But it still not working even after I did a manual install of
> python2-pyzmq package with command line:
> sudo pacman -S python2-pyzmq
> (python2-pyzmq-15.2.0-1 is installed)
> https://www.archlinux.org/packages/community/x86_64/python2-pyzmq/
>
> verbosity mode:
>
>  PyBOMBS.PackageManager - DEBUG - Checking if package python-zmq is
> installed.
> PyBOMBS.PackageManager - DEBUG - Checking if package python-zmq is
> installed.
> Install tree:
> |
> \- gr-gsm
>    |
>    +- libosmocore
>    |  |
>    |  \- libtalloc-dev
>    |
>    +- gr-osmosdr
>    |  |
>    |  +- gr-iqbal
>    |  |  |
>    |  |  \- gnuradio
>    |  |     |
>    |  |     \- python-zmq
>    |  |
>    |  \- gnuradio
>    |     |
>    |     \- python-zmq
>    |
>    \- gnuradio
>       |
>       \- python-zmq
> PyBOMBS.PackageManager - DEBUG - Checking if package python-zmq is
> installed.
> PyBOMBS.install_manager - INFO - Installing package: python-zmq
> PyBOMBS.PackageManager - DEBUG - install(python-zmq, static=False)
> PyBOMBS.PackageManager - DEBUG - Using packager pip
> PyBOMBS.PackageManager - DEBUG - Using packager pacman
> PyBOMBS.PackageManager - DEBUG - Using packager pkgconfig
> PyBOMBS.PackageManager - DEBUG - Using packager cmd
> PyBOMBS.PackageManager - DEBUG - Using packager source
> PyBOMBS.Packager.source - WARNING - Cannot find a source URI for package
> python-zmq
> PyBOMBS.install_manager - ERROR - Error installing package python-zmq.
> Aborting.
>
>
> Cyrille
>
>
> 2016-08-01 17:55 GMT+02:00 Andrej Rode <m...@andrejro.de>:
>
>> 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.
>> If you can install gnuradio successfully I'll submit a pull-request
>> against gr-recipes master.
>>
>> Best Regards,
>> Andrej
>>
>> P.S. Don't forget to add the mailing-list in your reply. Your answer
>> might be interesting for other folks.
>>
>>
>>
>
> _______________________________________________
> 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