Martin Braun

Results 179 comments of Martin Braun

I had issues installing GNU Radio (unrelated to PyBOMBS though) with respect to PyGTK (see also this discussion: https://github.com/gnuradio/gnuradio/issues/1859). I was missing the `gir` packages. This is our CI builder:...

Your prefix should be `/usr/local`. Not `/usr/`. Ignore that.

UHD not finding curses... shouldn't fail like this. Can you pastebin the full log?

Note: This shouldn't happen because if UHD doesn't find curses, it would not actually try and link against it.

FYI, curses is not listed as a dependency for UHD in PyBOMBS recipes (gr-recipes). Here's what I *think* is happening: Your CentOS happens to have a version of ncurses that...

I'm flagging this unclear until we know this is actually a PyBOMBS bug.

I agree -- the current behaviour was inherited from PB1. I hate to just break stuff though. Do you have any suggestions that don't break any recipes? Maybe use both?

#299 actually broke a bunch of things, so it was reverted and this bug is thus open again.

With `elevate_pre_args`, we can already do this. Would make sense to define policy files though if we really want to support this, or it's kinda pointless. Do you want to...