discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] make distcheck errors on OSX


From: Michael Dickens
Subject: [Discuss-gnuradio] make distcheck errors on OSX
Date: Mon, 5 Feb 2007 10:10:22 -0500

I'm getting the following errors when running "make distcheck" ... this happens only on PPC-Macs, not on Intel-Macs. Any thoughts / advice for things to try? - MLD

0) Before doing "make install"
---
Making check in python
Making check in gnuradio
Making check in gr
make  check-TESTS
Traceback (most recent call last):
  File "./qa_add_and_friends.py", line 23, in ?
    from gnuradio import gr, gr_unittest
File "/GNURadio/gnuradio/gnuradio-core/src/python/gnuradio/gr/ __init__.py", line 27, in ?
    from gnuradio_swig_python import *
File "/GNURadio/gnuradio/gnuradio-core/src/lib/swig/ gnuradio_swig_python.py", line 23, in ?
    from gnuradio_swig_py_runtime import *
File "/GNURadio/gnuradio/gnuradio-core/src/lib/swig/ gnuradio_swig_py_runtime.py", line 6, in ?
    import _gnuradio_swig_py_runtime
ImportError: Failure linking new module: /GNURadio/gnuradio/gnuradio- core/src/lib/swig/.libs/_gnuradio_swig_py_runtime.so: Library not loaded: /usr/local/lib/libgromnithread.0.dylib Referenced from: /GNURadio/gnuradio/gnuradio-core/src/lib/ swig/.libs/_gnuradio_swig_py_runtime.so
  Reason: image not found
Traceback (most recent call last):
  File "./qa_add_v_and_friends.py", line 23, in ?
    from gnuradio import gr, gr_unittest
File "/GNURadio/gnuradio/gnuradio-core/src/python/gnuradio/gr/ __init__.py", line 27, in ?
    from gnuradio_swig_python import *
File "/GNURadio/gnuradio/gnuradio-core/src/lib/swig/ gnuradio_swig_python.py", line 23, in ?
    from gnuradio_swig_py_runtime import *
File "/GNURadio/gnuradio/gnuradio-core/src/lib/swig/ gnuradio_swig_py_runtime.py", line 6, in ?
    import _gnuradio_swig_py_runtime
ImportError: Failure linking new module: /GNURadio/gnuradio/gnuradio- core/src/lib/swig/.libs/_gnuradio_swig_py_runtime.so: Library not loaded: /usr/local/lib/libgromnithread.0.dylib Referenced from: /GNURadio/gnuradio/gnuradio-core/src/lib/ swig/.libs/_gnuradio_swig_py_runtime.so
  Reason: image not found
.......

1) After "make install"
----
Making check in python
Making check in gnuradio
Making check in gr
make  check-TESTS
pure virtual method called
terminate called without an active exception
../../../../../run_tests.sh: line 54: 28885 Abort trap / opt/local/bin/python $file
pure virtual method called
terminate called without an active exception
../../../../../run_tests.sh: line 54: 28886 Abort trap / opt/local/bin/python $file ../../../../../run_tests.sh: line 54: 28887 Bus error / opt/local/bin/python $file .../../../../../run_tests.sh: line 54: 28889 Bus error / opt/local/bin/python $file
.......





reply via email to

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