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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F58213835A for ; Tue, 15 Jun 2021 01:55:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ECE5E0887; Tue, 15 Jun 2021 01:55:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 014F8E0887 for ; Tue, 15 Jun 2021 01:55:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69E75335C29 for ; Tue, 15 Jun 2021 01:55:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B707A796 for ; Tue, 15 Jun 2021 01:55:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1623722065.e1d3c9af5679ed8e493e188620dafde21c012a0f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ucx/files/, sys-cluster/ucx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ucx/files/ucx-1.10.0_rc5-drop-werror.patch sys-cluster/ucx/ucx-1.10.0_rc5.ebuild X-VCS-Directories: sys-cluster/ucx/files/ sys-cluster/ucx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e1d3c9af5679ed8e493e188620dafde21c012a0f X-VCS-Branch: master Date: Tue, 15 Jun 2021 01:55:13 +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: ba2f1872-c301-4528-955b-f66ba56993d9 X-Archives-Hash: 0b7def1c22ab1a5e31736723e0bf45b2 commit: e1d3c9af5679ed8e493e188620dafde21c012a0f Author: Sam James gentoo org> AuthorDate: Tue Jun 15 01:52:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 15 01:54:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d3c9af sys-cluster/ucx: drop -Werror Closes: https://bugs.gentoo.org/789762 Closes: https://bugs.gentoo.org/790341 Closes: https://bugs.gentoo.org/790332 Signed-off-by: Sam James gentoo.org> .../ucx/files/ucx-1.10.0_rc5-drop-werror.patch | 55 ++++++++++++++++++++++ sys-cluster/ucx/ucx-1.10.0_rc5.ebuild | 10 ++-- 2 files changed, 61 insertions(+), 4 deletions(-) diff --git a/sys-cluster/ucx/files/ucx-1.10.0_rc5-drop-werror.patch b/sys-cluster/ucx/files/ucx-1.10.0_rc5-drop-werror.patch new file mode 100644 index 00000000000..7a6894fe619 --- /dev/null +++ b/sys-cluster/ucx/files/ucx-1.10.0_rc5-drop-werror.patch @@ -0,0 +1,55 @@ +https://bugs.gentoo.org/789762 + +From 18df3302b256bce6f61d83a58b2afbc8d788ad5c Mon Sep 17 00:00:00 2001 +From: Sam James +Date: Tue, 15 Jun 2021 01:40:48 +0000 +Subject: [PATCH] Drop -Werror + +--- + bindings/java/src/main/native/Makefile.am | 2 +- + examples/Makefile.am | 2 +- + test/apps/sockaddr/Makefile.am | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/bindings/java/src/main/native/Makefile.am b/bindings/java/src/main/native/Makefile.am +index 73f9940..6616dae 100644 +--- a/bindings/java/src/main/native/Makefile.am ++++ b/bindings/java/src/main/native/Makefile.am +@@ -64,7 +64,7 @@ libjucx_la_SOURCES = context.cc \ + ucs_constants.cc \ + worker.cc + +-libjucx_la_CXXFLAGS = -fPIC -DPIC -Werror -std=gnu++98 ++libjucx_la_CXXFLAGS = -fPIC -DPIC -std=gnu++98 + + libjucx_la_LIBADD = $(topdir)/src/ucs/libucs.la \ + $(topdir)/src/uct/libuct.la \ +diff --git a/examples/Makefile.am b/examples/Makefile.am +index 05cde27..76c3b18 100644 +--- a/examples/Makefile.am ++++ b/examples/Makefile.am +@@ -23,7 +23,7 @@ EXAMPLE_CUDA_CFLAGS = $(CFLAGS_PEDANTIC) + EXAMPLE_CUDA_CPPFLAGS = + endif + +-EXAMPLE_CCLD_FLAGS = -lucs -I$(includedir) -L$(libdir) -Wall -Werror -Wl,-rpath,$(libdir) \ ++EXAMPLE_CCLD_FLAGS = -lucs -I$(includedir) -L$(libdir) -Wall -Wl,-rpath,$(libdir) \ + $(EXAMPLE_CUDA_LDFLAGS) $(EXAMPLE_CUDA_CPPFLAGS) + + installcheck-local: +diff --git a/test/apps/sockaddr/Makefile.am b/test/apps/sockaddr/Makefile.am +index 7ce7a01..2e4ad47 100644 +--- a/test/apps/sockaddr/Makefile.am ++++ b/test/apps/sockaddr/Makefile.am +@@ -12,7 +12,7 @@ noinst_HEADERS = \ + sa_util.h + + sa_CXXFLAGS = \ +- -std=c++11 -g -Wall -Werror ++ -std=c++11 -Wall + + sa_CPPFLAGS = $(BASE_CPPFLAGS) + +-- +2.32.0 + diff --git a/sys-cluster/ucx/ucx-1.10.0_rc5.ebuild b/sys-cluster/ucx/ucx-1.10.0_rc5.ebuild index 1d3c4a64a11..b1b15f27d9e 100644 --- a/sys-cluster/ucx/ucx-1.10.0_rc5.ebuild +++ b/sys-cluster/ucx/ucx-1.10.0_rc5.ebuild @@ -5,14 +5,14 @@ EAPI=7 inherit autotools +MY_PV=${PV/_/-} DESCRIPTION="Unified Communication X" HOMEPAGE="https://www.openucx.org" - -MY_PV=${PV/_/-} SRC_URI="https://github.com/openucx/ucx/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+numa +openmp" @@ -22,7 +22,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}-${MY_PV}" +PATCHES=( + "${FILESDIR}"/${PN}-1.10.0_rc5-drop-werror.patch +) src_prepare() { default