-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.7.2". #7
Comments
gr-doa has not yet been ported to GNU Radio 3.8. It is recommend to use the maint-3.7 branch at this time with it. |
thanks except thanks:)
At 2019-11-06 10:48:45, "natetemple" <[email protected]> wrote:
gr-doa has not yet been ported to GNU Radio 3.8. It is recommend to use the maint-3.7 branch at this time with it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I cloned the gnuradio from github as follows.
git clone [email protected]:EttusResearch/gnuradio.git
cd gnuradio/
git branch
* master
It's clear that only a master branch is provided. How can i checkout the maint 3.7 branch?
Thanks a lot.
At 2019-11-06 10:48:45, "natetemple" <[email protected]> wrote:
gr-doa has not yet been ported to GNU Radio 3.8. It is recommend to use the maint-3.7 branch at this time with it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I cloned the gnuradio from github as follows. git clone [email protected]:EttusResearch/gnuradio.git cd gnuradio/ git branch -a git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/maint remotes/origin/master remotes/origin/next
remotes/origin/rfnoc-devel
git checkout -b remotes/origin/maint
git branch
master
* remotes/origin/maint
It's clear that only a master branch is provided. How can i checkout the maint 3.7 branch?
Is this the maint 3.7 branch?
Thanks a lot.
At 2019-11-06 10:48:45, "natetemple" <[email protected]> wrote:
gr-doa has not yet been ported to GNU Radio 3.8. It is recommend to use the maint-3.7 branch at this time with it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
you are very nice, thank you !!!
在 2019-11-07 11:02:54,"natetemple" <[email protected]> 写道:
See this application note:
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux#Building_and_installing_GNU_Radio_from_source_code
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hello:
I installed gnuradio maint-3.7 branch and it runs, also the cmake process in installing gr-doa is passed. but when i run the make process, there is still an error and can't pass the make test.
make
......
[100%] Generating documentation with doxygen
warning: Tag `XML_SCHEMA' at line 1511 of file `/home/cruise/mygnuradio/gr-doa/build/docs/doxygen/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `XML_DTD' at line 1517 of file `/home/cruise/mygnuradio/gr-doa/build/docs/doxygen/Doxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
sh: 1: latex: not found
error: Problems running latex. Check your installation or look for typos in _formulas.tex and check _formulas.log!
sh: 1: dvips: not found
error: Problems running dvips. Check your installation!
[100%] Built target doxygen_target
make test
......
0% tests passed, 5 tests failed out of 5
Total Test time (real) = 1.08 sec
The following tests FAILED:
1 - qa_autocorrelate (Failed)
2 - qa_MUSIC_lin_array (Failed)
3 - qa_rootMUSIC_linear_array (Failed)
4 - qa_find_local_max (Failed)
5 - qa_calibrate_lin_array (Failed)
Errors while running CTest
Makefile:85: recipe for target 'test' failed
make: *** [test] Error 8
在 2019-11-07 11:02:54,"natetemple" <[email protected]> 写道:
See this application note:
https://kb.ettus.com/Building_and_Installing_the_USRP_Open-Source_Toolchain_(UHD_and_GNU_Radio)_on_Linux#Building_and_installing_GNU_Radio_from_source_code
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Have you installed all the dependencies for the tests? Check the README. -Travis |
@tfcollins 40% tests passed, 3 tests failed out of 5 Total Test time (real) = 56.36 sec The following tests FAILED: what can i do? |
Try using ctest verbose to show what the actual errors are. -Travis |
Meaning, for example: |
@michaelld @tfcollins Conclusion: thanks |
Try downgrading oct2py to the tested version ( -Travis |
I would direct this last question to the main gnuradio community (mailing list or slack). This is more of a general question that doesn't apply to gr-doa. They will provide a more robust answer. -Travis |
Agreed: the multi-GR install is best for the GR list, not here. |
@cruisebzk what do you do to fix "make test" to work? If it's a change to |
@michaelld |
@cruisebzk OK thanks for that info. I'll check out the differences between oct2py & see how difficult it will be to fix this issue to work with both versions. |
Issue Description
When i install the gr-doa in ubuntu 18.04 in which the gnuradio 3.8.0 has been installed, an error occured during the cmake process. It seems to be the version incompatibility. I want to know whether i have to reload the OS ubuntu 16.04 and gnuradio 3.7.2? Maybe there is a more smart solution.
Setup Details
cd gr-doa
mkdir build
cd build
cmake ..
-- Build type not specified: defaulting to release.
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- filesystem
-- system
-- Armadillo found
-- Checking for module 'cppunit'
-- Found cppunit, version 1.14.0
-- Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
CMake Error at CMakeLists.txt:121 (find_package):
Could not find a configuration file for package "Gnuradio" that is
compatible with requested version "3.7.2".
The following configuration files were considered but not accepted:
-- Configuring incomplete, errors occurred!
Expected Behavior
Actual Behaviour
Steps to reproduce the problem
Additional Information
The text was updated successfully, but these errors were encountered: