Path to this page:
./
lang/gcc14-libs,
The GNU Compiler Collection (GCC) support shared libraries
Branch: CURRENT,
Version: 14.2.0nb3,
Package name: gcc14-libs-14.2.0nb3,
Maintainer: pkgsrc-usersThe GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).
This packages provides GCC support libraries in a specific location and allows
packages to depend on just the libraries rather than having to pull in the full
GCC package.
Version history: (Expand)
- (2025-01-07) Updated to version: gcc14-libs-14.2.0nb3
- (2024-06-28) Package added to pkgsrc.se, version gcc14-libs-14.1.0nb1 (created)
CVS history: (Expand)
2025-01-07 20:56:45 by Taylor R Campbell | Files touched by this commit (8) |
Log message:
lang/gccN-libs: Disable REQUIRES/PROVIDES analysis.
This is a stop-gap measure to work around:
PR pkg/58966: mk: REQUIRES/PROVIDES analysis is wrong for
self-libraries
It should be removed once the REQUIRES/PROVIDES analysis is fixed.
Since the REQUIRES/PROVIDES analysis is already done for the
underlying lang/gccN package, and the transformation from lang/gccN
to lang/gccN-libs is straightforward, disabling this check should be
reasonably low-risk -- currently the lang/gccN-libs packages are
outright broken and unusable with pkgtools/pkg_install.
This doesn't change the content of the package, only the metadata, so
no need for recursive revbump of dependent packages.
|
2025-01-07 20:56:07 by Taylor R Campbell | Files touched by this commit (5) |
Log message:
lang/gcc14*: Fix LINK_LIBGCC_SPEC.
PR pkg/58963: gcc: LINK_LIBGCC_SPEC snafu
PR pkg/48740: lang/gcc44 to gcc46 linker fails because of whitespace
|