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 C57B0138350 for ; Mon, 10 Feb 2020 18:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E810AE090E; Mon, 10 Feb 2020 18:40:22 +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 C56D5E090E for ; Mon, 10 Feb 2020 18:40:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 19BC334E9D0 for ; Mon, 10 Feb 2020 18:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 761EA35 for ; Mon, 10 Feb 2020 18:40:03 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1581359921.3da2f8152d78ab8128d35edc8764af1541403a46.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.11.6-r2.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 3da2f8152d78ab8128d35edc8764af1541403a46 X-VCS-Branch: master Date: Mon, 10 Feb 2020 18:40:03 +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: 10dc15fc-7be7-4d73-afa1-5680fd3bed4d X-Archives-Hash: df7bad6e8345e2172af391909fbbd1a2 commit: 3da2f8152d78ab8128d35edc8764af1541403a46 Author: Ben Kohler gentoo org> AuthorDate: Mon Feb 10 18:36:39 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Feb 10 18:38:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da2f815 net-fs/samba: disable broken parallel configure When parallel configure works, it was slower than --jobs 1 anyway. Closes: https://bugs.gentoo.org/683148 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Ben Kohler gentoo.org> net-fs/samba/samba-4.11.6-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-fs/samba/samba-4.11.6-r2.ebuild b/net-fs/samba/samba-4.11.6-r2.ebuild index 511b8d74c73..9219eea8564 100644 --- a/net-fs/samba/samba-4.11.6-r2.ebuild +++ b/net-fs/samba/samba-4.11.6-r2.ebuild @@ -221,6 +221,8 @@ multilib_src_configure() { $(use_with debug lttng) $(use_with ldap) $(use_with profiling-data) + # bug #683148 + --jobs 1 ) multilib_is_native_abi && myconf+=( --with-shared-modules=${SHAREDMODS} )