diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-01-23 16:46:30 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-01-23 16:46:30 +0000 |
commit | 1f1ada4b2afd8dd8de6ac1e0f94702abf05654bc (patch) | |
tree | 2d9c4727985711ca133f754404d7ef6c40d82be3 /profiles | |
parent | 02d5de423c2b7f8d7c873bcc7a1a222b1847149d (diff) |
gentoo auto-resync : 23:01:2024 - 16:46:30
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 191038 -> 191041 bytes | |||
-rw-r--r-- | profiles/default/linux/make.defaults | 9 | ||||
-rw-r--r-- | profiles/features/musl/make.defaults | 7 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
4 files changed, 17 insertions, 2 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 6d62e8462069..3d9ba12a2667 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/default/linux/make.defaults b/profiles/default/linux/make.defaults index 74dd59d5d817..4e21cd58fdf2 100644 --- a/profiles/default/linux/make.defaults +++ b/profiles/default/linux/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # System-wide defaults for the Portage system @@ -54,3 +54,10 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed" # Prevent automagic use of 64-bit time_t. # https://bugs.gentoo.org/828001 enable_year2038="no" + +# Sam James <sam@gentoo.org> (2024-01-22) +# Workaround for sandbox bug which causes this gnulib configure test to take +# many real hours on slower machines, and certainly a huge amount of CPU hours +# on others. Spoof the same result as configure gets on a modern glibc system +# for now. See bug #447970 and bug #922652. +gl_cv_func_getcwd_path_max="yes" diff --git a/profiles/features/musl/make.defaults b/profiles/features/musl/make.defaults index 3078bdd61b09..ca792276e394 100644 --- a/profiles/features/musl/make.defaults +++ b/profiles/features/musl/make.defaults @@ -17,3 +17,10 @@ FEATURES="-multilib-strict" # that use a charset, it causes package collisons. # Note: we use a full path for locale.alias for bug #799437 INSTALL_MASK="charset.alias /usr/share/locale/locale.alias" + +# Sam James <sam@gentoo.org> (2024-01-22) +# Workaround for sandbox bug which causes this gnulib configure test to take +# many real hours on slower machines, and certainly a huge amount of CPU hours +# on others. Spoof the same result as configure gets on a modern musl system +# for now. See bug #447970 and bug #922652. +gl_cv_func_getcwd_path_max="no, but it is partly working" diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 8501de2949fe..538c8e8a2f31 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -5675,8 +5675,9 @@ net-fs/netatalk:tracker - Add support for spotlight like tracker net-fs/nfs-utils:junction - Enable NFS junction support in nfsref net-fs/nfs-utils:ldap - Add ldap support net-fs/nfs-utils:libmount - Link mount.nfs with libmount -net-fs/nfs-utils:nfsdcld - Enable nfsdcld NFSv4 clientid tracking daemon +net-fs/nfs-utils:nfsdcld - Enable nfsdcld NFSv4 clientid tracking daemon and tools net-fs/nfs-utils:nfsidmap - Enable support for newer nfsidmap helper +net-fs/nfs-utils:nfsv3 - Enable support for NFSv2 and NFSv3 net-fs/nfs-utils:nfsv4 - Enable support for NFSv4 net-fs/nfs-utils:nfsv41 - Enable support for NFSv4.1 net-fs/nfs-utils:uuid - Support UUID lookups in rpc.mountd |