Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#56686 closed defect (fixed)

gr-osmosdr-20170612_0+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd fails to build

Reported by: tehcog (tehcog) Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.5.2
Keywords: Cc:
Port: gr-osmosdr

Description

Please see attached main.log

-> sudo port upgrade gr-osmosdr
--->  Computing dependencies for gr-osmosdr
--->  Fetching archive for gr-osmosdr
--->  Attempting to fetch gr-osmosdr-20170612_0+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd.darwin_13.x86_64.tbz2 from https://packages.macports.org/gr-osmosdr
--->  Attempting to fetch gr-osmosdr-20170612_0+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd.darwin_13.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/gr-osmosdr
--->  Attempting to fetch gr-osmosdr-20170612_0+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd.darwin_13.x86_64.tbz2 from http://lil.fr.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_release_tarballs_ports_science_gr-osmosdr/gr-osmosdr/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.

Attachments (1)

gr-osmosdr_main.log (181.2 KB) - added by tehcog (tehcog) 6 years ago.
main.log

Download all attachments as: .zip

Change History (7)

Changed 6 years ago by tehcog (tehcog)

Attachment: gr-osmosdr_main.log added

main.log

comment:1 Changed 6 years ago by tehcog (tehcog)

Summary: gr-osmosdr fails to buildgr-osmosdr-20170612_0+airspy+bladeRF+docs+fcdproplus+hackrf+rtlsdr+sdrplay+soapysdr+swig+uhd fails to build

comment:2 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

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

The log says:

ld: file not found: /opt/local/lib/libgnuradio-runtime.3.7.12.0.dylib for architecture x86_64

So it seems that something that is being used during the build—it's not clear to me what—is linked with libgnuradio-runtime.3.7.12.0.dylib. gnuradio @3.7.13.3 no longer provides that version of that library; it now provides libgnuradio-runtime.3.7.13.3.dylib. So whatever it is that's linked with the old library needs to be rebuilt, by increasing the revision of the portfile that provides it.

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

Keywords: mavericks removed

comment:4 Changed 6 years ago by michaelld (Michael Dickens)

I forgot to rev-bump dependencies of GR when I updated the version. I'll do that shortly. Thx for the reminder!

comment:5 Changed 6 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: assignedclosed
Last edited 6 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:6 Changed 6 years ago by michaelld (Michael Dickens)

Has duplicate #56695

Note: See TracTickets for help on using tickets.