From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 2386 seconds by postgrey-1.34 at layers.openembedded.org; Thu, 12 Jul 2018 23:32:55 UTC Received: from gproxy10-pub.mail.unifiedlayer.com (gproxy10-pub.mail.unifiedlayer.com [69.89.20.226]) by mail.openembedded.org (Postfix) with ESMTP id B292074534 for ; Thu, 12 Jul 2018 23:32:55 +0000 (UTC) Received: from cmgw13.unifiedlayer.com (unknown [10.9.0.13]) by gproxy10.mail.unifiedlayer.com (Postfix) with ESMTP id EEE43140E05 for ; Thu, 12 Jul 2018 16:26:05 -0600 (MDT) Received: from box858.bluehost.com ([69.195.124.58]) by cmsmtp with ESMTP id dk2Hf7iWiYe1jdk2HfNF89; Thu, 12 Jul 2018 16:26:05 -0600 X-Authority-Reason: nr=8 Received: from cpe-97-99-239-0.tx.res.rr.com ([97.99.239.0]:51713 helo=[192.168.0.21]) by box858.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1fdk2H-0001xM-Ie; Thu, 12 Jul 2018 16:26:05 -0600 To: Khem Raj , bitbake-devel@lists.openembedded.org References: <5B477CE2.2040602@montgomery1.com> <5cd8d33e-435c-a6ad-9b0a-bd64a23c0fd7@gmail.com> From: "Clay D. Montgomery" Organization: Montgomery One Message-ID: <5B47D583.9020001@montgomery1.com> Date: Thu, 12 Jul 2018 17:26:11 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <5cd8d33e-435c-a6ad-9b0a-bd64a23c0fd7@gmail.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box858.bluehost.com X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - montgomery1.com X-BWhitelist: no X-Source-IP: 97.99.239.0 X-Source-L: No X-Exim-ID: 1fdk2H-0001xM-Ie X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: cpe-97-99-239-0.tx.res.rr.com ([192.168.0.21]) [97.99.239.0]:51713 X-Source-Auth: clay@montgomery1.com X-Email-Count: 2 X-Source-Cap: bW9udGdvcjA7bW9udGdvcjA7Ym94ODU4LmJsdWVob3N0LmNvbQ== X-Local-Domain: yes Subject: Re: Can't start menuconfig with Bitbake X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2018 23:32:55 -0000 X-Groupsio-MsgNum: 9393 Content-Type: multipart/mixed; boundary="------------080303060408060706050306" --------------080303060408060706050306 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Raj, Installing ncurses-dev did resolve the problem. Thank you! Regards, Clay On 7/12/2018 12:11 PM, Khem Raj wrote: > On 7/12/18 10:08 AM, Clay D. Montgomery wrote: >> Hello, >> >> I am having a basic problem with trying to use Bitbake to run >> menuconfig. >> Bitbake otherwise works fine for me. I have done many large builds of >> Yocto. >> >> I am running on a Ubuntu 14.04 32-bit system which is up to date, but >> the RAM is limited to 4 GB. >> I have pasted a sample of the errors I get below. I shortened this >> considerably. >> >> I would appreciate any advice on how to resolve this. >> >> Thanks, Clay Montgomery >> >> >> >> bitbake -c menuconfig virtual/kernel >> >> >> GEN ./Makefile >> HOSTLD scripts/kconfig/mconf >> scripts/kconfig/mconf.o: In function `show_help': >> mconf.c:(.text+0x927): undefined reference to `stdscr' >> scripts/kconfig/lxdialog/checklist.o: In function `print_arrows': >> checklist.c:(.text+0x31): undefined reference to `wmove' >> checklist.c:(.text+0x4e): undefined reference to `acs_map' >> checklist.c:(.text+0x5a): undefined reference to `waddch' >> util.c:(.text+0x1826): undefined reference to `keypad' >> util.c:(.text+0x182e): undefined reference to `wgetch' >> util.c:(.text+0x1838): undefined reference to `wgetch' >> menubox.c:(.text+0x11db): undefined reference to `acs_map' >> menubox.c:(.text+0x11eb): undefined reference to `waddch' >> menubox.c:(.text+0x1278): undefined reference to `scrollok' >> scripts/kconfig/lxdialog/menubox.o: In function `do_print_item': >> menubox.c:(.text+0x1ab): undefined reference to `wrefresh' >> scripts/kconfig/lxdialog/menubox.o: In function `print_buttons': >> menubox.c:(.text+0x356): undefined reference to `wrefresh' >> scripts/kconfig/lxdialog/menubox.o: In function `print_arrows.constprop.0': >> menubox.c:(.text+0x478): undefined reference to `wrefresh' >> collect2: error: ld returned 1 exit status >> make[3]: *** [scripts/kconfig/mconf] Error 1 >> make[2]: *** [menuconfig] Error 2 >> make[1]: *** [sub-make] Error 2 >> make: *** [__sub-make] Error 2 >> Command failed. >> Press any key to continue... >> >> > it means its missing ncurses library and development headers on your > build host. this task should generally depend on ncurses-native as here > > meta/classes/cml1.bbclass:do_menuconfig[depends] += > "ncurses-native:do_populate_sysroot" > > I don't know why this is not working in your case. May be another > workaround is to just install ncurses-dev on your build host. > --------------080303060408060706050306 Content-Type: text/x-vcard; charset=utf-8; name="clay.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="clay.vcf" begin:vcard fn:Clay D. Montgomery n:Montgomery;Clay org:Montgomery One adr:;;;;Texas;;USA email;internet:clay@montgomery1.com title:Freelance Software Developer tel;cell:580-490-6676 x-mozilla-html:TRUE url:http://montgomery1.com/contact/ version:2.1 end:vcard --------------080303060408060706050306--