From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E921158086 for ; Mon, 15 Nov 2021 13:11:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB56AE0870; Mon, 15 Nov 2021 13:11:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C5CFE0870 for ; Mon, 15 Nov 2021 13:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EBE0342D6E for ; Mon, 15 Nov 2021 13:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97E82143 for ; Mon, 15 Nov 2021 13:11:10 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1636981864.facca24efb1aeab457357adf25a23b55fb5b350f.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/files/, dev-libs/libunistring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libunistring/files/libunistring-test.patch dev-libs/libunistring/libunistring-0.9.10-r1.ebuild X-VCS-Directories: dev-libs/libunistring/files/ dev-libs/libunistring/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: facca24efb1aeab457357adf25a23b55fb5b350f X-VCS-Branch: master Date: Mon, 15 Nov 2021 13:11:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb0a0b5f-05ae-4e0f-b9f1-6d7ac0529afc X-Archives-Hash: e5e8f699274d6aa9e54ac85330a7e81a commit: facca24efb1aeab457357adf25a23b55fb5b350f Author: Akinori Hattori gentoo org> AuthorDate: Mon Nov 15 13:09:51 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon Nov 15 13:11:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facca24e dev-libs/libunistring: fix tests Thanks-to: Bernardine you-spam.com> Closes: https://bugs.gentoo.org/688464 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-libs/libunistring/files/libunistring-test.patch | 15 +++++++++++++++ dev-libs/libunistring/libunistring-0.9.10-r1.ebuild | 1 + 2 files changed, 16 insertions(+) diff --git a/dev-libs/libunistring/files/libunistring-test.patch b/dev-libs/libunistring/files/libunistring-test.patch new file mode 100644 index 000000000000..c87befbd987f --- /dev/null +++ b/dev-libs/libunistring/files/libunistring-test.patch @@ -0,0 +1,15 @@ +https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=cca32830b57e91f837c01d15b8732f23ff97fc36 + +Author: Bruno Haible + +--- a/tests/glthread/thread.h ++++ b/tests/glthread/thread.h +@@ -133,8 +133,6 @@ extern int glthread_in_use (void); + call to foo(...) in the same function. To avoid this, we test the + address of a function in libpthread that we don't use. */ + +-# pragma weak pthread_create +- + # ifndef pthread_sigmask /* Do not declare rpl_pthread_sigmask weak. */ + # pragma weak pthread_sigmask + # endif diff --git a/dev-libs/libunistring/libunistring-0.9.10-r1.ebuild b/dev-libs/libunistring/libunistring-0.9.10-r1.ebuild index 7c569f145a3c..d1ebd5807547 100644 --- a/dev-libs/libunistring/libunistring-0.9.10-r1.ebuild +++ b/dev-libs/libunistring/libunistring-0.9.10-r1.ebuild @@ -16,6 +16,7 @@ IUSE="doc static-libs" PATCHES=( "${FILESDIR}"/${PN}-nodocs.patch + "${FILESDIR}"/${PN}-test.patch ) src_prepare() {