public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Moessbauer, Felix" <felix.moessbauer@siemens.com>
To: "Bezdeka, Florian" <florian.bezdeka@siemens.com>,
	"isar-users@googlegroups.com" <isar-users@googlegroups.com>
Cc: "jan.kiszka@siemens.com" <jan.kiszka@siemens.com>
Subject: RE: Building Debian bookworm images for arm64 currently broken
Date: Thu, 29 Sep 2022 13:11:28 +0000	[thread overview]
Message-ID: <AM9PR10MB48692A0147C318264ABECC4D89579@AM9PR10MB4869.EURPRD10.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <cc5eb4cbc173e38aaf921d009f80206055b03e28.camel@siemens.com>

> -----Original Message-----
> From: Bezdeka, Florian (T CED SES-DE) <florian.bezdeka@siemens.com>
> Sent: Thursday, September 29, 2022 7:30 PM
> To: isar-users@googlegroups.com
> Cc: Kiszka, Jan (T CED) <jan.kiszka@siemens.com>; Moessbauer, Felix (T CED
> SES-DE) <felix.moessbauer@siemens.com>
> Subject: Building Debian bookworm images for arm64 currently broken
> 
> Hi all,
> 
> the upstream Debian testing/bookworm repositories are currently in a state
> where different package versions are shipped for different architectures. This
> shouldn't be something new or surprising, but as libc-bin is affected it might
> simply ease the disclosure of a Isar bug because a lot of other packages depend
> on libc.
> 
> libc-bin for x86 was updated to 2.35 recently while arm64 is still on 2.34.
> 
> When trying to build a Debian bookworm based image for arm64 I get the
> attached error.
> 
> Are we kind of mixing information from the build-schroot into the target-
> schroot? Would be very kind if someone with sbuild knowledge would look into
> that.

Hi Florian,

This looks indeed a bit strange but this is how sbuild generates cross-build dependencies.
The libc6-dev:arm64 is one of the default build dependencies.

If you look closely, you also see that in the following line:
Merged Build-Depends: debhelper (>= 10), build-essential:amd64, fakeroot:amd64, crossbuild-essential-arm64:amd64, libc-dev:arm64, libstdc++-dev:arm64

Actually I don't know why sbuild generates the default deps like that, but there is probably a reason to it.

Apart from that, the "customizations" is built as an arch=arm64 package, but it perfectly qualifies as an arch=all package.
That's more in line with Debian policies.
To change this, simply add `DPKG_ARCH = "all"` to the recipe.

Best regards,
Felix

> 
> Best regards,
> Florian


      reply	other threads:[~2022-09-29 13:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-29 11:30 Bezdeka, Florian
2022-09-29 13:11 ` Moessbauer, Felix [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=AM9PR10MB48692A0147C318264ABECC4D89579@AM9PR10MB4869.EURPRD10.PROD.OUTLOOK.COM \
    --to=felix.moessbauer@siemens.com \
    --cc=florian.bezdeka@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