Ticket #140 (defect)

Opened 2 years ago

Last modified 2 years ago

'make check' broken under OSX

Status: closed (fixed)

Reported by: michaelld Assigned to: jcorgan
Priority: normal Milestone: release-3.0.3
Component: build Version: 3.0svn
Keywords: Cc:

Getting closer with each fix ... the errors in gnuradio-core during "make check" have been fixed (ticket:138). Now there is an error in gr-usrp, which shouldn't be referencing '/usr/local/lib/libusrp.0.dylib' directly (as it stated in the error below).

Making check in gr-usrp
Making check in src
make  check-am
make  check-TESTS
Traceback (most recent call last):
  File "./qa_usrp.py", line 24, in ?
    import usrp1
  File "/opt/GNURadio/gnuradio/gr-usrp/src/usrp1.py", line 6, in ?
    import _usrp1
ImportError: Failure linking new module: /GNURadio/gnuradio/gr-usrp/src/.libs/_usrp1.so: Library not loaded: /usr/local/lib/libusrp.0.dylib
  Referenced from: /GNURadio/gnuradio/gr-usrp/src/.libs/_usrp1.so
  Reason: image not found
FAIL: run_tests

Change History

02/15/07 15:39:16: Modified by jcorgan

  • owner changed from matt to jcorgan.
  • version changed from 3.0.1 to 3.0svn.

02/22/07 09:18:49: Modified by jcorgan

  • priority changed from low to normal.
  • status changed from new to assigned.
  • component changed from gr-usrp to build.
  • milestone changed from to-be-decided to release-3.1.

02/22/07 09:50:18: Modified by jcorgan

Trial fix on trunk in r4591.

02/22/07 12:40:52: Modified by jcorgan

Better fix in r4596.

02/23/07 12:47:05: Modified by jcorgan

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone changed from release-3.1 to release-3.0.3.

Fixed on trunk in r4597 on trunk and r4598 on release 3.0 branch.