Make check failure on trunk r10628

Making check in gr-usrp
Making check in src
make check-am
make check-TESTS
Traceback (most recent call last):
File “…/…/…/gr-usrp/src/qa_usrp.py”, line 24, in
import usrp_swig
File “/opt/GNURadio/trunk/gr-usrp/src/usrp_swig.py”, line 890, in

USRP_DBID_DBS_RX_REV_2_1 = _usrp_swig.USRP_DBID_DBS_RX_REV_2_1
AttributeError: ‘module’ object has no attribute
‘USRP_DBID_DBS_RX_REV_2_1’

On Mon, Mar 16, 2009 at 7:32 PM, Michael D. [email protected]
wrote:

Making check in gr-usrp
Making check in src
make check-am
make check-TESTS
Traceback (most recent call last):
File “…/…/…/gr-usrp/src/qa_usrp.py”, line 24, in
import usrp_swig
File “/opt/GNURadio/trunk/gr-usrp/src/usrp_swig.py”, line 890, in
USRP_DBID_DBS_RX_REV_2_1 = _usrp_swig.USRP_DBID_DBS_RX_REV_2_1
AttributeError: ‘module’ object has no attribute ‘USRP_DBID_DBS_RX_REV_2_1’

Is it possible your tree is not completely up to date? That constant
was removed from usrp_dbid.dat in r10560 on March 4, and everywhere
else it appears is machine generated during the compile. I’ve
verified this on both the trunk and the release 3.2 branch.

Johnathan

On Mar 16, 2009, at 11:04 PM, Johnathan C. wrote:

Is it possible your tree is not completely up to date? That constant
was removed from usrp_dbid.dat in r10560 on March 4, and everywhere
else it appears is machine generated during the compile. I’ve
verified this on both the trunk and the release 3.2 branch.

I went back and it worked the second time, after ‘make distclean’. I
thought I had done that the first time … ah well. So, yes, ‘make
check’ now works for me on the trunk (r10629). I shouldn’t be so
hasty in posting :wink: - MLD