Opened 19 months ago
Last modified 19 months ago
#69731 assigned defect
SoapySDRPlay3: can't be installed on ARM due to SDRplay3 supported_archs
| Reported by: | santosjrl | Owned by: | ra1nb0w |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | arm64 | Cc: | michaelld (Michael Dickens) |
| Port: | SoapySDRPlay3 |
Description (last modified by jmroot (Joshua Root))
There it follows the error message
sudo port install SoapySDRPlay3 ---> Computing dependencies for SoapySDRPlay3 Error: Cannot install SoapySDRPlay3 for the arch 'arm64' because Error: its dependency SDRplay3 only supports the arch 'x86_64'. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port SoapySDRPlay3 failed
Change History (5)
comment:1 Changed 19 months ago by jmroot (Joshua Root)
| Cc: | michaelld added |
|---|---|
| Description: | modified (diff) |
| Keywords: | arm64 added |
| Owner: | set to ra1nb0w |
| Port: | SoapySDRPlay3 added; SDRplay3 removed |
| Status: | new → assigned |
| Summary: | Error in instaling Mac port SoapySDRPlay3 → SoapySDRPlay3: can't be installed on ARM due to SDRplay3 supported_archs |
comment:2 Changed 19 months ago by kencu (Ken)
comment:3 Changed 19 months ago by ryandesign (Ryan Carsten Schmidt)
Only if SoapySDRPlay3 sets supported_archs to a value that includes x86_64 and excludes arm64.
comment:4 Changed 19 months ago by ra1nb0w
Version 3.14.0 contains arm64 also but I don't have the time now to update the port (should requires a full rework). The suggestion therefore is to exclude arm64 from supported_arcs of SoapySDRPlay3 and then it works? thanks
comment:5 Changed 19 months ago by jmroot (Joshua Root)
Yes, supported_archs x86_64 in SoapySDRPlay3 will work until arm64 support is added.
Note: See
TracTickets for help on using
tickets.

I somehow thought base would sort this out and install the x86_64 version without manual intervention here...