From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp4.nedap.com ([213.160.213.85] helo=smtp.nedap.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1UPTrD-0006tg-Is for openembedded-devel@lists.openembedded.org; Tue, 09 Apr 2013 10:24:57 +0200 Received: from nvs0066.nedap.local (10.91.8.1) by relaysmtp1.nedap.local (10.1.8.139) with Microsoft SMTP Server id 8.3.279.5; Tue, 9 Apr 2013 10:07:27 +0200 X-TM-IMSS-Message-ID: <6324b26f0004aba1@nedap.com> Received: from [10.2.40.10] ([10.2.40.10]) by nedap.com ([10.91.8.1]) with ESMTP (TREND IMSS SMTP Service 7.1) id 6324b26f0004aba1 ; Tue, 9 Apr 2013 10:07:30 +0200 Message-ID: <5163CC3F.7060009@nedap.com> Date: Tue, 9 Apr 2013 10:07:27 +0200 From: Jaap de Jong User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: "openembedded-devel@lists.openembedded.org" Subject: do_rootfs fails X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 08:24:58 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit I have this problem that do_rootfs finds. Any ideas? Thanks! Jaap // log_check: There were error messages in the logfile log_check: Matched keyword: [Collected errors] Configuring angstrom-packagegroup-boot. Configuring util-linux-losetup. Configuring util-linux. Configuring sysvinit. Collected errors: * extract_archive: Cannot create symlink from ./var/log to 'volatile/log': File exists. * extract_archive: Cannot create symlink from ./var/run to 'volatile/run': File exists. + '[' '!' -z '' ']' + package_tryout_install_multilib_ipk + multilib_tryout_dirs= // My image.bb contains: inherit core-image IMAGE_LOGIN_MANAGER = "tinylogin shadow" IMAGE_DEV_MANAGER = "" IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof" IMAGE_INITSCRIPTS = "initscripts" export IMAGE_BASENAME = "${PN}" IMAGE_FEATURES += " \ package-management \ debug-tweaks \ " IMAGE_INSTALL += " \ angstrom-packagegroup-boot \ initscripts \ busybox-mdev \ ca-certificates \ dropbear \ e2fsprogs-e2fsck \ ntp \ ntpdate \ openssl \ rsync \ screen \ shadow \ mtd-utils \ util-linux \ watchdog \ "