#41733: gnuradio @3.7.2.1 installation fails to complete ------------------------+------------------------- Reporter: guycole@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: gnuradio | ------------------------+------------------------- Comment (by guycole@…): Replying to [comment:16 michaelld@…]: I tried the commands you suggest but the build still hangs after building trellis_swig leaving many dot/doxygen processes. I have attached main.log.gz, thanks for looking.
OK; can you try the following again: {{{ sudo port clean gnuradio gnuradio-devel sudo port -f uninstall `port installed | grep gnuradio | sed -e "s@(active)@@g"` sudo port selfupdate sudo port -k install gnuradio }}} and see if that works. If so, try running the dial tone example again: {{{
/opt/local/share/gnuradio/examples/audio/dial_tone.py }}} If either the install or the dial_tone fails, can you do the following: {{{ cp `port logfile gnuradio` ~/Desktop/gr_log.txt bzip2 ~/Desktop/gr_log.txt }}} and then attach the compressed logfile to this ticket.
-- Ticket URL: <https://trac.macports.org/ticket/41733#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X