Changes between Initial Version and Version 2 of Ticket #54306


Ignore:
Timestamp:
Jun 11, 2017, 2:55:59 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54306

    • Property Status changed from new to assigned
    • Property Keywords gnuradio removed
    • Property Owner set to michaelld
  • Ticket #54306 – Description

    initial v2  
    11I'm trying to install latest gnuradio developer edition with all related options
     2{{{
    23sudo port install gnuradio-devel +zeromq +ctrlport +performance_counters +debug
     4}}}
    35
    46I run into the following error:
    5 ----
     7{{{
    68Error: Failed to extract gnuradio-devel:
    79
     
    911 In order to install this port as +debug,
    1012Qt4 must also be installed with +debug.
    11 ----
     13}}}
    1214
    1315By the way, rest of the options work:
     16{{{
    1417sudo port install gnuradio-devel +zeromq +ctrlport +performance_counters
     18}}}