Opened 3 years ago

Closed 3 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)

main-bladeRF-2021-01-13.log (21.0 KB) - added by thomasrussellmurphy (Thomas Russell Murphy) 3 years ago.

Download all attachments as: .zip

Change History (4)

Changed 3 years ago by thomasrussellmurphy (Thomas Russell Murphy)

Attachment: main-bladeRF-2021-01-13.log added

comment:1 Changed 3 years ago by mf2k (Frank Schima)

Cc: michaelld removed
Owner: set to michaelld
Status: newassigned

comment:2 Changed 3 years ago by zendata (Graham Cottew)

I had exactly the same issue when I tried to install gqrx with bladerf as a dependancy. I solved 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 :)

Version 2, edited 3 years ago by zendata (Graham Cottew) (previous) (next) (diff)

comment:3 Changed 3 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: assignedclosed

In b32187351d40c39c3c6e6a648fcecb3fbff98c9e/macports-ports (master):

bladeRF: add missing help2man dep

Fixes: #62055

Note: See TracTickets for help on using tickets.