#37124: Build of Gnuradio 3.6.2 Fails ------------------------+-------------------------------- Reporter: mcquiggi@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: ------------------------+-------------------------------- Hi All: I have OS X 10.8.2. I have run: {{{ sudo port selfupdate sudo port upgrade outdated }}} A build of the latest version of gnuradio (3.6.2) fails with the messages: {{{ Kevins-MacBook-Air:~ mcquiggi$ sudo port install gnuradio ---> Computing dependencies for gnuradio ---> Configuring gnuradio Error: org.macports.configure for port gnuradio returned: configure failure: command execution failed Please see the log file for port gnuradio for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_gnuradio/gnuradio/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gnuradio failed Kevins-MacBook-Air:~ mcquiggi$ }}} Here is what the relevant portion of the log file says: {{{ :info:configure -- :info:configure -- Configuring volk support... :info:configure -- Enabling volk support. :info:configure -- Override with -DENABLE_VOLK=ON/OFF :info:configure -- :info:configure -- Python checking for python >= 2.5 :info:configure -- Python checking for python >= 2.5 - found :info:configure -- :info:configure -- Python checking for Cheetah >= 2.0.0 :info:configure -- Python checking for Cheetah >= 2.0.0 - not found :info:configure CMake Error at volk/CMakeLists.txt:66 (message): :info:configure Cheetah templates required to build VOLK :info:configure :info:configure :info:configure -- Configuring incomplete, errors occurred! :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_gnuradio/gnuradio/work/build" && cmake -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_COLOR_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_MODULE_PATH=/opt/local/share/cmake/modules -Wno-dev -DENABLE_VOLK=ON -DENABLE_DOXYGEN=OFF -DENABLE_SPHINX=OFF -DENABLE_GRC=OFF -DENABLE_GR_QTGUI=OFF -DQT_QMAKE_EXECUTABLE= -DENABLE_GR_WXGUI=OFF -DENABLE_GR_UHD=OFF -DUHD_INCLUDE_DIRS= -DUHD_LIBRARIES= -DORCC_EXECUTABLE= -DENABLE_GR_WAVELET=OFF -DJACK_INCLUDE_DIR= -DJACK_LIBRARY= -DPORTAUDIO_INCLUDE_DIRS= -DPORTAUDIO_LIBRARIES= -DSWIG_EXECUTABLE= -DENABLE_GR_VIDEO_SDL=OFF -DSDLMAIN_LIBRARY= -DSDL_INCLUDE_DIR= -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCMAKE_OSX_SYSROOT=/ ../gnuradio-3.6.2 :info:configure Exit code: 1 :error:configure org.macports.configure for port gnuradio returned: configure failure: command execution failed :debug:configure Error code: NONE :debug:configure Backtrace: configure failure: command execution failed while executing "$procedure $targetname" :info:configure Warning: targets not executed for gnuradio: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install :notice:configure Please see the log file for port gnuradio for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_science_gnuradio/gnuradio/main.log }}} After seeing this I installed the port "cheetah", but I see that the current ports tree only has version 1.8 in it; the error message says the port is looking for cheetah version >=2.0. My installed cheetah, note that it is not listed as "outdated": {{{ Kevins-MacBook-Air:~ mcquiggi$ sudo port installed cheetah The following ports are currently installed: cheetah @1.8_1 (active) Kevins-MacBook-Air:~ mcquiggi$ Kevins-MacBook-Air:~ mcquiggi$ sudo port list cheetah cheetah @1.8 www/cheetah Kevins-MacBook-Air:~ mcquiggi$ sudo port outdated The following installed ports are outdated: gnuradio-atsc 3.3.0_0 < 3.6.2_0 gnuradio-audio-jack 3.3.0_0 < 3.6.2_0 gnuradio-audio-osx 3.3.0_0 < 3.6.2_0 gnuradio-audio-portaudio 3.3.0_0 < 3.6.2_0 gnuradio-companion 3.3.0_0 < 3.6.2_0 gnuradio-core 3.3.0_0 < 3.6.2_0 gnuradio-cvsd-vocoder 3.3.0_0 < 3.6.2_0 gnuradio-examples 3.3.0_0 < 3.6.2_0 gnuradio-gpio 3.3.0_0 < 3.6.2_0 gnuradio-gruel 3.3.0_0 < 3.6.2_0 gnuradio-gsm-fr-vocoder 3.3.0_0 < 3.6.2_0 gnuradio-msdd6000 3.3.0_0 < 3.6.2_0 gnuradio-noaa 3.3.0_0 < 3.6.2_0 gnuradio-pager 3.3.0_0 < 3.6.2_0 gnuradio-wxgui 3.3.0_0 < 3.6.2_0 usrp 3.3.0_1 < 003_005_000_0 Kevins-MacBook-Air:~ mcquiggi$ }}} Any assistance will be appreciated. Kevin -- Ticket URL: <https://trac.macports.org/ticket/37124> MacPorts <http://www.macports.org/> Ports system for Mac OS