#49919: gr-osmosdr is still broken after rebuilding it more than 3 times. -------------------------+------------------------- Reporter: ton@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gr-osmosdr | -------------------------+------------------------- Comment (by njm7176@…): Replying to [comment:13 ton@…]:
The issue is that i have libgnuradio-runtime.3.7.8.1.dylib where osmocom_fft looks for 3.7.8 With Portfile r143198 everything seems to building and behaving correctly for me. My gnuradio scrips and omsocom_fft are having no issues with libgnuradio-runtime.3.7.8.1.
My only last suggestion is to check out what's going on in: '''/opt/local/lib/python2.7/site-packages''' . Macports should not have installed osmosdr libraries there, and wherever it came from, python is finding them first instead of the up-to-date libraries macports maintains. Have you previously tried manually compiling gr-osmosdr or using homebrew? Multiple, conflicting installs of gr-osmosdr is a likely culprit for your above error. Try using michaelld's above '''port -f uninstall''' command to remove gr- osmosdr again. After that completes, check the following paths for leftover '''osmosdr''' directories and remove them if they exist. {{{ /opt/local/lib/python2.7/site-packages /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7 /site-packages/ }}} Then do a '''port selfupdate''' and '''port install gr-osmosdr''' again and verify that there is only one osmosdr directory and it resides in '''/opt/local/Library/Frameworks/Python.framework/Versions''' . -- Ticket URL: <https://trac.macports.org/ticket/49919#comment:14> MacPorts <https://www.macports.org/> Ports system for OS X