For folks with the MacPorts wxPython-devel build issue, if you try the 
alternative build command and do see:
{{{
-->  Installing gnuradio 
@3.7.0_2+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet
--->  Activating gnuradio 
@3.7.0_2+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet
--->  Cleaning gnuradio
--->  Updating database of binaries: 100.0%
--->  Scanning binaries for linking errors: 100.0%
--->  Found XXX broken file(s), matching files to ports
--->  Found 1 broken port(s), determining rebuild order
--->  Rebuilding in order
    py27-wxpython-devel @2.9.4.0 
--->  Computing dependencies for py27-wxpython-devel
}}}
then this is normal and expected.  Until the wx stuff is fixed within MacPorts, 
you should be able to temporarily fix the "Found XXX broken file" issue -if- 
you still have the older wxWidgets-devel installed.  You can see this via:
{{{
port installed | grep wxWidgets
}}}
You should see one that says something like "@2.9.5_X", where "X" might be 0, 
1, or 2.  You might also see another that says something like "@2.9.4_Y".  If 
you do not see the "@2.9.4_Y" version, then you'll just have to wait until WX 
is fixed in MacPorts.  If you do see that string, you should be able to 
temporarily resolve the WX issue by deactivating the current active 
wxWidgets-devel port via:
{{{
sudo port -f deactivate `port installed | grep wxWidgets | grep active | sed -e 
"s@(active)@@g"`
}}}
and then activating (one of) the @2.9.4 wxWidgets-devel port(s) via (e.g., 
selecting the last one as listed by "port installed"):
{{{
sudo port activate `port installed | grep wxWidgets | grep "2.9.4" | tail -1`
}}}
or you can choose some other @2.9.4 version to activate -- you'll need to 
specify the whole @2.9.4_.... string as provided by "port installed".  The key 
is to keep the py*-wxPython and wxWidgets version numbers the same.

If anyone tries the above, let me know if it works.  Good luck! - MLD


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to