Opened 11 years ago

Last modified 11 years ago

#38274 closed defect

gnuradio +full installs without gnuradio-companion — at Version 2

Reported by: vladshikhov@… Owned by: michaelld@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: gnuradio

Description (last modified by ryandesign (Ryan Carsten Schmidt))

When I install gnuradio +full variant it lacks gnuradio-companion.

According http://lists.gnu.org/archive/html/discuss-gnuradio/2013-01/msg00079.html I installed boost 1.51

So I have:

>port installed boost
The following ports are currently installed:
  boost @1.51.0_1+no_single+no_static+python27 (active)

and after I install gnuradio (+full variant) it lack the gnuradio-companion (and also, during install process it installs boost-1.52.0_1+no_single+no_static+python27 ignoring my active boost version 1.51)

Change History (2)

comment:1 Changed 11 years ago by vladshikhov@…

Cc: vladshikhov@… added

Cc Me!

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: vladshikhov@… removed
Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…

If you want MacPorts not to upgrade dependencies, you need to use the -n flag (sudo port -n install gnuradio). Use this option extremely carefully, i.e. only when you know exactly what dependencies would be upgraded and that you don't want them to be upgraded. Defeating MacPorts' dependency upgrade feature can cause problems. You can use the dry-run option -y to see what would happen (sudo port -y install gnuradio).

Note: See TracTickets for help on using tickets.