Open nakic opened 7 years ago
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 doesn't work with UHD, but UHD is finding that version. UHD's CMake might be at fault here. What does pkg-config --modversion ncurses
print?
I'm flagging this unclear until we know this is actually a PyBOMBS bug.
Command:
$ pybombs prefix init ~/prefix -a myprefix -R gnuradio-default
Output:
Environment:
$ head -n 1 /etc/centos-release ==> /etc/centos-release <== CentOS Linux release 7.3.1611 (Core)
Installed pybombs using pip, with a few hickups caused by what looks similar to issue #455, but seems unrelated to me.