#37150 closed defect (fixed)
Gnuradio Build/Install Fails
Reported by: | mcquiggi (Kevin McQuiggin) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | gnuradio |
Description
Continued from previous thread, where another issue was closed.
I tried clean; selfupdate; install as requested, but negative results. The "+full" variant is not recognized:
Kevins-MacBook-Air:~ mcquiggi$ sudo port clean gnuradio Password: ---> Cleaning gnuradio Kevins-MacBook-Air:~ mcquiggi$ sudo port selfupdate ---> Updating MacPorts base sources using rsync MacPorts base version 2.1.2 installed, MacPorts base version 2.1.2 downloaded. ---> Updating the ports tree ---> MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated Kevins-MacBook-Air:~ mcquiggi$ sudo port install gnuradio +full Error: Unable to open port: Error evaluating variants Kevins-MacBook-Air:~ mcquiggi$
Change History (10)
comment:1 Changed 12 years ago by mf2k (Frank Schima)
Keywords: | gnuradio removed |
---|---|
Owner: | changed from macports-tickets@… to michaelld@… |
comment:3 Changed 12 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yup; my bad. Fixed in r100090.
comment:4 Changed 12 years ago by mcquiggi (Kevin McQuiggin)
Unfortunately it is still broken for me:
Kevins-MacBook-Air:~ mcquiggi$ sudo port selfupdate Password: ---> Updating MacPorts base sources using rsync MacPorts base version 2.1.2 installed, MacPorts base version 2.1.2 downloaded. ---> Updating the ports tree ---> MacPorts base is already the latest version The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated Kevins-MacBook-Air:~ mcquiggi$ port outdated No installed ports are outdated. Kevins-MacBook-Air:~ mcquiggi$ sudo port install gnuradio +full Error: Unable to open port: Error evaluating variants Kevins-MacBook-Air:~ mcquiggi$
comment:5 Changed 12 years ago by mcquiggi (Kevin McQuiggin)
Perhaps an issue with propagation of the fix to various portfile sites?
comment:6 Changed 12 years ago by mcquiggi (Kevin McQuiggin)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 Changed 12 years ago by mcquiggi (Kevin McQuiggin)
There we go, it is building, so at least the "+full" variant got resolved.
comment:8 Changed 12 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
It takes ~30 minutes for a revision to become "live". I think that's what you were experiencing.
comment:9 Changed 12 years ago by mk2rx@…
+full variant Installed 100%, installation was way quicker than 3.3.0
Just a little thing though, even though orc is now installed instead of volk this warning still appears.
WARNING: GNU Radio's VOLK component compiles best when using GCC. The selected compiler is CLANG, which will result in a fully functioning GNU Radio install but the VOLK component will not utilize the CPU's capabilities.
comment:10 Changed 12 years ago by michaelld (Michael Dickens)
Thanks for reporting. That warning is OK as is, I think, since it has to do with the user's choice of using GLANG or GCC for vector optimized instructions (which is what VOLK does). I could clarify it by adding the "vector optimized instructions" I guess. The GR developers are working on coercing CLANG to do vector ops correctly, but that will take time.
In the future, please Cc the port maintainer(s).