libgcc11 failed build failed on macOS 13.0.1
Ken Cunningham
ken.cunningham.webuse at gmail.com
Sun Feb 12 16:40:52 UTC 2023
On Ventura arm64, libgcc11 is not part of the youtube-dl dependency tree. You can use:
port rdeps youtube-dl
so see what is on the tree.
I can install youtube-dl without any trouble.
% port -v installed youtube-dl
The following ports are currently installed:
youtube-dl @2021.12.17_1+ffmpeg+python311 (active) requested_variants='' platform='darwin 22' archs='noarch' date='2023-02-12T08:36:26-0800'
and nothing related to gcc is installed in the process.
% port -v installed | grep active | grep gcc
Could you run:
port rdeps youtube-dl
and help us see what is calling in libgcc11 on your system?
Thanks,
Ken
More information about the macports-users
mailing list