[MacPorts] #65470: gcc12 insists on clang13?!
MacPorts
noreply at macports.org
Mon Jul 11 13:10:30 UTC 2022
#65470: gcc12 insists on clang13?!
------------------------+--------------------
Reporter: mouse07410 | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: gcc12
------------------------+--------------------
Please remove run-time dependency on clang13 in gcc12:
{{{
$ port info gcc12
gcc12 @12.1.0_1 (lang)
Sub-ports: libgcc12
Variants: [+]enable_stdlib_flag, universal
Description: The GNU compiler collection, including front ends
for C, C++, Objective-C, Objective-C++ and Fortran.
Homepage: https://gcc.gnu.org/
Extract Dependencies: xz
Build Dependencies: texinfo
Library Dependencies: cctools, gmp, isl, ld64, libiconv, libmpc, mpfr,
zlib, zstd
Runtime Dependencies: gcc_select, libgcc, clang-13
Platforms: darwin
License: (GPL-3+ or Permissive)
Maintainers: none
}}}
Must add that thankfully this seems to be the only gcc port version that
exhibits this problem, e.g.:
{{{
$ port info gcc11
gcc11 @11.3.0_2 (lang)
Sub-ports: libgcc11
Variants: universal
Description: The GNU compiler collection, including front ends
for C, C++, Objective-C, Objective-C++ and Fortran.
Homepage: https://gcc.gnu.org/
Extract Dependencies: xz
Build Dependencies: texinfo
Library Dependencies: cctools, gmp, isl, ld64, libiconv, libmpc, mpfr,
zlib, zstd
Runtime Dependencies: gcc_select, libgcc11
Platforms: darwin
License: (GPL-3+ or Permissive)
Maintainers: none
$
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65470>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list