discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver


From: Curt Karnstedt
Subject: Re: [Discuss-gnuradio] make test failure at qa_constellation_receiver
Date: Thu, 22 Aug 2013 18:09:32 -0500

Here are the results.  I get a segfault, same as the last time after I fixed the ownership.

address@hidden build]$ ctest -V -R qa_constellation_receiver
UpdateCTestConfiguration  from :/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl
Start processing tests
UpdateCTestConfiguration  from :/home/curt/Downloads/gnuradio-3.7.0/build/DartConfiguration.tcl
Test project /home/curt/Downloads/gnuradio-3.7.0/build
Constructing a list of tests
Done constructing a list of tests
Changing directory into /home/curt/Downloads/gnuradio-3.7.0/build/volk/lib
...
Changing directory into /home/curt/Downloads/gnuradio-3.7.0/build/gr-digital/python/digital
143/172 Testing qa_constellation_receiver    
Test command: /bin/sh /home/curt/Downloads/gnuradio-3.7.0/build/gr-digital/python/digital/qa_constellation_receiver_test.sh
Test timeout computed to be: 9.99988e+06
/home/curt/Downloads/gnuradio-3.7.0/build/gr-digital/python/digital/qa_constellation_receiver_test.sh: line 7: 33977 Segmentation fault      (core dumped) /usr/bin/python -B /home/curt/Downloads/gnuradio-3.7.0/gr-digital/python/digital/qa_constellation_receiver.py
-- Process completed
***Failed
Changing directory into /home/curt/Downloads/gnuradio-3.7.0/build/gr-atsc/lib
...
Changing directory into /home/curt/Downloads/gnuradio-3.7.0/build/gr-wavelet/python/wavelet

0% tests passed, 1 tests failed out of 1

The following tests FAILED:
    143 - qa_constellation_receiver (Failed)
Errors while running CTest



On Thu, Aug 22, 2013 at 5:22 PM, Curt Karnstedt <address@hidden> wrote:
Yes, thanks.  Somehow some of the files in the source had root ownership.  I changed ownership, re-built, and then got a different error message.  So I am starting the build from scratch again. Will let you know.




On Thu, Aug 22, 2013 at 4:35 PM, Martin Braun (CEL) <address@hidden> wrote:
On Thu, Aug 22, 2013 at 04:10:47PM -0500, Curt Karnstedt wrote:
> 143/172 Testing qa_constellation_receiver    
> Test command: /bin/sh /home/curt/Downloads/gnuradio-3.7.0/build/gr-digital/
> python/digital/qa_constellation_receiver_test.sh
> Test timeout computed to be: 9.99988e+06
> Traceback (most recent call last):
>   File "/home/curt/Downloads/gnuradio-3.7.0/gr-digital/python/digital/
> qa_constellation_receiver.py", line 174, in <module>
>     gr_unittest.run(test_constellation_receiver,
> "test_constellation_receiver.xml")
>   File "/home/curt/Downloads/gnuradio-3.7.0/gnuradio-runtime/python/gnuradio/
> gr_unittest.py", line 135, in run
>     os.makedirs(path, 0750)
>   File "/usr/lib64/python2.6/os.py", line 157, in makedirs
>     mkdir(name, mode)
> OSError: [Errno 13] Permission denied: './.unittests/python'
> -- Process completed
> ***Failed

I haven't seen this specific error before, but did you do a 'sudo make' by
accident anywhere? Perhaps chown-ing your build dir might help.

MB


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

Dipl.-Ing. Martin Braun
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

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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