Hi
During my installation of gnuradio-core, make check keeps failing with
this error:
ake[3]: Entering directory
`/home/lance/gr-build/gnuradio-core/src/tests’
.Testing gr_vmcircbuf_createfilemapping_factory…
gr_vmcircbuf_createfilemapping: createfilemapping is not available
… gr_vmcircbuf_createfilemapping_factory: Doesn’t work
Testing gr_vmcircbuf_sysv_shm_factory…
… gr_vmcircbuf_sysv_shm_factory: OK
Testing gr_vmcircbuf_mmap_shm_open_factory…
… gr_vmcircbuf_mmap_shm_open_factory: OK
Testing gr_vmcircbuf_mmap_tmpfile_factory…
… gr_vmcircbuf_mmap_tmpfile_factory: OK
…FAIL: test_all
1 of 1 tests failed
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory
/home/lance/gr-build/gnuradio-core/src/tests' make[2]: *** [check-am] Error 2 make[2]: Leaving directory/home/lance/gr-build/gnuradio-core/src/tests’
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/lance/gr-build/gnuradio-core/src’
make: *** [check-recursive] Error 1
While make is running, I notice the following:
/usr/bin/ld: warning: libstdc++.so.6, needed by
/usr/bin/…/lib/libcppunit-1.10.so.2, may conflict with libstdc++.so.5
creating test_vmcircbuf
make[3]: Leaving directory
`/home/lance/gr-build/gnuradio-core/src/tests’
Making all in python
I’ve gone through the requiments many times now. is there something
I’ve missed?
Regards
Lance