discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Cyrille DERORY
Subject: Re: [Discuss-gnuradio] PyBOMBS: Error installing package python-zmq
Date: Mon, 1 Aug 2016 18:55:58 +0200

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 <address@hidden>:
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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]