discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] macports build failure


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] macports build failure
Date: Thu, 15 Aug 2013 09:17:23 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]