Opened 9 years ago

Closed 9 years ago

#46470 closed defect (fixed)

Port gr-osmosdr still broken after rebuilding 3 time(s)

Reported by: smastracci@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: gr-osmosdr

Description (last modified by larryv (Lawrence Velázquez))

Hi team,

Report bug for install gr-osmosdr from port, attach debug file and resumen error :

Resumen error :

Port gr-osmosdr still broken after rebuilding 3 time(s)
    while executing
"error "Port $portname still broken after rebuilding [expr {$broken_port_counts($portname) - 1}] time(s)""
    (procedure "revupgrade_scanandrebuild" line 280)
    invoked from within
"revupgrade_scanandrebuild broken_port_counts $opts"
    (procedure "macports::revupgrade" line 5)
    invoked from within
"macports::revupgrade $opts"
    (procedure "action_revupgrade" line 2)
    invoked from within
"action_revupgrade $action $portlist $opts"
    (procedure "action_target" line 96)
    invoked from within
"$action_proc $action $portlist [array get global_options]"
    (procedure "process_cmd" line 103)
    invoked from within
"process_cmd $remaining_args"
    invoked from within
"if { [llength $remaining_args] > 0 } {

    # If there are remaining arguments, process those as a command
    set exit_status [process_cmd $remaining..."
    (file "/opt/local/bin/port" line 5268)

Thank.

Attachments (1)

Debug.txt (223.9 KB) - added by smastracci@… 9 years ago.
Debug file from gr-osmosdr ( Command : port -d -y rev-upgrade )

Download all attachments as: .zip

Change History (5)

Changed 9 years ago by smastracci@…

Attachment: Debug.txt added

Debug file from gr-osmosdr ( Command : port -d -y rev-upgrade )

comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…
Could not open libairspy.0.dylib: Error opening or reading file (referenced from /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so)
DEBUG: Marking /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/osmosdr/_osmosdr_swig.so as broken
DEBUG: Marking /opt/local/lib/libgnuradio-osmosdr.0.1.5git.dylib as broken

comment:2 Changed 9 years ago by michaelld (Michael Dickens)

Fixed in r131265 and r131266, by adding port:airspy as well as specific support for airspy in port:gr-osmosdr. Please do:

(1) find your non-MacPorts install of AirSpy, go to the build directory, and do "sudo make uninstall" to remove that install.

(2) sudo port selfupdate

(3) sudo port -f uninstall gr-osmosdr

(4) sudo port install gr-osmosdr

and, now you should have a usable AirSpy via gr-osmosdr installed. Please comment back here if the above works for you or not.

comment:3 Changed 9 years ago by smastracci@…

Hi michael,

i'm execute steps, the process worked correctly.

Thank you very much for your help.

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

Resolution: fixed
Status: newclosed

Excellent! Thanks for reporting back. Closing this ticket as fixed.

Note: See TracTickets for help on using tickets.