-
Notifications
You must be signed in to change notification settings - Fork 40
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
No such file or directory - grc.conf #37
Comments
I just tried last night. I am actually having the same exact problem. MacBook Pro (13-inch, Mid 2012) Homebrew environment with no packages already installed. Brew doctor is reporting no issues.
I can share the build logs if that helps (~/Library/Homebrew/gnuradio). They are too big for paste bin. |
Here are my logs (~/Library/Homebrew/gnuradio)
|
Related? pengwynn/grc#3 (comment) |
Not sure that previous comment is all that related, the main homebrew formula for grc now looks completely different. I did notice this:
…I've done that, and am now waiting for the whole |
Still waiting, but realizing that's probably a total red herring. The grc here probably refers to Gnu Radio Companion rather that that shell stylesheet thing. |
Via the
I may end up needing to manually patch that file, wherever it actually is (and therefore have a better fix for the formula), but I'm not familiar enough with the gnuradio mess to know how to tell at this point. Onwards to gqrx! |
Hi, commenting out that line only seems to fix the problem. grc.conf should definitely exist, if it doesn't, that means gnuradio built but without gnuradio companion (the GUI interface). Based on @ajajack's logs, at least in his case, pygtk is not being found by cmake for some reason. It is a dependency, so homebrew must think it is installed at least. Hmmmm. Everyone, this is a problem with cmake disabling gnuradio companion because it couldn't find one of several dependencies, and that shouldn't happen, so the logs I need from everyone is just the 01.cmake log. It may or may not be the same problem for everyone. As for ajajack, can you make sure your installed pygtk is up to date and correctly installed? I am running the exact same versions of everything that you are, and it finds pygtk just fine on my system, so there is something weird going on. It does require a minimum version of pygtk, so the only lead I have right now is that its too old on your system. But that seems unlikely. If you could investigate, that would be helpful. Everyone else, please include your ~/Library/Logs/Homebrew/gnuradio/01.cmake log, I'll see what is preventing grc from being enabled on your systems. |
Also, updating formula to do some checks to handle the lack of grc.conf more gracefully, though this would still cause an error in this situation. If the user intentionally builds with the --without-qt flag, then gnuradio companion should not be built, but that is at the request of the user. Otherwise, grc should be being built, and a missing grc is a problem and should cause an error. |
Here's my log: https://gist.github.com/natevw/e77fe8eed0e597dff3d3 Looks like perhaps it's the |
Noticed this information when installing pygtk manually by itself:
…so perhaps that was why it was not detected? Would it have been better to UPDATE: after following the post-install instructions for the brew package of pygtk, the build of gnuradio is looking better already:
|
What were the "post install' instructions? I'm getting the same error. Here's my config: HOMEBREW_VERSION: 0.9.5 and I get this error when I run gnuradio-companion Fatal Python error: PyThreadState_Get: no current thread |
If I can confirm that making the brew-installed pygtk available did fix this formula's build for me and my system Python setup — so I would suggest either this important manual step needs to be added to the "Python woes" section of the readme here, or perhaps just pip install it would work? |
I get Error: No available formula for pyqtk I know it's installed. I did take my system Python in Frameworks and move When I try brew install pyqtk, it says: brew install pyqtk When I try pip install pyqtk, it says: You are using pip version 6.1.1, however version 7.0.1 is available. On Tue, May 26, 2015 at 6:44 PM, Nathan Vander Wilt <
|
Yipes! I apologize to everyone on this thread. I was using PYQTK, not On Tue, May 26, 2015 at 8:18 PM, demian sims [email protected] wrote:
|
So I'm still getting the error: Error: No such file or directory - /usr/local/Cellar/gnuradio/3.7.7.1/etc/gnuradio/conf.d/grc.conf Here's the output when I run 'brew info pygtk': pygtk: stable 2.24.0 (bottled) |
I should also add that I had to modify the gnuradio.rb file because I kept Error: compile error I replaced the 'star' with and 'ampersend' assuming that's what was meant Error: No such file or directory - /usr/local/Cellar/gnuradio/ I should also add that I am using OSX 10.8.5. On Tue, May 26, 2015 at 9:25 PM, demian sims [email protected] wrote:
|
Ok I went ahead an upgraded to Yosemeti and now the install error says the following:
|
I have had this same error message as well, it seems that CMake is not finding numpy (Mine is at /Users/username/Library/Python/2.7/lib/python/site-packages) which results in gnuradio-companion not being built.
Full 01.cmake here: https://gist.github.com/nguillermin/8b7d7ab18ac1280390bb |
^Above turned out to be an issue with my numpy install...I was getting permission errors installing numpy with pip because of a previous install which was done with sudo (so the numpy install wanted to overwrite some files but couldn't because they had been put there with sudo). I had previously gotten around that by installing numpy on a per-user basis. I uninstalled numpy, deleted offending files that were giving me permission errors, then reinstalled numpy with pip. |
I had to install |
Getting this during the
make install
portion of the gnuradio build:OS X Yosemite (10.10.3), using system Python via the instructions at end of readme. Any idea why I would encounter this?
The text was updated successfully, but these errors were encountered: