Opened 9 months ago

Closed 9 months ago

#73340 closed defect (duplicate)

gqrx: install fails with "Error: Dependency 'py39-fonttools' not found."

Reported by: colonel-angus69 Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gqrx

Description

Hi -- similar to the situation with gnuradio in #73333, installation of gqrx by running "sudo port install gqrx" fails with "Error: Dependency 'py39-fonttools' not found", and py39-fonttools is a deleted port. Is there anything I can provide in addition to what's in this ticket to help enable a solution for this? Thank you for considering. Here's the console output I see when I try to install gqrx, redacted:

[redacted]:~ [redacted]$ sudo port -v install  gqrx
--->  Computing dependencies for gqrx................................................................................
Error: Dependency 'py39-fonttools' not found.
Error: Follow https://guide.macports.org/#project.tickets if you believe there
is a bug.
Error: Processing of port gqrx failed
[redacted]:~ [redacted]$ uname -a
Darwin redacted] 25.2.0 Darwin Kernel Version 25.2.0: Tue Nov 18 21:08:48 PST 2025; root:xnu-12377.61.12~1/RELEASE_ARM64_T8132 arm64
[redacted]:~ [redacted]$ sudo port version
Version: 2.11.6
[redacted]:~ [redacted]$ 

Change History (1)

comment:1 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)

Port: gqrx added
Resolution: duplicate
Status: newclosed

gqrx depends on gnuradio, so this the same as the other ticket.

Have you tried installing gnuradio with the +python310 variant as suggested in the other ticket?

sudo port clean gnuradio
sudo port install gnuradio +python310
Note: See TracTickets for help on using tickets.