From patchwork Sun Nov 30 16:48:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 416200 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 29107140140 for ; Mon, 1 Dec 2014 03:49:16 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B9435952C8; Sun, 30 Nov 2014 16:49:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tAueQVxp9tmo; Sun, 30 Nov 2014 16:49:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C02A69531E; Sun, 30 Nov 2014 16:49:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 0D5971C2D92 for ; Sun, 30 Nov 2014 16:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0A536A215E for ; Sun, 30 Nov 2014 16:49:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id msb_yEyRpGax for ; Sun, 30 Nov 2014 16:49:07 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 291C5A211E for ; Sun, 30 Nov 2014 16:49:07 +0000 (UTC) Received: from fwd17.aul.t-online.de (fwd17.aul.t-online.de [172.20.27.64]) by mailout09.t-online.de (Postfix) with SMTP id 86E2E537500 for ; Sun, 30 Nov 2014 17:49:04 +0100 (CET) Received: from fli4l.lan.fli4l (G-XdrZZXYhAUvT53LP93jETkz9BTABPeZQ0P1BdXjkmrFID5HxfUUY7dPjfbGTQQou@[79.247.180.172]) by fwd17.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1Xv7gB-1Pd6JM0; Sun, 30 Nov 2014 17:48:59 +0100 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:37770) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_RC1-XX) (envelope-from ) id 1Xv7gB-0003hv-2P; Sun, 30 Nov 2014 17:48:59 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 30 Nov 2014 17:48:54 +0100 Message-Id: <1417366134-2098-3-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1417366134-2098-1-git-send-email-bernd.kuhls@t-online.de> References: <1417366134-2098-1-git-send-email-bernd.kuhls@t-online.de> X-ID: G-XdrZZXYhAUvT53LP93jETkz9BTABPeZQ0P1BdXjkmrFID5HxfUUY7dPjfbGTQQou X-TOI-MSGID: eac019a3-4d52-47fd-8983-edb5d6fd83aa Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 3/3] package/lxc: disable broken toolchains on nios2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" As discussed with Thomas http://article.gmane.org/gmane.comp.lib.uclibc.buildroot/100998 only the current toolchains are broken: "it's better to blacklist the individual toolchains that are known to be broken, so that if we add another toolchain, we will be able to see if the same bug happens as well or not." Signed-off-by: Bernd Kuhls Acked-by: "Yann E. MORIN" --- package/lxc/Config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/lxc/Config.in b/package/lxc/Config.in index cf85712..a90e58e 100644 --- a/package/lxc/Config.in +++ b/package/lxc/Config.in @@ -6,7 +6,9 @@ config BR2_PACKAGE_LXC depends on BR2_LARGEFILE depends on BR2_USE_MMU # fork() depends on !BR2_avr32 # no timerfd - depends on !BR2_nios2 # the toolchain doesn't support setns syscall + # the toolchain doesn't support setns syscall + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libcap help Linux Containers (LXC), provides the ability to group and isolate @@ -18,6 +20,7 @@ config BR2_PACKAGE_LXC comment "lxc needs a toolchain w/ IPv6, threads, largefile, headers >= 3.0" depends on BR2_USE_MMU depends on !BR2_avr32 # no timerfd - depends on !BR2_nios2 # the toolchain doesn't support setns syscall + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305 + depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405 depends on !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HAS_THREADS \ || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0