Qa_ofdm_txrx test failed

I pulled and made the latest trunk and i get the following test error:

The following tests FAILED:
217 - qa_ofdm_txrx (Failed)
Errors while running CTest
make: *** [test] Error 8

this is on a Fedora 17 64-bit

Achilleas

On Fri, May 17, 2013 at 11:29:27AM -0400, Achilleas A.
wrote:

I pulled and made the latest trunk and i get the following test error:

The following tests FAILED:
217 - qa_ofdm_txrx (Failed)
Errors while running CTest
make: *** [test] Error 8

this is on a Fedora 17 64-bit

Achilleas

Can you please do a ctest -V -R ofdm_tx and send me the results?

Thanks,
MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

On Fri, May 17, 2013 at 11:29:27AM -0400, Achilleas A.
wrote:

I pulled and made the latest trunk and i get the following test error:

The following tests FAILED:
217 - qa_ofdm_txrx (Failed)
Errors while running CTest
make: *** [test] Error 8

this is on a Fedora 17 64-bit

I assume this is on master?

MB


Karlsruhe Institute of Technology (KIT)
Communications Engineering Lab (CEL)

Dipl.-Ing. Martin B.
Research Associate

Kaiserstraße 12
Building 05.01
76131 Karlsruhe

Phone: +49 721 608-43790
Fax: +49 721 608-46071
www.cel.kit.edu

KIT – University of the State of Baden-Württemberg and
National Laboratory of the Helmholtz Association

I also getting the same with 3.7.0, on Fedora 17 64-bit. Installing
scipy solved it.

[/usr/local/src/gnuradio/build]$ ctest -V -R ofdm_tx
UpdateCTestConfiguration from
:/usr/local/src/gnuradio/build/DartConfiguration.tcl
UpdateCTestConfiguration from
:/usr/local/src/gnuradio/build/DartConfiguration.tcl
Test project /usr/local/src/gnuradio/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph…
Checking test dependency graph end
test 150
Start 150: qa_ofdm_txrx

150: Test command: /bin/sh
“/usr/local/src/gnuradio/build/gr-digital/python/qa_ofdm_txrx_test.sh”
150: Test timeout computed to be: 9.99988e+06
150: Traceback (most recent call last):
150: File “/usr/local/src/gnuradio/gr-digital/python/qa_ofdm_txrx.py”,
line 24, in
150: import scipy
150: ImportError: No module named scipy
1/1 Test #150: qa_ofdm_txrx …***Failed 0.11 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.12 sec

The following tests FAILED:
150 - qa_ofdm_txrx (Failed)
Errors while running CTest