summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: run fixincludes in pkg_postinstSam James2024-12-252-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We enabled fixincludes for a window between GCC 13 and whatever the just released version of glibc was at the time to cover Float128 changes. We then turned it off again when it was (mostly) no longer needed. (Though arguably it was/still is needed for some upgrade paths or combinations and maybe we should reconsider that given we now have a proper solution here to "defanging" fixincludes (as it turns out we were kind of using it wrong, see bug #30701)). Anyway, for any glibc installed during that window, a fixincludes'd pthread.h would've been installed to the include-fixed directory, which then becomes a cached stale copy when the rest of glibc changes like: ``` --- pthread.h-fixincludes 2024-12-12 06:49:06.918089635 +0000 +++ /usr/include/pthread.h 2024-12-06 16:49:09.306028087 +0000 [...] @@ -232,7 +223,7 @@ the thread in *THREAD_RETURN, if THREAD_RETURN is not NULL. */ extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __THROW; -# ifndef __USE_TIME_BITS64 +# ifndef __USE_TIME64_REDIRECTS ``` because the guards no longer match up with the rest of glibc. The fix is for us to refresh fixincludes using `mkheaders` (if available) which we weren't installing until recently (7d99be77433bf10fb0ce6fc99c7b40de700ed650) in pkg_postinst for sys-libs/glibc. We will likely need to add similar logic into linux-headers at least too. I am considering adding such an update to gcc-config too. Note that we also have to cover the case where mkheaders isn't available *but* a cached broken pthread.h exists, so if mkheaders doesn't exist, but pthread.h does in include-fixed, we move that away to .bak. Bug: https://gcc.gnu.org/PR20166 Bug: https://gcc.gnu.org/PR94089 Bug: https://gcc.gnu.org/PR107059 Bug: https://gcc.gnu.org/PR118009 Bug: https://bugs.gentoo.org/30701 Bug: https://bugs.gentoo.org/933282 Tested-by: Matt Jolly <kangie@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/readline: drop old 8.3 alpha + snapshotsSam James2024-12-234-800/+0
| | | | | | Cleanup now that we have 8.3_beta. Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/glibc: Tests require gawk[mpfr] nowAndreas K. Hüttel2024-12-191-0/+1
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/readline: add 8.3_betaSam James2024-12-172-0/+267
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libtermcap-compat: build w/ -std=gnu17Sam James2024-12-161-2/+4
| | | | | Closes: https://bugs.gentoo.org/943733 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11.1 ppc64, #946312Arthur Zamarin2024-12-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libcap: Stabilize 2.71 ppc64, #946311Arthur Zamarin2024-12-161-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libcap: Stabilize 2.71 amd64, #946311Arthur Zamarin2024-12-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11.1 amd64, #946312Arthur Zamarin2024-12-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/error-standalone: add 2.0Haelwenn (lanodan) Monnier2024-12-142-0/+31
| | | | | | Closes: https://bugs.gentoo.org/946390 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/readline: add 8.3_alpha_p20241213Sam James2024-12-132-0/+266
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/kpmcore: 24.12.0 version bumpAndreas Sturmlechner2024-12-122-0/+32
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11.1 ppc, #946312Arthur Zamarin2024-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11.1 x86, #946312Arthur Zamarin2024-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libcap: Stabilize 2.71 x86, #946311Arthur Zamarin2024-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11.1 arm64, #946312Arthur Zamarin2024-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11.1 arm, #946312Arthur Zamarin2024-12-121-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11 arm64, #946312Sam James2024-12-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcap: Stabilize 2.71 arm, #946311Sam James2024-12-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcap: Stabilize 2.71 arm64, #946311Sam James2024-12-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libnvme: Stabilize 1.11 arm, #946312Sam James2024-12-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libcap: Stabilize 2.71 sparc, #946311Sam James2024-12-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Move {sys-devel → llvm-core}/clangMichał Górny2024-12-113-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-libs → llvm-runtimes}/compiler-rtMichał Górny2024-12-1114-2097/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-libs → llvm-runtimes}/compiler-rt-sanitizersMichał Górny2024-12-1111-2064/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-libs → llvm-runtimes}/libcxxMichał Górny2024-12-1110-1672/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-libs → llvm-runtimes}/libcxxabiMichał Górny2024-12-1119-935/+9
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move sys-libs/libomp → llvm-runtimes/openmpMichał Górny2024-12-1110-987/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move sys-libs/llvm-libunwind → llvm-runtimes/libunwindMichał Górny2024-12-1110-1057/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Move {sys-libs/llvm-offload → llvm-runtimes/offload}Michał Górny2024-12-114-313/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libieee1284: Keyword 0.2.11-r9 ppc64, #946265Sam James2024-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Remove oldMichał Górny2024-12-112-176/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/compiler-rt-sanitizers: Remove oldMichał Górny2024-12-112-223/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/llvm-libunwind: Remove oldMichał Górny2024-12-112-129/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxxabi: Remove oldMichał Górny2024-12-112-110/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libcxx: Remove oldMichał Górny2024-12-112-209/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libomp: Remove oldMichał Górny2024-12-112-89/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/libmodulemd: add glib docs location patchMatt Jolly2024-12-112-0/+93
| | | | | | | | | When this package was updated for the new glib docs USE it was overlooked that it fails to configure with the new glib docs location. Closes: https://bugs.gentoo.org/946136 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* sys-libs/compiler-rt: Stabilize 18.1.8-r2 ppc64, #946217Sam James2024-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 18.1.8-r2 arm, #946217Sam James2024-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 18.1.8-r2 arm64, #946217Sam James2024-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 18.1.8-r2 x86, #946217Sam James2024-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 18.1.8-r2 amd64, #946217Sam James2024-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 17.0.6-r2 x86, #946218Arthur Zamarin2024-12-101-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 16.0.6-r6 arm, #946219Sam James2024-12-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/compiler-rt: Stabilize 17.0.6-r2 arm, #946218Sam James2024-12-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libnvidia-container: new package (from ::guru)Z. Liu2024-12-095-0/+511
| | | | | | | | | | | | | based on the ::guru ebuild by Huang Rui <vowstar@gmail.com> and many others, thanks. Changes: - update version to 1.17.2 - update dependence of x11-drivers/nvidia-drivers on glibc only - die if compiler is not gcc, because of "-fplan9-extensions" Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39601 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/pkgcraft: build w/ -std=gnu17, sync liveSam James2024-12-092-2/+11
| | | | | | | C17 for the bundled/modified fork of bash (scallop). Closes: https://bugs.gentoo.org/945254 Signed-off-by: Sam James <sam@gentoo.org>
* sys-libs/libmodulemd: enable py3.13Matt Jolly2024-12-082-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/39616 Signed-off-by: Matt Jolly <kangie@gentoo.org>
* sys-libs/llvm-offload: Let users enable GPU testingMichał Górny2024-12-072-0/+20
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>