Opened 4 years ago
Closed 4 years ago
#62055 closed defect (fixed)
bladeRF @ 20201114-3a411c87_0: missing build dependency?
Reported by: | thomasrussellmurphy (Thomas Russell Murphy) | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | bladeRF |
Description
Error: Failed to configure bladeRF: configure failure: command execution failed
Trying to upgrade from bladeRF @20200622-1ccfa4b4_0+tecla
for gr-osmosdr
for gqrx
.
From log:
:info:configure CMake Error at host/utilities/bladeRF-cli/CMakeLists.txt:330 (message): :info:configure Could not find help2man. bladeRF-cli man page cannot be built. :info:configure -- Configuring incomplete, errors occurred!
Attachments (1)
Change History (4)
Changed 4 years ago by thomasrussellmurphy (Thomas Russell Murphy)
Attachment: | main-bladeRF-2021-01-13.log added |
---|
comment:1 Changed 4 years ago by mf2k (Frank Schima)
Cc: | michaelld removed |
---|---|
Owner: | set to michaelld |
Status: | new → assigned |
comment:2 Changed 4 years ago by zendata (Graham Cottew)
comment:3 Changed 4 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I had exactly the same issue when I tried to install gqrx with bladerf as a dependancy. I worked around this by manually installing help2man.
sudo port clean bladerf
sudo port install help2man
sudo port install bladerf (or gqrx in my case)
All good then.
Hope this helps Michael :)