From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UdLmX-0004Yy-GC for openembedded-core@lists.openembedded.org; Fri, 17 May 2013 16:37:23 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 17 May 2013 07:19:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,692,1363158000"; d="scan'208";a="339283459" Received: from unknown (HELO [10.255.12.57]) ([10.255.12.57]) by fmsmga002.fm.intel.com with ESMTP; 17 May 2013 07:18:59 -0700 Message-ID: <51963C52.1040004@linux.intel.com> Date: Fri, 17 May 2013 17:18:58 +0300 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Gary Thomas References: <51962FFE.3040202@mlbassoc.com> In-Reply-To: <51962FFE.3040202@mlbassoc.com> Cc: Patches and discussions about the oe-core layer Subject: Re: Poor first impression X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 14:37:27 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 05/17/2013 04:26 PM, Gary Thomas wrote: > I just tried to run Poky/Yocto on a fresh Ubuntu 12.04 system. I knew > there would > be missing bits and have seen the "sanity" messages in the past, so I > thought I'd > just carry on. Today's experience was not pretty and would it not for > my experience > with this, I would have been very perplexed... > Hey Gary, was this on a 1.4 / Danny Branch or master? Richard may have done something with master when he made some of the Python3 changes. Sau! > Here's what I saw: > > gthomas@saturn:/local/qemuarm_poky$ bitbake core-image-sato > /local/poky-multi/scripts/bitbake: 1: /local/poky-multi/scripts/bitbake: > git: not found > File "", line 1 > from distutils.version import LooseVersion; import sys; > sys.exit(not (LooseVersion('>=') 1.7.5 LooseVersion(''))) > ^ > SyntaxError: invalid syntax > /local/poky-multi/scripts/bitbake: 1: /local/poky-multi/scripts/bitbake: > git: not found > File "", line 1 > from distutils.version import LooseVersion; import sys; > sys.exit(not (LooseVersion('>=') 1.7.5 LooseVersion(''))) > ^ > SyntaxError: invalid syntax > Traceback (most recent call last): > File "/local/poky-multi/bitbake/bin/bitbake", line 293, in > ret = main() > File "/local/poky-multi/bitbake/bin/bitbake", line 260, in main > event = server.event_queue.get(block=False) > File "/usr/lib/python2.7/multiprocessing/queues.py", line 134, in get > raise Empty > Empty > Pseudo is not present but is required, building this first before the > main build > ^CTraceback (most recent call last): > File "/local/poky-multi/bitbake/bin/bitbake", line 293, in > ret = main() > File "/local/poky-multi/bitbake/bin/bitbake", line 260, in main > event = server.event_queue.get(block=False) > File "/usr/lib/python2.7/multiprocessing/queues.py", line 134, in get > raise Empty > Empty > ERROR: OE-core's config sanity checker detected a potential > misconfiguration. > Either fix the cause of this error or at your own risk disable the > checker (see sanity.conf). > Following is the list of potential problems / advisories: > > Please install the following missing utilities: C++ Compiler > (g++),diffstat,makeinfo,git,gawk,chrpath > > ERROR: Execution of event handler 'check_sanity_eventhandler' failed >