Opened 6 years ago
Closed 6 years ago
#56976 closed defect (fixed)
gr-osmosdr @20170612_1: error: no matching function for call to 'bladerf_get_frequency'
Reported by: | angervision | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.3 |
Keywords: | Cc: | ||
Port: | gr-osmosdr |
Description
Hi,
Trying to install gr-osmosdr with the following command:
sudo port install gr-osmosdr +full
results in an error:
---> Computing dependencies for gr-osmosdr ---> Fetching archive for gr-osmosdr ---> Attempting to fetch gr-osmosdr-20170612_1+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd.darwin_17.x86_64.tbz2 from https://packages.macports.org/gr-osmosdr ---> Attempting to fetch gr-osmosdr-20170612_1+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd.darwin_17.x86_64.tbz2 from http://lil.fr.packages.macports.org/gr-osmosdr ---> Attempting to fetch gr-osmosdr-20170612_1+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd.darwin_17.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gr-osmosdr ---> Fetching distfiles for gr-osmosdr ---> Verifying checksums for gr-osmosdr ---> Extracting gr-osmosdr ---> Configuring gr-osmosdr ---> Building gr-osmosdr Error: Failed to build gr-osmosdr: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_gr-osmosdr/gr-osmosdr/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port gr-osmosdr failed
Tried cleaning up - same result.
Attachments (1)
Change History (7)
Changed 6 years ago by angervision
comment:1 Changed 6 years ago by kencu (Ken)
Cc: | michaelld@… removed |
---|---|
Owner: | set to michaelld |
Status: | new → assigned |
Summary: | gr-osmosdr @gr-osmosdr-20170612_1: Error: Failed to build gr-osmosdr: command execution failed → gr-osmosdr @20170612_1: error: no matching function for call to 'bladerf_get_frequency' |
comment:2 Changed 6 years ago by michaelld (Michael Dickens)
comment:3 Changed 6 years ago by michaelld (Michael Dickens)
comment:4 Changed 6 years ago by michaelld (Michael Dickens)
The update I just pushed fixes the issue for me. Please update your MacPorts install and try installing or updating gr-osmosdr and see if it works for you ... and, please report back either way ... thx!
comment:5 Changed 6 years ago by angervision
Michael, I have been able to successfully install gr-osmosdr port now. Thanks a lot for your swift response and fix.
comment:6 Changed 6 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Great. You're welcome and thanks for reporting back. I'll close this ticket as fixed.
Note: See
TracTickets for help on using
tickets.
Yup I encounter this issue too. Looks like the recent bladeRF update is a little pickier about type usage. Looking into whether this is just a simple typecast or if something more is involved.