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


Ignore:
Timestamp:
Aug 3, 2015, 4:45:56 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48491, comment 2

    initial v1  
    33I had certain issue with GNURadio installation and I was asked to install 'gnuradio' using -universal.
    44
    5 https://trac.macports.org/ticket/47108 [[BR]]
     5#47108 [[BR]]
    66http://comments.gmane.org/gmane.os.apple.macports.tickets/96734
    77
    88So I had repeated errors with following packages,
    99
     10{{{
    1011libxml2 @2.9.2_2-universal platform='darwin 14' archs='x86_64'
    11 [[BR]]
    1212libxslt @1.1.28_1-universal platform='darwin 14' archs='x86_64'
     13}}}
    1314
    1415After the following commands,
    1516
     17{{{
    1618sudo port install libxml2
    17 [[BR]]
    1819sudo port install libxslt
    19 [[BR]]
    2020sudo port uninstall inactive
     21}}}
    2122
    2223And I got stuck with the following error.
    2324
     25{{{
    2426Error: Cannot install py27-cairo for the arch(s) 'i386 x86_64' because
    25 [[BR]]
    2627Error: its dependency py27-numpy does not build for the required arch(s) by default
    27 [[BR]]
    2828Error: and does not have a universal variant.
    29 [[BR]]
    3029Error: Unable to upgrade port: architecture mismatch
    31 [[BR]]
    3230Error: Unable to execute port: upgrade gnuradio failed
     31}}}
    3332
    3433and running the following code also doesn't make any difference.
    3534
     35{{{
    3636sudo port -n upgrade --force py27-numpy +universal
    37 [[BR]]
    38 [[BR]]
     37}}}
     38
    3939BTW, GNURadio GUI is working alright now but there is this error while updating.
    4040[[BR]]