I wish I could better control the whole WX debacle within MacPorts, but those 
are not my ports; I'm helping out as much as my time allows, in hopes that 
these fixes are put in place sooner rather than later.

On Aug 14, 2013, at 9:43 PM, Dan Aldrich <daldr...@earthlink.net> wrote:
> I'm running OS X 10.8.4, don't know if that matters. Anyway, got further it 
> just got me deeper down the rat-hole. Looks like there's a problem w/ 
> py27-wxpython-devel as well.
> 
> unknown20c9d0bc732f:~ daldrich$ sudo port install gnuradio +full 
> configure.compiler=llvm-gcc-4.2

Try instead:
{{{
sudo port install gnuradio 
+docs+grc+jack+orc+portaudio+python27+qtgui+sdl+swig+uhd+wavelet 
configure.compiler=llvm-gcc-4.2
}}}

And, assuming wxWidgets-devel is @2.9.5, then the output from this command 
should read something like the following, which is normal and OK.  GNU Radio 
should be installed, just without the wxgui component.  gnuradio-companion 
should work as before, but nothing WX will execute correctly; Qt stuff should 
still work.  If this does not work, please email me off-list and I'll work with 
you to get it going.

{{{
--->  Configuring gnuradio
--->  Building gnuradio
--->  Staging gnuradio into destroot
--->  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
--->  Cleaning py27-wxpython-devel
--->  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
--->  Fetching distfiles for py27-wxpython-devel
--->  Verifying checksums for py27-wxpython-devel
--->  Extracting py27-wxpython-devel
--->  Applying patches to py27-wxpython-devel
--->  Configuring py27-wxpython-devel
--->  Building py27-wxpython-devel
Error: org.macports.build for port py27-wxpython-devel returned: command 
execution failed
Please see the log file for port py27-wxpython-devel for details:
    
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py27-wxpython-devel/py27-wxpython-devel/main.log
Error: Unable to upgrade port: 1
}}}


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

Reply via email to