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 354BF138334 for ; Thu, 9 Aug 2018 22:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9746E09D8; Thu, 9 Aug 2018 22:19:29 +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 50C9FE09D8 for ; Thu, 9 Aug 2018 22:19:28 +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 68C94335C9E for ; Thu, 9 Aug 2018 22:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3607D380 for ; Thu, 9 Aug 2018 22:19:25 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1533853156.8a8717ca8e040a7a104c589d8a29e90753d8e1b7.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/ceph-13.2.1-r1.ebuild sys-cluster/ceph/ceph-13.2.1.ebuild X-VCS-Directories: sys-cluster/ceph/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 8a8717ca8e040a7a104c589d8a29e90753d8e1b7 X-VCS-Branch: master Date: Thu, 9 Aug 2018 22:19:25 +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-Archives-Salt: 91461838-81f5-443b-860a-09baf8ce4f6b X-Archives-Hash: f104fd820058af68e66d851b58c7a1f0 commit: 8a8717ca8e040a7a104c589d8a29e90753d8e1b7 Author: Patrick McLean gentoo org> AuthorDate: Thu Aug 9 22:18:47 2018 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Aug 9 22:19:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8717ca sys-cluster/ceph: Rev bump, fix building of python modules Package-Manager: Portage-2.3.45, Repoman-2.3.10 sys-cluster/ceph/{ceph-13.2.1.ebuild => ceph-13.2.1-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-13.2.1.ebuild b/sys-cluster/ceph/ceph-13.2.1-r1.ebuild similarity index 98% rename from sys-cluster/ceph/ceph-13.2.1.ebuild rename to sys-cluster/ceph/ceph-13.2.1-r1.ebuild index 15c74939685..bcb39ab0771 100644 --- a/sys-cluster/ceph/ceph-13.2.1.ebuild +++ b/sys-cluster/ceph/ceph-13.2.1-r1.ebuild @@ -233,8 +233,12 @@ src_configure() { python_compile() { local CMAKE_USE_DIR="${S}" + ceph_src_configure + + rm -r "${BUILD_DIR}/lib/cython_modules" || die pushd "${BUILD_DIR}/src/pybind" >/dev/null || die + emake VERBOSE=1 clean emake VERBOSE=1 all # python modules are only compiled with "make install" so we need to do this to @@ -273,7 +277,7 @@ src_compile() { ) || die "failed to build node modules for mgr-frontend" fi - cmake-utils_src_make all + cmake-utils_src_make VERBOSE=1 all # we have to do this here to prevent from building everything multiple times BUILD_DIR="${CMAKE_BUILD_DIR}" python_copy_sources