From patchwork Wed Feb 28 20:53:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10249735 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 2CFE860362 for ; Wed, 28 Feb 2018 20:53:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19F3428D51 for ; Wed, 28 Feb 2018 20:53:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0B18E28D8E; Wed, 28 Feb 2018 20:53:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8542928D51 for ; Wed, 28 Feb 2018 20:53:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934796AbeB1Uxh (ORCPT ); Wed, 28 Feb 2018 15:53:37 -0500 Received: from merlin.infradead.org ([205.233.59.134]:34008 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934745AbeB1Uxh (ORCPT ); Wed, 28 Feb 2018 15:53:37 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=vTtH92IMaCRQOSJTc4I+O0LJxjNjVCVVLw7uWlmodYA=; b=OU8C7CoQSRURrs2CRmHLo8yLWL taTC/Y+mreinan/KoVMKt/XFD9ffsYknollioYMiUxqsCbw74HWpXoNs27ea+QGhZAzlVhrGHSLEU h8hJ+JOn5+/rVwl/VDqF6z4BjtP61mtZeYsiay/U/sSTZI4CvmnkRHEw6PXmKqor3KTJLePRqYUFN CQnmMFKwZ+ZyPCT0M5XMBeBZDrB2cSAaC2cvsU7a8HQiKyEk26jNllYnzi45fXsF/XUvei//FscYK btHSXXkB+uYrQhLzykzHQwiUutV0T2+o4FJ8K56Jp7iIBluirDkfTsf1bXrMuqNBexWwm++9Ah27d OV5SwDyQ==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlab) by merlin.infradead.org with esmtpsa (Exim 4.89 #1 (Red Hat Linux)) id 1er8jG-00030A-IQ; Wed, 28 Feb 2018 20:53:35 +0000 Subject: Re: [PATCH] Documentation: Update ncurses package names for menuconfig To: Arvind Prasanna Cc: Kate Stewart , Thomas Gleixner , Philippe Ombredanne , Greg Kroah-Hartman , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org References: <1519801192-31201-1-git-send-email-arvindprasanna@gmail.com> <43a91eb4-646a-b4d8-5b3d-b0bfde0019d9@infradead.org> From: Randy Dunlap Message-ID: <80562d48-0524-eea2-947c-4fba0cb36b7a@infradead.org> Date: Wed, 28 Feb 2018 12:53:32 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, I think that you are missing my point, so let me start over and try to clarify it. In the patch description, it says "libncurses-devel" (not libncurses-dev). In the patch itself, it says libncurses-dev (not libncurses-devel). I suspect that one of these is incorrect. Which one is it? Thanks. ~~~~~~~~~~~~~~ The package name is ncurses-devel for Redhat based distros and libncurses-devel for Debian based distros. Signed-off-by: Arvind Prasanna --- scripts/kconfig/lxdialog/check-lxdialog.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh index a10bd9d..4353e40 100755 --- a/scripts/kconfig/lxdialog/check-lxdialog.sh +++ b/scripts/kconfig/lxdialog/check-lxdialog.sh @@ -55,7 +55,8 @@ EOF echo " *** required header files." 1>&2 echo " *** 'make menuconfig' requires the ncurses libraries." 1>&2 echo " *** " 1>&2 - echo " *** Install ncurses (ncurses-devel) and try again." 1>&2 + echo " *** Install ncurses (ncurses-devel or libncurses-dev 1>&2 + *** depending on your distribution) and try again." 1>&2 echo " *** " 1>&2 exit 1 fi