[MacPorts] #51803: gr-fosphor @20160522_0: rev-upgrade considers it broken

MacPorts noreply at macports.org
Mon Jul 11 07:22:01 PDT 2016


#51803: gr-fosphor @20160522_0: rev-upgrade considers it broken
----------------------------------+-------------------------
  Reporter:  particlephysics08@…  |      Owner:  michaelld@…
      Type:  defect               |     Status:  new
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.3.4
Resolution:                       |   Keywords:
      Port:  gr-fosphor           |
----------------------------------+-------------------------

Comment (by michaelld@…):

 A few items:

 (1) I'm glad using glfw-devel works for you. glfw should to, but whatever.

 (2) we generally do not recommend using brew and MacPorts together,
 because brew installs by default into /usr/local, which is a standard
 search path for most build systems, while port installs into /opt/local,
 which is a nonstandard search path. Hence, by default the brew install
 will be found while the port one won't be. Thus, when building within port
 one has to be very careful & that's just not always easy or even doable.
 This combination may or not work; it's your risk much more than our
 obligation to make sure it does work, though we try our best.

 (3) I'd guess that you have a brew-installed Python first in the search
 PATH. Hence, when you run anything requiring Python (e.g., osmocom_fft),
 it finds that version instead of the port Python. Unless you've set the
 PYTHONPATH to include the port Python stuff, none of it will be found.
 Best way to deal with this is to make sure that
 {{{
 port select python
 }}}
 is set to "python27" (active), and then that /opt/local/bin is at the head
 of the PATH variable.

 Good luck!

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


More information about the macports-tickets mailing list