discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] gr-eventstream OOT module


From: Cinaed Simson
Subject: [Discuss-gnuradio] gr-eventstream OOT module
Date: Mon, 17 Apr 2017 14:26:04 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi - anyone using gr-eventstream?

If I recall correctly, gr-eventstream depends upon

  gr-mapper
  gr-framers
  gr-burst
  python-bitarray

Out of the 4 OOT modules above, 3 fail the

  make test

gr-framer, gr-mapper, and gr-eventstream all fail - gr-mapper passed.

python-bitarray was installed by the OS.

In python, I can

 import mapper
 import framer
 import burst
 import bitarray

but I can't

 import es

I'm installing these OOT modules under

  gnuradio-3.7.11

release using

 swig-2.0
 gcc-4.9.2

and Debian 8.

The failed OOT modules appear to be at least 2 years old.

I'm assuming these OOT modules are independent of the hardware, e.g, I
don't need UHD libraries installed.

Any ideas?

-- Cinaed


address@hidden:/opt/gnuradio/src/gr-modules/gr-framers/build# make test
Running tests...
Test project /opt/gnuradio/src/gr-modules/gr-framers/build
    Start 1: test_framers
1/6 Test #1: test_framers .....................   Passed    0.01 sec
    Start 2: setup_tests
2/6 Test #2: setup_tests ......................***Failed   17.00 sec
    Start 3: qa_gr_messages
3/6 Test #3: qa_gr_messages ...................***Failed    0.49 sec
    Start 4: qa_gr_hdlc_framer_b
4/6 Test #4: qa_gr_hdlc_framer_b ..............***Failed    0.34 sec
    Start 5: qa_gr_hdlc_deframer_b
5/6 Test #5: qa_gr_hdlc_deframer_b ............   Passed    0.35 sec
    Start 6: hdlc_framer_lib_test
6/6 Test #6: hdlc_framer_lib_test .............   Passed    0.24 sec

50% tests passed, 3 tests failed out of 6

Total Test time (real) =  18.45 sec

address@hidden:/opt/gnuradio/src/gr-modules/gr-burst/build# make test
Running tests...
Test project /opt/gnuradio/src/gr-modules/gr-burst/build
    Start 1: test_burst
1/2 Test #1: test_burst .......................***Failed    0.03 sec
    Start 2: qa_gr_messages
2/2 Test #2: qa_gr_messages ...................***Failed    0.61 sec

0% tests passed, 2 tests failed out of 2

Total Test time (real) =   0.65 sec

The following tests FAILED:
          1 - test_burst (Failed)
          2 - qa_gr_messages (Failed)
Errors while running CTest
Makefile:117: recipe for target 'test' failed
make: *** [test] Error 8


address@hidden:/opt/gnuradio/src/gr-modules/gr-event stream/build# make test
Running tests...
Test project /opt/gnuradio/src/gr-modules/gr-event stream/build
    Start 1: qa_es
1/1 Test #1: qa_es ............................***Failed    0.39 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.39 sec

The following tests FAILED:
          1 - qa_es (Failed)
Errors while running CTest
Makefile:117: recipe for target 'test' failed
make: *** [test] Error 8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]