From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6545739070330372096 X-Received: by 10.28.48.74 with SMTP id w71mr164466wmw.0.1524050115883; Wed, 18 Apr 2018 04:15:15 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.245.12 with SMTP id t12ls848546wmh.2.gmail; Wed, 18 Apr 2018 04:15:15 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/E3Zzej5bzJUvCq5wiY8nbIxd+80cxbHf4cN24ards1rIMZREVE/hFX/h78o/hPn1fcqo5 X-Received: by 10.28.16.20 with SMTP id 20mr146671wmq.14.1524050115421; Wed, 18 Apr 2018 04:15:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524050115; cv=none; d=google.com; s=arc-20160816; b=cfOy6p7iZHbfDW3OSqKT+QVjyhc2zLbqd5E/FapsPVuvOqyMlbR7GNjTBechO7WJFf XWSfKdwvjXfPnPCM4vWdfuEP5nFq5ZfPG9pEXHYG00scZJfZX4oKj6q/yexkyVdsiq4E hidXNEVhTvjzzxd1VTl5moC6H6Gnn39IS7LMJdH0z54Ga+6wKgFPYCTig4gnfpTvOTG/ 9T2eglwpYzY7p8PXIArbDq8RB/bRDvCzpTh/SE7xDVe+/idFjFjnO8q9PXKOpRvGvrSj evlmuYkBGqT5xtaTsG+5CbdlcXlF81ZE/uymaCD0coURRELRptCM++3sn0irdNVGm35Z mcfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=E63Sg3aBIRaXF7vuBWUPRCvkmTmaeil6+CFnrhuU3HE=; b=lsjglCOy7Z9txVhPz8u1m8r+e5GwApJuKaWtXo6x7InwyZ3BIoYckErTCZMeL3hkDQ qCa34aXAHu2ZbFE5YeIPu+AHs2zIYZaHSdlIJnpH9SGBfDrOrjciONhqo1iEnQJPdj7X cSLC5cs/nNhdXJRqvvxfMfD35TBcTVCJZPBaCtpWVXTJVzgoOpYZcbGuxC9JokvLmbg9 OTqUv1pTPocmejJthJ3+tRFihaUNXW/Ug2DcxL1g2rOvxzE/jl4fB9OPjO+tMu4ojj0e kzrSEFip6xxNqpvypeeHuuRzaETv9BSo1KNtHF585EppVsvLlyftOXLer5+3myOC//4s TA4A== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id u1-v6si47466wri.3.2018.04.18.04.15.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Apr 2018 04:15:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w3IBF4ah028610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 18 Apr 2018 13:15:06 +0200 Subject: Re: default image won't build To: Francesco , isar-users@googlegroups.com References: From: Alexander Smirnov Message-ID: Date: Wed, 18 Apr 2018 14:14:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: Aya32Y24Dwyc On 04/18/2018 01:50 PM, Francesco wrote: > Hello everyone, > > I'm new to isar and today I made an attempt to build the default image > with it. I installed all the host tools necessary as it is written in > the docs. Then I followed strictly the doc/user_manual. > > My host OS is debian jessie. > > Unfortunately when I try to build an image I get this error: > > /bitbake isar-image-base// > //Parsing recipes: 100% > |###########################################################################################################################################| > Time: 0:00:00// > //Parsing of 11 .bb files complete (0 cached, 11 parsed). 110 targets, 0 > skipped, 0 masked, 0 errors.// > //NOTE: Resolving any missing task queue dependencies// > //ERROR: Nothing PROVIDES 'linux-image-${KERNEL_NAME}' (but > /mnt/elbe/Isar/isar/meta-isar/recipes-core/images/isar-image-base.bb > DEPENDS on or otherwise requires it)// > //ERROR: Required build target 'isar-image-base' has no buildable > providers.// > //Missing or unbuildable dependency chain was: ['isar-image-base', > 'linux-image-${KERNEL_NAME}']/ > > So I added KERNEL_NAME ?= "armmp" to the local.conf but now I get > another error: > > /bitbake isar-image-base// > //Parsing recipes: 100% > |###########################################################################################################################################| > Time: 0:00:00// > //Parsing of 11 .bb files complete (0 cached, 11 parsed). 110 targets, 0 > skipped, 0 masked, 0 errors.// > //NOTE: Resolving any missing task queue dependencies// > //ERROR: Nothing PROVIDES 'linux-image-${KERNEL_NAME}' (but > /mnt/elbe/Isar/isar/meta-isar/recipes-core/images/isar-image-base.bb > DEPENDS on or otherwise requires it)// > //ERROR: Required build target 'isar-image-base' has no buildable > providers.// > //Missing or unbuildable dependency chain was: ['isar-image-base', > 'linux-image-${KERNEL_NAME}']// > // > // > //bitbake isar-image-base// > //Loading cache: 100% > |#############################################################################################################################################| > Time: 0:00:00// > //Loaded 110 entries from dependency cache.// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //NOTE: Resolving any missing task queue dependencies// > //Initialising tasks: 100% > |########################################################################################################################################| > Time: 0:00:00// > //NOTE: Executing RunQueue Tasks// > //ERROR: isar-image-base-1.0-r0 do_rootfs: Function failed: do_rootfs > (log file is located at > /mnt/elbe/Isar/build/tmp/work/debian-jessie-armhf/isar-image-base/temp/log.do_rootfs.12481)// > //ERROR: Logfile of failure stored in: > /mnt/elbe/Isar/build/tmp/work/debian-jessie-armhf/isar-image-base/temp/log.do_rootfs.12481// > //Log data follows:// > //| DEBUG: Executing shell function do_rootfs// > //| sudo: no tty present and no askpass program specified// This line usually means, that you have no /dev/pts folder mounted on build host. Also, don't remember why, but seems /proc should be also mounted. > //| WARNING: exit code 1 from a shell command.// > //| ERROR: Function failed: do_rootfs (log file is located at > /mnt/elbe/Isar/build/tmp/work/debian-jessie-armhf/isar-image-base/temp/log.do_rootfs.12481)// > //ERROR: Task > (/mnt/elbe/Isar/isar/meta-isar/recipes-core/images/isar-image-base.bb:do_rootfs) > failed with exit code '1'// > //NOTE: Tasks Summary: Attempted 6 tasks of which 5 didn't need to be > rerun and 1 failed.// > // > //Summary: 1 task failed:// > ///mnt/elbe/Isar/isar/meta-isar/recipes-core/images/isar-image-base.bb:do_rootfs// > //Summary: There was 1 ERROR message shown, returning a non-zero exit > code.// > / > > the default tty in the conf/machine for qemuarm is set to ttyAMA0. My > user is in the sudoers file as showed in the docs. I don't understand > what I'm doing wrong here. Am I right that you can run 'sudo' without password? Alex > > Hope you can help. > > Frank > > -- > You received this message because you are subscribed to the Google > Groups "isar-users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to isar-users+unsubscribe@googlegroups.com > . > To post to this group, send email to isar-users@googlegroups.com > . > To view this discussion on the web visit > https://groups.google.com/d/msgid/isar-users/e50c604e-31c9-1d84-1370-aa3596778950%40dave.eu > . > For more options, visit https://groups.google.com/d/optout. -- With best regards, Alexander Smirnov ilbers GmbH Baierbrunner Str. 28c D-81379 Munich +49 (89) 122 67 24-0 http://ilbers.de/ Commercial register Munich, HRB 214197 General manager: Baurzhan Ismagulov