From: "Koch, Stefan" <stefan-koch@siemens.com>
To: "isar-users@googlegroups.com" <isar-users@googlegroups.com>,
"Kiszka, Jan" <jan.kiszka@siemens.com>
Cc: "Schmidt, Adriaan" <adriaan.schmidt@siemens.com>,
"amikan@ilbers.de" <amikan@ilbers.de>,
"MOESSBAUER, Felix" <felix.moessbauer@siemens.com>
Subject: Re: [PATCH v2 0/5] More kbuild improvements, single-build source packages, cross profile fix
Date: Wed, 15 May 2024 13:47:46 +0000 [thread overview]
Message-ID: <fe90c25e5a75cc6733c05d29a9bb0e10ddb8532c.camel@siemens.com> (raw)
In-Reply-To: <cover.1715771298.git.jan.kiszka@siemens.com>
Since applying this series, I get this build error:
ERROR: linux-audis-kbuildtarget-5.10.209-audis-rtp-r0 do_dpkg_build:
ExecutionError('/home/z003jsce/kbuildboards/build/tmp/work/audis-
bullseye-latest-arm64/linux-audis-kbuildtarget/5.10.209-audis-rtp-
r0/temp/run.dpkg_runbuild.77935', 1, None, None)
ERROR: Logfile of failure stored in:
/home/z003jsce/kbuildboards/build/tmp/work/audis-bullseye-latest-
arm64/linux-audis-kbuildtarget/5.10.209-audis-rtp-
r0/temp/log.do_dpkg_build.77935
Log data follows:
| DEBUG: Executing python function sstate_task_prefunc
| DEBUG: Python function sstate_task_prefunc finished
| DEBUG: Executing python function do_dpkg_build
| DEBUG: Executing shell function dpkg_schroot_create_configs
| Creating /etc/schroot/chroot.d/isar-builder-cbda93bb-87d8-4b8d-ae73-
2495897f4aaf-77935
| DEBUG: Shell function dpkg_schroot_create_configs finished
| DEBUG: Executing shell function dpkg_runbuild
| WARNING: Export of 'CCACHE_UMASK=000' detected, please migrate to
templates
| dpkg-parsechangelog: error: cannot open file
/home/z003jsce/kbuildboards/build/debian/changelog: No such file or
directory
| E: Could not parse
/home/z003jsce/kbuildboards/build/debian/changelog:
| WARNING: exit code 1 from a shell command.
| DEBUG: Executing shell function schroot_delete_configs
| Removing /etc/schroot/isar-builder-cbda93bb-87d8-4b8d-ae73-
2495897f4aaf-77935
| Removing /etc/schroot/chroot.d/isar-builder-cbda93bb-87d8-4b8d-ae73-
2495897f4aaf-77935
| DEBUG: Shell function schroot_delete_configs finished
| DEBUG: Python function do_dpkg_build finished
ERROR: Task
(virtual:kbuildtarget:/home/z003jsce/kbuildboards/build/../audis-
isar/recipes-kernel/linux/linux-audis.bb:do_dpkg_build) failed with
exit code '1'
NOTE: Tasks Summary: Attempted 97 tasks of which 0 didn't need to be
rerun and 1 failed.
Stefan
On Wed, 2024-05-15 at 13:08 +0200, Jan Kiszka wrote:
> This depends on [1] and replaces [2].
>
> Jan
>
> [1] https://patchwork.isar-build.org/project/isar/list/?series=1184
> [2] https://patchwork.isar-build.org/project/isar/list/?series=1171
>
> Jan Kiszka (5):
> dpkg-base: Fix enabling of cross build profile
> linux-custom: Model cross-built kbuild package separately
> linux-custom: Resolve native source package differences
> dpkg: Retrieve Debian source name from variable
> dpkg-source: Build source package only once
>
> meta/classes/dpkg-base.bbclass | 2 +-
> meta/classes/dpkg-source.bbclass | 60 ++++++++++++++++-
> --
> meta/classes/dpkg.bbclass | 3 +-
> .../linux/files/debian/control.tmpl | 12 +++-
> .../linux/files/debian/isar/common.tmpl | 2 +
> .../linux/files/debian/isar/install.tmpl | 6 +-
> meta/recipes-kernel/linux/linux-custom.inc | 8 +--
> 7 files changed, 77 insertions(+), 16 deletions(-)
>
--
Stefan Koch
Siemens AG
www.siemens.com
next prev parent reply other threads:[~2024-05-15 13:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-15 11:08 Jan Kiszka
2024-05-15 11:08 ` [PATCH v2 1/5] dpkg-base: Fix enabling of cross build profile Jan Kiszka
2024-05-16 6:06 ` Schmidt, Adriaan
2024-05-16 6:15 ` Jan Kiszka
2024-05-15 11:08 ` [PATCH v2 2/5] linux-custom: Model cross-built kbuild package separately Jan Kiszka
2024-05-15 11:08 ` [PATCH v2 3/5] linux-custom: Resolve native source package differences Jan Kiszka
2024-05-15 11:08 ` [PATCH v2 4/5] dpkg: Retrieve Debian source name from variable Jan Kiszka
2024-05-15 11:08 ` [PATCH v2 5/5] dpkg-source: Build source package only once Jan Kiszka
2024-05-17 12:21 ` Jan Kiszka
2024-05-15 13:47 ` Koch, Stefan [this message]
2024-05-15 17:40 ` [PATCH v2 0/5] More kbuild improvements, single-build source packages, cross profile fix Jan Kiszka
2024-05-16 16:37 ` Jan Kiszka
2024-05-17 9:03 ` Koch, Stefan
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=fe90c25e5a75cc6733c05d29a9bb0e10ddb8532c.camel@siemens.com \
--to=stefan-koch@siemens.com \
--cc=adriaan.schmidt@siemens.com \
--cc=amikan@ilbers.de \
--cc=felix.moessbauer@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.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