[MacPorts] #31108: gnuradio python module not installed
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: --------------------------------+------------------------------------------- I am running mac osx bash-3.2$ uname -a Darwin localhost 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 I have done a port install gnuradio and appear to be missing two of the python modules From /opt/local/lib/python2.6/site-packages/gnuradio I am missing gr and audio. The installed version of gnuradio is 3.3.0 Please advise -- Ticket URL: <https://trac.macports.org/ticket/31108> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => michaelld@… * port: => gnuradio Old description:
I am running mac osx
bash-3.2$ uname -a Darwin localhost 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
I have done a port install gnuradio and appear to be missing two of the python modules From /opt/local/lib/python2.6/site-packages/gnuradio I am missing gr and audio.
The installed version of gnuradio is 3.3.0 Please advise
New description: I am running mac osx {{{ bash-3.2$ uname -a Darwin localhost 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 }}} I have done a port install gnuradio and appear to be missing two of the python modules From /opt/local/lib/python2.6/site-packages/gnuradio I am missing gr and audio. The installed version of gnuradio is 3.3.0 Please advise -- Comment: What is the output of the following? {{{ port installed gnuradio }}} -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by clirakis@…): Replying to [comment:1 macsforever2000@…]:
What is the output of the following?
{{{ port installed gnuradio }}}
bash-3.2$ port installed gnuradio The following ports are currently installed: gnuradio @3.3.0_0+python26 (active) -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by michaelld@…): What does "port installed | grep gnuradio" return? -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by clirakis@…): gnuradio @3.3.0_0+python26 (active) gnuradio-atsc @3.3.0_0+python26 (active) gnuradio-audio-jack @3.3.0_0+python26 (active) gnuradio-audio-osx @3.3.0_0+python26 (active) gnuradio-audio-portaudio @3.3.0_0+python26 (active) gnuradio-companion @3.3.0_0+python26 (active) gnuradio-core @3.3.0_0+python26 (active) gnuradio-cvsd-vocoder @3.3.0_0+python26 (active) gnuradio-examples @3.3.0_0+python26 (active) gnuradio-gpio @3.3.0_0+python26 (active) gnuradio-gruel @3.3.0_0+python26 (active) gnuradio-gsm-fr-vocoder @3.3.0_0+python26 (active) gnuradio-msdd6000 @3.3.0_0+python26 (active) gnuradio-noaa @3.3.0_0+python26 (active) gnuradio-pager @3.3.0_0+python26 (active) gnuradio-qtgui @3.3.0_1+python26 (active) gnuradio-radar-mono @3.3.0_0+python26 (active) gnuradio-radio-astronomy @3.3.0_0+python26 (active) gnuradio-sounder @3.3.0_0+python26 (active) gnuradio-trellis @3.3.0_0+python26 (active) gnuradio-usrp @3.3.0_0+python26 (active) gnuradio-utils @3.3.0_0+python26 (active) gnuradio-video-sdl @3.3.0_0+python26 (active) gnuradio-wxgui @3.3.0_0+python26 (active) Good question. This would lead me to believe that the python modules would be installed in site-packages. -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by michaelld@…): Hmm ... so the directories "/opt/local/lib/python2.6/site- packages/gnuradio/audio" and "/opt/local/lib/python2.6/site- packages/gnuradio/gr" do not exist in your install? That's really odd. Can you do: {{{ sudo port uninstall gnuradio-audio-osx sudo port -d install gnuradio-audio-osx > ~/Desktop/gnuradio-audio- osx_inst.txt 2>&1 }}} and then post the file "~/Desktop/gnuradio-audio-osx_inst.txt" to this ticket? Maybe that will provide some insight. -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by clirakis@…): Not so easy to do: bash-3.2$ sudo port uninstall gnuradio-audio-osx Password: ---> Unable to uninstall gnuradio-audio-osx @3.3.0_0+python26, the following ports depend on it: ---> gnuradio @3.3.0_0+python26 Error: Target org.macports.uninstall returned: Please uninstall the ports that depend on gnuradio-audio-osx first. Log for gnuradio-audio-osx is at: /opt/local/var/macports/logs /_opt_local_var_macports_registry_portfiles_gnuradio-audio- osx_3.3.0_0+python26/gnuradio-audio-osx/main.log Warning: Failed to execute portfile from registry for gnuradio-audio-osx @3.3.0_0+python26 ---> Unable to uninstall gnuradio-audio-osx @3.3.0_0+python26, the following ports depend on it: ---> gnuradio @3.3.0_0+python26 Error: port uninstall failed: Please uninstall the ports that depend on gnuradio-audio-osx first. I can do a full uninstall and then capture the log file. chris -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by michaelld@…): Just do "sudo port -f uninstall gnuradio-audio-osx". Once you've reinstalled it, all dependencies will be met again. -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by clirakis@…): I had already uninstalled gnuradio and then went on to uninstall and reinstall gnuradio-audio-osx. I'll attach the log file, but this is really curious and helpful. It did the correct install. So when I did the original install of gnuradio by itself it claimed to resolve the issues but did not. -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed --------------------------------+------------------------------------------- Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Keywords: | Port: gnuradio --------------------------------+------------------------------------------- Comment(by clirakis@…): By the way, thank you very much for all your help. -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#31108: gnuradio python module not installed ---------------------------------+------------------------------------------ Reporter: clirakis@… | Owner: michaelld@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.2 Resolution: invalid | Keywords: Port: gnuradio | ---------------------------------+------------------------------------------ Changes (by michaelld@…): * status: new => closed * resolution: => invalid Comment: My next suggestion was going to be to remove and reinstall. Glad it's working now. -- Ticket URL: <https://trac.macports.org/ticket/31108#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts