Changes between Initial Version and Version 1 of Ticket #48491, comment 6


Ignore:
Timestamp:
Aug 3, 2015, 9:46:37 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48491, comment 6

    initial v1  
    22And I followed the instructions on [[BR]]
    33https://gnuradio.org/redmine/projects/gnuradio/wiki/MacInstall
    4 [[BR]]
    5 [[BR]]
    6 When I run the command[[BR]][[BR]]
    7 sudo port install gnuradio[[BR]]
    8 [[BR]]
    9 This installs the universal versions by default I suppose, I don't even know if there is any advantage using universal version.[[BR]]
    10 [[BR]]
    11 And I ran into this problem,[[BR]]
    12 Error: Cannot install py27-cairo for the arch(s) 'i386 x86_64' because [[BR]]
    13 Error: its dependency py27-numpy does not build for the required arch(s) by default[[BR]]
    14 Error: and does not have a universal variant.[[BR]]
    15 Error: Unable to upgrade port: architecture mismatch [[BR]]
    16 Error: Unable to execute port: upgrade gnuradio failed[[BR]]
    17 [[BR]]
    18 Maybe in different package. After that i have installed GNURadio using [[BR]]
    19 sudo port install gnuradio -universal[[BR]]
    20 [[BR]]
     4
     5When I run the command
     6
     7{{{
     8sudo port install gnuradio
     9}}}
     10
     11This installs the universal versions by default I suppose, I don't even know if there is any advantage using universal version.
     12
     13And I ran into this problem,
     14
     15{{{
     16Error: Cannot install py27-cairo for the arch(s) 'i386 x86_64' because
     17Error: its dependency py27-numpy does not build for the required arch(s) by default
     18Error: and does not have a universal variant.
     19Error: Unable to upgrade port: architecture mismatch
     20Error: Unable to execute port: upgrade gnuradio failed
     21}}}
     22
     23Maybe in different package. After that i have installed GNURadio using
     24
     25{{{
     26sudo port install gnuradio -universal
     27}}}
     28
    2129And it worked alright. Same case with 'gr-osmosdr' too.