From patchwork Sun Nov 9 10:53:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 408545 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 64D9714009B for ; Sun, 9 Nov 2014 21:53:38 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 75ADF91B79; Sun, 9 Nov 2014 10:53:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uNnpDQeFSTWn; Sun, 9 Nov 2014 10:53:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 616A491B93; Sun, 9 Nov 2014 10:53:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 273821C0C93 for ; Sun, 9 Nov 2014 10:53:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 21E9691B93 for ; Sun, 9 Nov 2014 10:53:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r+Ql3wVvjRcy for ; Sun, 9 Nov 2014 10:53:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (down.free-electrons.com [37.187.137.238]) by whitealder.osuosl.org (Postfix) with ESMTP id 3973491B79 for ; Sun, 9 Nov 2014 10:53:34 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 54C1973A; Sun, 9 Nov 2014 11:53:37 +0100 (CET) Received: from localhost (132.230.147.77.rev.sfr.net [77.147.230.132]) by mail.free-electrons.com (Postfix) with ESMTPSA id 06CEE4BF; Sun, 9 Nov 2014 11:53:36 +0100 (CET) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Sun, 9 Nov 2014 11:53:30 +0100 Message-Id: <1415530410-18824-1-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 2.0.0 Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH] schifra: mark as broken 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" There are many build failures caused by schifra, due to upstream changing the tarball without doing new releases. Since has been an on-going problem for some time, and is now the #1 issue in the autobuilders. So let's mark this package broken, until someone cares enough to fix it, or until we remove it. Signed-off-by: Thomas Petazzoni --- package/schifra/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/schifra/Config.in b/package/schifra/Config.in index 486f92d..a3f699a 100644 --- a/package/schifra/Config.in +++ b/package/schifra/Config.in @@ -1,6 +1,10 @@ config BR2_PACKAGE_SCHIFRA bool "schifra" depends on BR2_INSTALL_LIBSTDCPP + # Upstream keep changing the tarball without doing new + # releases. This is not acceptable for Buildroot, as + # reproducible builds are very important. + depends on BR2_BROKEN help Schifra is a very robust, highly optimized and extremely configurable Reed-Solomon error correcting code library for both software and IP @@ -18,4 +22,5 @@ config BR2_PACKAGE_SCHIFRA_EXAMPLES endif comment "schifra needs a toolchain w/ C++" + depends on BR2_BROKEN depends on !BR2_INSTALL_LIBSTDCPP