summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-04-06 01:34:40 +0100
committerV3n3RiX <venerix@koprulu.sector>2025-04-06 01:34:40 +0100
commit288d9455931660abb6dfa534a78d45c7fb901477 (patch)
tree20b4b716c5a7231089588a039dbdc60d93ee0980 /profiles
parent8bcae5a5a332db9dc28c20b7a5f28337d8335254 (diff)
gentoo auto-resync : 06:04:2025 - 01:34:40
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin238361 -> 238357 bytes
-rw-r--r--profiles/arch/amd64/x32/package.mask5
-rw-r--r--profiles/features/big-endian/package.mask1
-rw-r--r--profiles/features/musl/package.mask3
-rw-r--r--profiles/package.mask14
-rw-r--r--profiles/prefix/darwin/macos/package.mask9
-rw-r--r--profiles/prefix/sunos/solaris/package.mask5
-rw-r--r--profiles/use.local.desc4
8 files changed, 29 insertions, 12 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 921787f38c16..009f046f522e 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 9461dc0e86ed..8d541963d3b6 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -1,6 +1,11 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Paul Zander <negril.nx+gentoo@gmail.com> (2025-04-04)
+# Requires dev-qt/qtwebengine
+dev-util/nsight-compute
+dev-util/nsight-graphics
+
# Z. Liu <zhixu.liu@gmail.com> (2025-01-23)
# Requires dev-qt/qtwebengine
net-misc/seafile-client
diff --git a/profiles/features/big-endian/package.mask b/profiles/features/big-endian/package.mask
index ce763eba0a38..e73e7f48e57c 100644
--- a/profiles/features/big-endian/package.mask
+++ b/profiles/features/big-endian/package.mask
@@ -66,6 +66,7 @@ kde-apps/eventviews
kde-apps/calendarsupport
kde-apps/calendarjanitor
net-im/telegram-desktop
+dev-util/nsight-compute
# matoro <matoro_gentoo@matoro.tk> (2023-11-16)
# Test failures on BE (#700902)
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index feb4f302e74b..75a9c73dfa70 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -442,6 +442,9 @@ net-misc/netkit-rsh
dev-libs/cudnn
dev-libs/cudnn-frontend
dev-python/pycuda
+dev-util/nsight-compute
+dev-util/nsight-graphics
+dev-util/nsight-systems
dev-util/nvidia-cuda-toolkit
dev-libs/optix
media-libs/nvidia-vaapi-driver
diff --git a/profiles/package.mask b/profiles/package.mask
index fbd263526c4c..dc1e76837517 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,20 @@
#--- END OF EXAMPLES ---
+# Sam James <sam@gentoo.org> (2025-04-05)
+# New abseil/protobuf breaks too much:
+# * net-libs/grpc (bug #953141)
+# * media-libs/opencv (bug #953138)
+# * dev-libs/protobuf (bug #953140)
+=dev-cpp/abseil-cpp-20250127.0*
+=dev-cpp/abseil-cpp-20240722.1*
+=dev-cpp/abseil-cpp-20240116.3*
+=dev-cpp/abseil-cpp-20230802.3*
+=dev-libs/protobuf-30*
+=dev-ruby/google-protobuf-4.30*
+=dev-java/protobuf-java-4.30*
+=dev-python/protobuf-6.30*
+
# Arthur Zamarin <arthurzam@gentoo.org> (2025-04-04)
# Temporary mask until handled the usage of shorter SLOT.
# Bugs #953127, #953103.
diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask
index 8aef87c65608..7b793caf48c2 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Fabian Groffen <grobian@gentoo.org> (2025-04-05)
+# Fails to compile, implicit decl _NSGetExecutablePath
+=sys-apps/gawk-5.3.2
+
# Sam James <sam@gentoo.org> (2025-04-01)
# Fails to build w/ `error: implicit declaration of function 'clock_nanosleep'`
# See bug #951918.
@@ -22,11 +26,6 @@ dev-libs/libbsd
# embrace guile-3. (bug #825334)
media-sound/lilypond
-# Fabian Groffen <grobian@gentoo.org> (2023-06-24)
-# Fails to link due to missing libintl, already fixed upstream:
-# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d
-=app-arch/tar-1.35
-
# Benda Xu <heroxbd@gentoo.org> (2023-07-09)
# Requires Glibc <sys/xattr.h> to work properly.
# For example, 'lgetxattr' is not available on macOS or gnulib.
diff --git a/profiles/prefix/sunos/solaris/package.mask b/profiles/prefix/sunos/solaris/package.mask
index 655447e9d10a..fe45577b6beb 100644
--- a/profiles/prefix/sunos/solaris/package.mask
+++ b/profiles/prefix/sunos/solaris/package.mask
@@ -1,11 +1,6 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Fabian Groffen <grobian@gentoo.org> (2023-06-23)
-# Fails to link due to missing libintl, already fixed upstream:
-# https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d
-=app-arch/tar-1.35
-
# Benda Xu <heroxbd@gentoo.org> (2023-07-09)
# Requires Glibc <sys/xattr.h> to work properly.
# For example, 'lgetxattr' is not available on Solaris or gnulib.
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 4813248c02a9..03c7e8ae398b 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2247,7 +2247,7 @@ dev-libs/quazip:qt6 - Build with Qt6 support
dev-libs/raft:zfs - ZFS support
dev-libs/re2:benchmark - Build a benchmark binary, install it as re2-bench
dev-libs/re2:test-full - Run additional, quite slow tests
-dev-libs/rocksdb:numa - Enable NUMA support
+dev-libs/rocksdb:numa - Enable NUMA support using sys-process/numactl (NUMA kernel support is also required)
dev-libs/rocksdb:tbb - Enable support for dev-cpp/tbb
dev-libs/sentry-native:breakpad - Use dev-util/breakpad as the crash handler
dev-libs/sentry-native:curl - Enable support for automated uploading of crash reports
@@ -2948,7 +2948,7 @@ dev-util/perf:doc - Build documentation and man pages. With this USE flag disabl
dev-util/perf:libpfm - Enable dev-libs/libpfm support
dev-util/perf:libtraceevent - Enable dev-libs/libtraceevent support
dev-util/perf:libtracefs - Enable dev-libs/libtracefs support
-dev-util/perf:numa - Enable NUMA support
+dev-util/perf:numa - Enable NUMA support using sys-process/numactl (NUMA kernel support is also required)
dev-util/perf:perl - Add support for Perl as a scripting language for perf tools.
dev-util/perf:systemtap - Add support to define SDT event in perf tools.
dev-util/perf:unwind - Use sys-libs/libunwind for frame unwinding support.