Error message for make check (Installing gnuradio after UHD)

Hello guys, I am Jae.

I did as the instruction as follows, and got the error message when I
did make check.

mkdir ~/gnuradio-uhd
cd ~/gnuradio-uhd
git clone git://ettus.sourcerepo.com/ettus/uhd.git
git clone git://gnuradio.org/gnuradio.git

cd ~/gnuradio-uhd/uhd/host/
mkdir build
cd build
cmake …/
make
make test
sudo make install
sudo ldconfig

cd ~/gnuradio-uhd/gnuradio
git branch --track next origin/next
git checkout next

./bootstrap

PKG_CONFIG_PATH=~/gnuradio-uhd/uhd/host/build/
export PKG_CONFIG_PATH
./configure --enable-gr-uhd

make
make check

/// Error messages are below //// ************

make[8]: Entering directory
`/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python/utils’

All 0 tests passed

make[8]: Leaving directory
/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python/utils' make[7]: Leaving directory/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python/utils’
make[6]: Leaving directory
/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python/utils' make[6]: Entering directory/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python’
make check-TESTS
make[7]: Entering directory
`/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python’
.

Ran 1 test in 1.001s

OK

gr_fir_ccf: using SSE
gr_fir_ccc: using SSE
Segmentation fault
FAIL: run_tests
==================
1 of 1 test failed
==================
make[7]: *** [check-TESTS] Error 1
make[7]: Leaving directory
/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python' make[6]: *** [check-am] Error 2 make[6]: Leaving directory/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python’
make[5]: *** [check-recursive] Error 1
make[5]: Leaving directory
/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python' make[4]: *** [check] Error 2 make[4]: Leaving directory/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital/python’
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory
/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital' make[2]: *** [check] Error 2 make[2]: Leaving directory/home/jaehyun/gnuradio-uhd/gnuradio/gr-digital’
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/jaehyun/gnuradio-uhd/gnuradio’
make: *** [check] Error 2

--------------------End of the error msg -----------------

Actually when I installed the gnuradio first before installing UHD a
month ago, I did not get any error message.

Should I do again as the way I did a month ago? Or is there any other
way to solve this problem?

Best,

Jae