discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] make check errors in release candidate 3.5.0rc0


From: Don Ward
Subject: [Discuss-gnuradio] make check errors in release candidate 3.5.0rc0
Date: Thu, 3 Nov 2011 15:53:05 -0400

I have one or two errors in "make check" when building 3.5.0rc0 on Debian Linux (under VirtualBox on Windows XP):

(1) in gr-trellis:

make[7]: Entering directory `/home/don/gnuradio-3.5.0rc0/build-debian/gr-trellis/src/python'
Traceback (most recent call last):
File "../../../../gr-trellis/src/python/qa_trellis.py", line 32, in <module>
   import digital_swig
ImportError: No module named digital_swig
FAIL: run_tests

It works ok if I add "export PYTHONPATH" after PYTHONPATH is set in
gr-trellis/src/python/run_tests.

(2) in gnuradio-core/src/python/gnuradio/gr:

Ran 6 tests in 0.466s

OK
gr_vmcircbuf_sysv_shm: shmat (5): Invalid argument
gr_buffer::allocate_buffer: failed to allocate buffer of size 64 KB
..
----------------------------------------------------------------------
Ran 2 tests in 3.042s

OK
..
----------------------------------------------------------------------
Ran 2 tests in 0.007s

OK
...
----------------------------------------------------------------------
Ran 3 tests in 0.013s

OK
PASS: run_tests

It says "OK" and "PASS" despite the error messages.  Is this normal?

Thanks,

-- Don W.





reply via email to

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