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
Port install gnuradio fatal error on open MacOS #3893
Comments
|
could you add what |
|
Sure @marcusmueller it returned '3.8.2.0' |
|
I got the same error on the same gnuradio version. @Hook12aaa were you able to solve the problem? (gnuradio-companion:95507): Gtk-WARNING **: 20:27:04.948: Locale not supported by C library. |
|
Nope and no one responded to my thread. I haven't been able to use the program at all |
|
Any update for this?? |
|
I followed the link mentioned below and it worked fine for me. https://aaronscher.com/wireless_com_SDR/MacOSX_install_gnu_radio.html |
|
The Homebrew formula works. I've been testing with it lately. There is a known crash in Cairo, a dependency, on Big Sur, but a fix is forthcoming. |
|
|
|
@Hook12aaa I can reproduce this exact error. However, if I launch gnuradio-companion from: Applications folder -> MacPorts -> GNURadio, then it works fine. |
|
This seems to be a packaging issue and not gnuradio itself. Possibly the thing in whatever is mentioned in #3893 (comment) sets some environment variables which are not set in the system shell. |
|
Getting these error when trying to use GNU Companion from terminal MacOS 11.1 Any help will be appreciated 73 |
|
|
I have had the same error, and have found what caused it in my case. Note the error starts with "No such schema..." and ends with the "TypeError" as shown in the previous comment. I tried launching from the command line in iTerm2. I suspected an X problem. XQuartz was not running. Next I ran xeyes and it failed because there was no display. I then started XQuartx, tested xeyes again, which worked, so then started gnuradio-companion again - this time it worked. In short, the problem was because there was no X server running, and XQuartz needed to be started manually. My environment, for reference: |
|
@rixon Great summary! I've moved to using default variants with MacPorts of I'm closing this issue since it's not directly a GR one, and there is good info on how to deal with it. If anyone objects, please reopen and post relevant info. |
Hi,
I typed the following command into terminal to install gnuradio : "sudo port install gnuradio". To replicate this error use the current version of macos with the current version of macport. Do the command and then type "gnuradio-companion ".
The text was updated successfully, but these errors were encountered: