From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Claudius Heine <claudius.heine.ext@siemens.com>,
isar-users@googlegroups.com
Cc: Claudius Heine <ch@denx.de>
Subject: Re: [PATCH 0/8] Cleanup rootfs creation
Date: Wed, 24 Apr 2019 10:45:31 +0300 [thread overview]
Message-ID: <ad0f00a4-bedf-0d5d-6312-b30cc26a813b@ilbers.de> (raw)
In-Reply-To: <cd343903-4fc7-aa50-2223-270a6293dd3a@siemens.com>
Hi Claudius,
On 4/24/19 9:20 AM, Claudius Heine wrote:
> Hi Maxim,
>
> On 22/04/2019 15.28, Maxim Yu. Osipov wrote:
>> Hi,
>>
>> Tried the series against the current 'next'.
>>
>> Creation of SDK has been failed (my host is Debian 9) (see log below).
>>
>> I've double checked - in the current 'next' 'bitbake -c
>> do_populate_sdk multiconfig:qemuarm-stretch:isar-image-base' works fine.
>
> Thanks! That is a good find. That issue happened because I tried to
> split up the pre-processing patchset.
>
> Is that tested in CI?
Unfortunately at the moment no - I'll include it into CI.
Maxim.
> Claudius
>
>>
>> My local.conf is attached for convenience.
>>
>> Maxim.
>>
>> ===============
>> bitbake -c do_populate_sdk multiconfig:qemuarm-stretch:isar-image-base
>> Parsing recipes: 100%
>> |#######################################################################################################################################################################################################|
>> Time: 0:00:02
>> Parsing of 26 .bb files complete (0 cached, 26 parsed). 390 targets, 0
>> skipped, 0 masked, 0 errors.
>> 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
>> 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:03
>> NOTE: Executing RunQueue Tasks
>> ERROR: mc:qemuarm-stretch:sdkchroot-${ROOTFS_DISTRO}-amd64-armhf
>> do_build: Function failed: do_build (log file is located at
>> /home/myo/work/isar/src/trunk/isar/build/tmp/work/debian-stretch-armhf/sdkchroot-${ROOTFS_DISTRO}-amd64-armhf/temp/log.do_build.24544)
>>
>> ERROR: Logfile of failure stored in:
>> /home/myo/work/isar/src/trunk/isar/build/tmp/work/debian-stretch-armhf/sdkchroot-${ROOTFS_DISTRO}-amd64-armhf/temp/log.do_build.24544
>>
>> Log data follows:
>> | DEBUG: Executing shell function do_build
>> | cp: cannot stat
>> '/home/myo/work/isar/src/trunk/isar/build/tmp/deploy/bootstrap/debian-stretch-amd64/':
>> No such file or directory
>> | WARNING: exit code 1 from a shell command.
>> | ERROR: Function failed: do_build (log file is located at
>> /home/myo/work/isar/src/trunk/isar/build/tmp/work/debian-stretch-armhf/sdkchroot-${ROOTFS_DISTRO}-amd64-armhf/temp/log.do_build.24544)
>>
>> ERROR: Task
>> (multiconfig:qemuarm-stretch:/home/myo/work/isar/src/trunk/isar/meta/recipes-devtools/sdkchroot/sdkchroot.bb:do_build)
>> failed with exit code '1'
>> ERROR: mc:qemuarm-stretch:buildchroot-host-debian-stretch-amd64-armhf
>> do_build: Function failed: do_build (log file is located at
>> /home/myo/work/isar/src/trunk/isar/build/tmp/work/debian-stretch-armhf/buildchroot-host-debian-stretch-amd64-armhf/temp/log.do_build.24543)
>>
>> ERROR: Logfile of failure stored in:
>> /home/myo/work/isar/src/trunk/isar/build/tmp/work/debian-stretch-armhf/buildchroot-host-debian-stretch-amd64-armhf/temp/log.do_build.24543
>>
>> Log data follows:
>> | DEBUG: Executing shell function do_build
>> | cp: cannot stat
>> '/home/myo/work/isar/src/trunk/isar/build/tmp/deploy/bootstrap/debian-stretch-amd64/':
>> No such file or directory
>> | WARNING: exit code 1 from a shell command.
>> | ERROR: Function failed: do_build (log file is located at
>> /home/myo/work/isar/src/trunk/isar/build/tmp/work/debian-stretch-armhf/buildchroot-host-debian-stretch-amd64-armhf/temp/log.do_build.24543)
>>
>> ERROR: Task
>> (multiconfig:qemuarm-stretch:/home/myo/work/isar/src/trunk/isar/meta/recipes-devtools/buildchroot/buildchroot-host.bb:do_build)
>> failed with exit code '1'
>>
>> =====
>>
>>
>> On 4/16/19 3:26 PM, claudius.heine.ext@siemens.com wrote:
>>> From: Claudius Heine <ch@denx.de>
>>>
>>> Hi,
>>>
>>> this patchset contains some patches that where developed while
>>> implementing
>>> the preprocessing image pipeline. They are universally useful, but do
>>> prepare
>>> for the next steps.
>>>
>>> Cheers,
>>> Claudius
>>>
>>> Claudius Heine (8):
>>> isar-boostrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to
>>> base.bbclass
>>> move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to
>>> isar-bootstrap
>>> buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH
>>> isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR
>>> bitbake.conf: remove unneeded and differently used variables
>>> image.bbclass: make IMAGE_ROOTFS overwritable
>>> bitbake.conf: set default QEMU_ARCH variables
>>> buildchroot/configscript: make creation of builder uid/gid idempotent
>>>
>>> meta/classes/base.bbclass | 9 +++++++++
>>> meta/classes/buildchroot.bbclass | 2 +-
>>> meta/classes/image-sdk-extension.bbclass | 2 +-
>>> meta/classes/image.bbclass | 2 +-
>>> meta/classes/isar-bootstrap-helper.bbclass | 14 --------------
>>> meta/conf/bitbake.conf | 13 ++++++++-----
>>> .../isar-bootstrap/isar-bootstrap-host.bb | 11 +++--------
>>> .../isar-bootstrap/isar-bootstrap-target.bb | 6 +-----
>>> .../recipes-core/isar-bootstrap/isar-bootstrap.inc | 1 +
>>> .../buildchroot/buildchroot-host.bb | 1 +
>>> meta/recipes-devtools/buildchroot/buildchroot.inc | 3 +--
>>> .../buildchroot/files/configscript.sh | 4 ++--
>>> meta/recipes-devtools/sdkchroot/sdkchroot.bb | 3 +--
>>> 13 files changed, 30 insertions(+), 41 deletions(-)
>>>
>>
>>
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
prev parent reply other threads:[~2019-04-24 7:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-16 13:26 claudius.heine.ext
2019-04-16 13:26 ` [PATCH 1/8] isar-boostrap-helper: move 'HOST_ARCH' and 'HOST_DISTRO' to base.bbclass claudius.heine.ext
2019-04-16 13:26 ` [PATCH 2/8] move 'HOST_DISTRO_APT_SOURCES' from bootstrap-helper to isar-bootstrap claudius.heine.ext
2019-04-16 13:26 ` [PATCH 3/8] buildchroot.bbclass: only cross build if HOST_ARCH != DISTRO_ARCH claudius.heine.ext
2019-04-16 13:26 ` [PATCH 4/8] isar-bootstrap/buildchroot/sdkchroot: refactor PF and WORKDIR claudius.heine.ext
2019-04-16 13:43 ` Andreas Reichel
2019-04-16 13:59 ` Claudius Heine
2019-04-16 13:26 ` [PATCH 5/8] bitbake.conf: remove unneeded and differently used variables claudius.heine.ext
2019-04-16 13:26 ` [PATCH 6/8] image.bbclass: make IMAGE_ROOTFS overwritable claudius.heine.ext
2019-04-16 13:45 ` Andreas Reichel
2019-04-16 13:26 ` [PATCH 7/8] bitbake.conf: set default QEMU_ARCH variables claudius.heine.ext
2019-04-16 13:26 ` [PATCH 8/8] buildchroot/configscript: make creation of builder uid/gid idempotent claudius.heine.ext
2019-04-22 13:28 ` [PATCH 0/8] Cleanup rootfs creation Maxim Yu. Osipov
2019-04-24 7:20 ` Claudius Heine
2019-04-24 7:45 ` Maxim Yu. Osipov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ad0f00a4-bedf-0d5d-6312-b30cc26a813b@ilbers.de \
--to=mosipov@ilbers.de \
--cc=ch@denx.de \
--cc=claudius.heine.ext@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox