Skip to content
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

gnuradio 3.8.0.0 #43753

Closed
wants to merge 1 commit into from
Closed

Conversation

fxcoudert
Copy link
Member

Created with brew bump-formula-pr.

@fxcoudert fxcoudert force-pushed the gnuradio-3.8.0.0 branch 6 times, most recently from ecf3e20 to 1a626a6 Compare September 2, 2019 19:15
@fxcoudert
Copy link
Member Author

The C test is giving me crazy output:

==> ./test
/private/tmp/gnuradio-test-20190902-38984-1p3s6uq/.gnuradio/prefs/vmcircbuf_default_factory: No such file or directory
vmcircbuf_createfilemapping: createfilemapping is not available
gr::vmcircbuf_sysv_shm: shmget (1): No space left on device
gr::vmcircbuf_sysv_shm: shmget (1): No space left on device
gr::vmcircbuf_sysv_shm: shmget (1): No space left on device
gr::vmcircbuf_sysv_shm: shmget (1): Invalid argument
gr::vmcircbuf_sysv_shm: shmget (1): Invalid argument
gr::vmcircbuf_sysv_shm: shmget (1): Invalid argument
gr::vmcircbuf_mmap_shm_open: mmap or shm_open is not available

and Python is not built correctly:

==> python3 /private/tmp/gnuradio-test-20190902-38984-1p3s6uq/test.py
Traceback (most recent call last):
  File "/private/tmp/gnuradio-test-20190902-38984-1p3s6uq/test.py", line 1, in <module>
    from gnuradio import blocks
ModuleNotFoundError: No module named 'gnuradio'

@jonchang
Copy link
Contributor

jonchang commented Sep 5, 2019

Found a flag to pass to cmake, let's see if it works...

@jonchang
Copy link
Contributor

Build failure is being caused by gnuradio/gnuradio#2781. I think we can pass GR_PYTHON_DIR to cmake to avoid this Debianism...

@jonchang
Copy link
Contributor

Regression caused by gnuradio/gnuradio#2230 made linking to python stop using -undefined dynamic_lookup

* Add click and click-plugins for gr_modtool
* Explicitly enable gr_modtool since we use it in the test
* Install python modules to site-packages
* Use upstream patch for log4cpp
* Remove old features that no longer exist

Co-authored-by: Jonathan Chang <[email protected]>
@SMillerDev SMillerDev added the build failure CI fails while building the software label Sep 25, 2019
@jonchang jonchang mentioned this pull request Oct 9, 2019
5 tasks
@icpz
Copy link
Contributor

icpz commented Oct 9, 2019

@jonchang Any update? Could you please add GRC enabled for the gui usage?

@jonchang
Copy link
Contributor

jonchang commented Oct 9, 2019

I haven't been able to work on this, but this contains prior art that you may find useful when updating the gnuradio formula.

@icpz
Copy link
Contributor

icpz commented Oct 9, 2019

Thanks! I'm trying to fix that.

@fxcoudert fxcoudert closed this Nov 9, 2019
@fxcoudert fxcoudert deleted the gnuradio-3.8.0.0 branch November 9, 2019 16:26
@fxcoudert fxcoudert mentioned this pull request Nov 22, 2019
62 tasks
@lock lock bot added the outdated PR was locked due to age label Jan 2, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jan 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build failure CI fails while building the software outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants