[MacPorts] #59170: uhd @3.14.1.1 fails to build on mavericks
MacPorts
noreply at macports.org
Tue Oct 8 13:26:45 UTC 2019
#59170: uhd @3.14.1.1 fails to build on mavericks
---------------------+--------------------
Reporter: tehcog | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.1
Resolution: | Keywords:
Port: uhd |
---------------------+--------------------
Comment (by michaelld):
(1) What does `port installed "openssl*"` return? Looks like the `medusa`
port isn't linking to the correct OpenSSL ... so wondering which you've
got installed. Guessing you're encountering the issue you reported in <
https://trac.macports.org/ticket/58983 >. ... yes? If so, let's get the
UHD part working again & then hopefully someone can help you with that
issue.
(2) Looks like I updated UHD without a rev-bump to GR ... so, please do
the following to get GR working again:
{{{
GR_MP_IN=$(port installed and active | grep gnuradio | awk '{ print $1 }')
GR_OSMO_MP_IN=$(port installed and active | grep gr-osmosdr | awk '{ print
$1 }')
sudo port -f uninstall ${GR_MP_IN} ${GR_OSMO_MP_IN}
sudo port install ${GR_MP_IN} ${GR_OSMO_MP_IN}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59170#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list