[MacPorts] #41162: gnuradio fails to build on 10.9
MacPorts
noreply at macports.org
Tue Nov 19 07:05:15 PST 2013
#41162: gnuradio fails to build on 10.9
-----------------------+-------------------------
Reporter: ken@… | Owner: michaelld@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords: mavericks
Port: gnuradio |
-----------------------+-------------------------
Comment (by michaelld@…):
@lqfmickey: Your issue is that you have lxml installed in /Library/Python
already. I think your best solution is to remove that package:
{{{
cd /Library/Python/2.7/site-packages
sudo rm -rf lxml*
}}}
and then try with gnuradio again:
{{{
sudo port uninstall gnuradio-devel
sudo port selfupdate
sudo port install gnuradio-devel
}}}
and this time GRC should be available. If not, try the
{{{
/opt/local/bin/python2.7 -c "import lxml.etree; print
lxml.etree.LXML_VERSION"
}}}
again to see if there is some other location where lxml is being found.
--
Ticket URL: <https://trac.macports.org/ticket/41162#comment:55>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list