From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E3AC1384B4 for ; Mon, 21 Dec 2015 23:55:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CD11E07B3; Mon, 21 Dec 2015 23:55:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3FD4E07B3 for ; Mon, 21 Dec 2015 23:55:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7A7B340766 for ; Mon, 21 Dec 2015 23:55:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0032920 for ; Mon, 21 Dec 2015 23:55:10 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1450713578.73fda1f16f2b7a5d388997dbef83f7670fc792fe.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwknop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/fwknop/fwknop-2.6.7-r2.ebuild X-VCS-Directories: net-firewall/fwknop/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 73fda1f16f2b7a5d388997dbef83f7670fc792fe X-VCS-Branch: master Date: Mon, 21 Dec 2015 23:55: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-Archives-Salt: 8d8945d1-f802-48db-96ce-dd7e723de8cc X-Archives-Hash: 4c20bc9d5dd00f8dfd12bb3fa2b0ebe7 commit: 73fda1f16f2b7a5d388997dbef83f7670fc792fe Author: Ilya Tumaykin gmail com> AuthorDate: Mon Dec 21 15:59:38 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Dec 21 15:59:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fda1f1 net-firewall/fwknop: re-enable in-source build wrt bug 568958 Otherwise Python C extension fails to build because it links against fko library built during src_compile stage. With out-of-source build this library resides in a separate directory from sources, thus it cannot be found during Python module compilation by normal means. This problem didn't catch my attention earlier because build failure is only reproducible if there is no fko library installed in the system from a previous version of this package. Gentoo-Bug: 568958 Package-Manager: portage-2.2.24 net-firewall/fwknop/fwknop-2.6.7-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild index 50e95fe..a5bfe67 100644 --- a/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild +++ b/net-firewall/fwknop/fwknop-2.6.7-r2.ebuild @@ -5,6 +5,7 @@ EAPI=5 AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 DISABLE_AUTOFORMATTING=1 DISTUTILS_OPTIONAL=1