[MacPorts] #47108: GQRX saying it can't install gnu radio because of a py27-scipy dependency conflict- but gnuradio is already installed.

MacPorts noreply at macports.org
Tue Oct 13 09:47:00 PDT 2015


#47108: GQRX saying it can't install gnu radio because of a py27-scipy dependency
conflict- but gnuradio is already installed.
-------------------------------+-------------------------
  Reporter:  patrickmccanna@…  |      Owner:  michaelld@…
      Type:  defect            |     Status:  new
  Priority:  Normal            |  Milestone:
 Component:  ports             |    Version:  2.3.3
Resolution:                    |   Keywords:
      Port:  GQRX              |
-------------------------------+-------------------------

Comment (by iibov@…):

 Yeah, I see when I `cat /py-scipy/Portfile`[[BR]]
 `[...]`[[BR]]
 `name                    py-scipy`[[BR]]
 `version                 0.15.0`[[BR]]
 `platforms               darwin`[[BR]]
 `[...]`

 I wanted to test whether anything else needs to be specified after `sudo
 port install` once in the local directory where `Portfile` is and I did
 the following:
 {{{
 $ sudo port uninstall airspy
 Password:
 --->  Deactivating airspy @20151008_0
 --->  Cleaning airspy
 --->  Uninstalling airspy @20151008_0
 --->  Cleaning airspy

 $ svn checkout -r 134151
 https://svn.macports.org/repository/macports/trunk/dports/science/airspy
 A    airspy/files
 A    airspy/files/patch-disable-std-gnu90.diff
 A    airspy/Portfile
 Checked out revision 134151.

 $ cd airspy/

 $ sudo port install
 --->  Computing dependencies for airspy
 --->  Fetching archive for airspy
 --->  Attempting to fetch airspy-20150318_0.darwin_9.ppc.tbz2 from
 http://nue.de.packages.macports.org/macports/packages/airspy
 --->  Attempting to fetch airspy-20150318_0.darwin_9.ppc.tbz2 from
 http://mse.uk.packages.macports.org/sites/packages.macports.org/airspy
 --->  Attempting to fetch airspy-20150318_0.darwin_9.ppc.tbz2 from
 http://packages.macports.org/airspy
 --->  Fetching distfiles for airspy
 --->  Attempting to fetch host-
 49df6bfb99291388aa4b834b572b14d1b2746ec0.tar.gz from
 http://fco.it.distfiles.macports.org/mirrors/macports-distfiles/airspy
 --->  Verifying checksums for airspy
 --->  Extracting airspy
 --->  Applying patches to airspy
 --->  Configuring airspy
 --->  Building airspy
 --->  Staging airspy into destroot
 --->  Installing airspy @20150318_0
 --->  Activating airspy @20150318_0
 --->  Cleaning airspy
 --->  Updating database of binaries
 --->  Scanning binaries for linking errors
 --->  No broken files found.

 $ cat Portfile
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c
 -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id: Portfile 134151 2015-03-19 13:25:50Z michaelld at macports.org $

 PortSystem          1.0
 PortGroup           cmake 1.0
 PortGroup           github 1.0

 name                airspy

 github.setup        airspy host 49df6bfb99291388aa4b834b572b14d1b2746ec0
 version             20150318

 $ port installed
 The following ports are currently installed:
   airspy @20150318_0 (active)

 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/47108#comment:16>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list