From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DCB1EE008D7; Sun, 9 Nov 2014 17:09:11 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (xerofoify[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.177 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-ig0-f177.google.com (mail-ig0-f177.google.com [209.85.213.177]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6BD63E007C0 for ; Sun, 9 Nov 2014 17:09:08 -0800 (PST) Received: by mail-ig0-f177.google.com with SMTP id hl2so8275629igb.10 for ; Sun, 09 Nov 2014 17:09:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=QLwGYPCBFZyixAUp1fuNsu8HJOExpj/CDPukjCRDNlE=; b=T0HrQ4fA5gWj8T2TmwlatR1hh7dtes45oFroCRfmIvRReQsO5NLc2+GImnScTZbie8 br+0I3FKfghVkZofpHpucIhaKr5KD+n/gm6Tx6Dc5C9sz99hl5i9jIm4ILp+lSfJ0IrL Ifm0t86XU3/RPwdQwsVa5+wxcQZ9OJHMXZ/U2qNZ2u7x92VqzFMF7r44Fr6X7o+zA9hY sulJMFfUlWZdrN0xh++NBVT0tSqAB9QnGUULVIyTuT6NjK9dHpVFXzg3x8vzfj0Z4Vx6 UZhm55Z3hdLnUPoP5JUsiiPsyHijVPw8wrOsmFe8ZtPpaDGuqv77y++M4mHpcLCtLma/ /+Mw== X-Received: by 10.107.41.199 with SMTP id p190mr30740096iop.10.1415581747577; Sun, 09 Nov 2014 17:09:07 -0800 (PST) Received: from [192.168.0.50] (CPE0026f3330aca-CM0026f3330ac6.cpe.net.cable.rogers.com. [99.231.92.7]) by mx.google.com with ESMTPSA id 64sm7598890iol.37.2014.11.09.17.09.06 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Nov 2014 17:09:07 -0800 (PST) Message-ID: <54601032.8020203@gmail.com> Date: Sun, 09 Nov 2014 20:09:06 -0500 From: nick User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Nick D'Ademo , Yocto list discussion References: In-Reply-To: Subject: Re: Unable to find the ncurses libraries when running menuconfig X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2014 01:09:11 -0000 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Check to see if you actuality have it installed on your host system for your package manager. The library for ncurses for compiling the kernel is different based on your distro, check your distro's installer and install the correct ncurses package first. If this is still an issue please reply with a newer error message. Cheers Nick On 14-11-09 08:05 PM, Nick D'Ademo wrote: > Getting a strange error when attempting to configure the Yocto Linux kernel > via: bitbake linux-yocto -c menuconfig. > > Does anyone have any ideas? (error message below) > Much appreciated. > > Build Configuration: > BB_VERSION = "1.24.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Ubuntu-14.04" > TARGET_SYS = "x86_64-poky-linux" > MACHINE = "nuc" > DISTRO = "poky" > DISTRO_VERSION = "1.7" > TUNE_FEATURES = "m64 corei7" > TARGET_FPU = "" > > > > > > > > > > > > > > > > *make[1]: Entering directory > `/home/nick/poky/build/tmp/work/corei7-64-intel-common-poky-linux/linux-yocto/3.17.1+gitAUTOINC+b86dd5c6f4_0caf16d385-r0/linux-corei7-64-intel-common-standard-build' > GEN ./Makefile *** Unable to find the ncurses libraries or the *** > required header files. *** 'make menuconfig' requires the ncurses > libraries. *** *** Install ncurses (ncurses-devel) and try again. *** > make[3]: *** [scripts/kconfig/dochecklxdialog] Error 1make[2]: *** > [menuconfig] Error 2make[1]: *** [sub-make] Error 2make: *** [__sub-make] > Error 2Command failed.Press any key to continue... * > > >