* [gentoo-commits] proj/portage:use-conflict-auto-resolve commit in: bin/install-qa-check.d/
@ 2024-09-23 16:21 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-09-23 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 884b82d972fd1677eedfe3ad69a2edc3f5d4bc7f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:45:21 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:45:21 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=884b82d9
install-qa-check.d/90config-impl-decl: Skip pthread_cond_timedwait_monotonic_np on Linux
Seen in mail-client/thunderbird, www-client/seamonkey, and
www-client/firefox. It seems to be an Android/bionic function.
Bug: https://bugs.gentoo.org/905825
Closes: https://bugs.gentoo.org/932360
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
bin/install-qa-check.d/90config-impl-decl | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl
index 8768c99c62..89373c193d 100644
--- a/bin/install-qa-check.d/90config-impl-decl
+++ b/bin/install-qa-check.d/90config-impl-decl
@@ -45,6 +45,7 @@ add_default_skips() {
[[ ${CHOST} == *linux* ]] && QA_CONFIG_IMPL_DECL_SKIP+=(
acl
acl_get_perm_np
+ pthread_cond_timedwait_monotonic_np
res_getservers
res_ndestroy
statacl
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/portage:use-conflict-auto-resolve commit in: bin/install-qa-check.d/
@ 2024-09-23 16:21 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-09-23 16:21 UTC (permalink / raw
To: gentoo-commits
commit: a67b95a34a9f3c349778d12dbbc4c091a14dc64d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 18:05:28 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 18:09:02 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a67b95a3
install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on Linux
Seen in dev-util/lttng-tools and dev-util/lttng-ust.
The function seems to be available on at least Darwin, FreeBSD, and
OpenBSD.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
bin/install-qa-check.d/90config-impl-decl | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl
index 223dc12a3b..06bb7195f9 100644
--- a/bin/install-qa-check.d/90config-impl-decl
+++ b/bin/install-qa-check.d/90config-impl-decl
@@ -46,6 +46,7 @@ add_default_skips() {
acl
acl_get_perm_np
pthread_cond_timedwait_monotonic_np
+ pthread_get_name_np
pthread_set_name_np
pthread_threadid_np
res_getservers
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/portage:use-conflict-auto-resolve commit in: bin/install-qa-check.d/
@ 2024-09-23 16:21 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-09-23 16:21 UTC (permalink / raw
To: gentoo-commits
commit: dd667a61da7013dc7a85372c97715be5b5da5c2b
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:50:37 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 17:50:37 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dd667a61
install-qa-check.d/90config-impl-decl: Skip pthread_threadid_np on Linux
Seen in dev-db/mariadb. The function seems to be available on Darwin.
Bug: https://bugs.gentoo.org/899772
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
bin/install-qa-check.d/90config-impl-decl | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl
index 89373c193d..6e3a579c2b 100644
--- a/bin/install-qa-check.d/90config-impl-decl
+++ b/bin/install-qa-check.d/90config-impl-decl
@@ -46,6 +46,7 @@ add_default_skips() {
acl
acl_get_perm_np
pthread_cond_timedwait_monotonic_np
+ pthread_threadid_np
res_getservers
res_ndestroy
statacl
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/portage:use-conflict-auto-resolve commit in: bin/install-qa-check.d/
@ 2024-09-23 16:21 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2024-09-23 16:21 UTC (permalink / raw
To: gentoo-commits
commit: d1f0e6d0bf1d264ea0c51e700aa9fc9f2096ebf6
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 17:55:14 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 18:08:59 2024 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d1f0e6d0
install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on Linux
Seen in dev-lang/erlang, dev-util/lttng-tools, and dev-util/lttng-ust.
The function seems to be available on at least Darwin, FreeBSD, and
OpenBSD.
Bug: https://bugs.gentoo.org/898762
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
bin/install-qa-check.d/90config-impl-decl | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/install-qa-check.d/90config-impl-decl b/bin/install-qa-check.d/90config-impl-decl
index 6e3a579c2b..223dc12a3b 100644
--- a/bin/install-qa-check.d/90config-impl-decl
+++ b/bin/install-qa-check.d/90config-impl-decl
@@ -46,6 +46,7 @@ add_default_skips() {
acl
acl_get_perm_np
pthread_cond_timedwait_monotonic_np
+ pthread_set_name_np
pthread_threadid_np
res_getservers
res_ndestroy
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-23 16:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 16:21 [gentoo-commits] proj/portage:use-conflict-auto-resolve commit in: bin/install-qa-check.d/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2024-09-23 16:21 James Le Cuirot
2024-09-23 16:21 James Le Cuirot
2024-09-23 16:21 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox