Opened 7 years ago

Closed 5 years ago

#53437 closed defect (fixed)

SoapySDR @0.5.2: fatal error: 'mutex' file not found

Reported by: xlf99 Owned by: gedgy63@…
Priority: Normal Milestone:
Component: ports Version: 2.4.0
Keywords: Cc: chrstphrchvz (Christopher Chavez)
Port: SoapySDR

Description

on attempting install gr-osmosdr i get "failed to build SoapySDR: command execution failed"

port cleaned and reattempted 3 times.

log seems to point to missing lbzip2 ??

should i try sudo port install lbzip2 and see what happens?

i have next to no idea what i'm doing, in over my head, and not waving but drowning . . . .

Attachments (1)

main.log (77.4 KB) - added by xlf99 7 years ago.
SoapySDR/main.log

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by xlf99

Attachment: main.log added

SoapySDR/main.log

comment:1 Changed 7 years ago by kencu (Ken)

error is:

fatal error: 'mutex' file not found

so, looks like SoapySDR needs

-std=c++11 -stdlib=libc++

i.e. the cxx11 portgroup

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

Owner: set to gedgy63@…
Port: SoapySDR added; gr-osmosdr removed
Status: newassigned
Summary: gr-osmosdr port install fails re: SoapySDRSoapySDR @0.5.2: fatal error: 'mutex' file not found

The lbzip2 messages are a red herring and should be ignored here.

comment:3 Changed 7 years ago by xlf99

Thanks for the prompt reply.

It appears then, that this is covered in some detail here:

https://trac.macports.org/wiki/LibcxxOnOlderSystems

and i'll have to decide whether to uninstall gr-osmosdr and gnuradio and/or their dependencies, make the switch, install again. or bump up to 10.9 and follow the migration instructions. I've been so happy with 10.8.5 on these machines and am not real keen on running yet one more version of an os . . . .

but i guess that's my problem to deal with . . . thanks for the help!

comment:4 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Note that michaelld has since been added as a maintainer of this port.

Based on the reporter's feedback, is this ticket's issue resolved?

comment:5 Changed 5 years ago by chrstphrchvz (Christopher Chavez)

Cc: chrstphrchvz added

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

Resolution: fixed
Status: assignedclosed

We added C++11 requirement to this port, so this ticket should be addressed. Given the lack of response, I'm guessing we fixed the issue. So I'm closing this ticket.

Note: See TracTickets for help on using tickets.