commit:     557ecf4547bb6852c18ff82df9387b7874e7a023
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 08:31:38 2023 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 08:44:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=557ecf45

profiles/prefix/darwin/macos: mask debugpy and pydevd.

Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 profiles/prefix/darwin/macos/package.mask | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/profiles/prefix/darwin/macos/package.mask 
b/profiles/prefix/darwin/macos/package.mask
index fe20a13c6b56..ecf4cb96a7eb 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,14 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Benda Xu <[email protected]> (2023-08-20)
+# Does not play well with linkers under macOS.
+# Undefined symbols for architecture x86_64:
+#  "_main", referenced from:
+#     implicit entry/start for main executable
+dev-python/pydevd
+dev-python/debugpy
+
 # Benda Xu <[email protected]> (2023-08-18)
 # strlcpy and other BSD functions are available in the libc of macOS.
 # Should not use libbsd.

Reply via email to