Installation on Ubuntu 12.04 LTS

Hi all,

I am facing problem in gnuradio installation, process stuck on following
line:



Checking for package libqwtplot3d-qt4-dev
Checking for package pyqt4-dev-tools
Checking for package python-qwt5-qt4
Checking for package cmake
Checking for package git-core
Checking for package wget
Checking for package libxi-dev
Checking for package python-docutils
Checking for package gtk2-engines-pixbuf
Checking for package r-base-dev
Checking for package python-tk
Checking for package liborc-0.4-0
Checking for package libasound2-dev
Checking for package python-gtk2
|

I am running following command:

wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio

Also, I am o VM machine, Ubuntu12.04…

Any help!

Regards,
Smith

On 09 Aug 2012 14:51, smith mark wrote:

Hi all,

I am facing
problem in gnuradio installation, process stuck on following line:


Checking for package libqwtplot3d-qt4-dev
Checking for
package pyqt4-dev-tools
Checking for package python-qwt5-qt4

Checking for package cmake

Checking for package git-core
Checking
for package wget
Checking for package libxi-dev
Checking for package
python-docutils
Checking for package gtk2-engines-pixbuf
Checking
for package r-base-dev
Checking for package python-tk
Checking for
package liborc-0.4-0
Checking for package libasound2-dev
Checking
for package python-gtk2
|

I am running following command:

wget http://www.sbrac.org/files/build-gnuradio [1] && chmod a+x
./build-gnuradio && ./build-gnuradio

Also, I am o VM machine,
Ubuntu12.04…

Any help!

Regards,
Smith

It’s
probably not “stuck”, it’s just that after that point, it goes off and
uses apt-get to load all of the pre-requisites, which can take a long
time, and is done silently, unless you use the --verbose option.

Links: