From patchwork Mon Nov 17 22:33:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 411831 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BC8EF14012B for ; Tue, 18 Nov 2014 09:33:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id EF541A1908; Mon, 17 Nov 2014 22:33:24 +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 mwKjsBUhMaZL; Mon, 17 Nov 2014 22:33:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6773FA19C1; Mon, 17 Nov 2014 22:33:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 0F9E51CEC18 for ; Mon, 17 Nov 2014 22:33:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0DA3C95996 for ; Mon, 17 Nov 2014 22:33:24 +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 vbkSumZQJD6t for ; Mon, 17 Nov 2014 22:33:23 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by hemlock.osuosl.org (Postfix) with ESMTPS id 2850B958E2 for ; Mon, 17 Nov 2014 22:33:23 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so4525218wib.5 for ; Mon, 17 Nov 2014 14:33:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=hcJGhe+vyBXvSISV8n+XAZSK6MgNorDuDVymYE1e0sw=; b=HTWCM5A0sQNbCdKN7idxhJGMGftE/EgJjK1yhnWYbIYZ2ANHlPds1x9g3p+uST4gAn hZMExjDsK4VZZi/UfRI/csqnDhOnMdyPj811+LpaVbX5dNd1V8P7HbJ70SeksuK726fO ZNIFmRdKzT2dngU3Y/qtpRX5F8i636bBk2P4UjVKELjs20dQcz6xcKNt7DBx3aNFDtKm tGVLSO7XxmPjKjbF3qiEk2L7hSGk2NrckOfGnfFahDr5et9nuoQ1u2P9Ntk80NguD1h7 GNegfu3/KBRV35TKL2yRguiaN6E6yN25EqT6vBGyd6Z7T/sse45S1fUlaMeOCEwmTNWT G73g== X-Received: by 10.180.82.170 with SMTP id j10mr35181585wiy.35.1416263601689; Mon, 17 Nov 2014 14:33:21 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id d5sm16597254wjb.34.2014.11.17.14.33.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 17 Nov 2014 14:33:21 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Mon, 17 Nov 2014 23:33:16 +0100 Message-Id: <1416263596-11129-1-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.9.1 Cc: Thomas Petazzoni , "Yann E. MORIN" Subject: [Buildroot] [PATCH] pakage/erlang: fix host build without termcap (curses) library 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" We do not need termcap (curses) support in the host variant of erlang. Fixes a bunch of autobuild failures; http://autobuild.buildroot.net/results/4be/4bef658b6815929058c769037211f7e0fc8d1f9c/ http://autobuild.buildroot.net/results/726/72619ed15590a3a5a41b7c398d973766ecab0a2e/ http://autobuild.buildroot.net/results/366/366439438549d5f7656be72f71dae3bb5f99c6b2/ ... Signed-off-by: "Yann E. MORIN" Cc: Nathaniel Roach Cc: Thomas Petazzoni --- Cc-ing Nathaniel, as all failures happen on his build server. Thomas and Nathaniel, could you please review the setting of that autobuild server? And the others as well? It seems legit ncurses is missing on a build server, but we did not notice, because we do require it for menuconfig and nconfig, so virtually everyone has it, and it is most probably installed on other autobuild servers because owners want to be able to run menuconfig on them to debug stuff. Care to have a look, please? Regards, Yann E. MORIN. --- package/erlang/erlang.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/erlang/erlang.mk b/package/erlang/erlang.mk index e6899de..ef0e0a2 100644 --- a/package/erlang/erlang.mk +++ b/package/erlang/erlang.mk @@ -27,6 +27,8 @@ ERLANG_CONF_OPTS = --without-javac HOST_ERLANG_DEPENDENCIES = host-openssl HOST_ERLANG_CONF_OPTS = --without-javac --with-ssl=$(HOST_DIR)/usr +HOST_ERLANG_CONF_OPTS += --without-termcap + ifeq ($(BR2_PACKAGE_NCURSES),y) ERLANG_CONF_OPTS += --with-termcap ERLANG_DEPENDENCIES += ncurses