On Wed, Jul 06, 2022 at 05:03:36PM +0200, Jonas Schäfer wrote:
> I installed Debian with an arm64 kernel but an armhf userland. I now
> need some components as arm64, one of which depends on zlib1g. It is
> impossible to install both zlib1g:armhf and zlib1g:arm64, which causes
> the installation to fail because apt somehow depends also on zlib1g.
>
> This is after I had a Debian with arm64 kernel and arm64 userland and
> I needed a component in armhf which exhibited the same issue, which is
> why I went with a "split" userland/kernel in the first place.
>
> Please (re?-)add support for multiarch armhf+arm64 for the zlib1g
> package, thanks a lot.
This is most likely some system configuration issue on your part, there
is nothing in the packaging that specifically excludes this combination
and indeed I appear to have a system available to me with both
architectures installed without problem. You haven't provided any error
messages here, a dependency from apt to zlib1g on one architecture won't
prevent installation of zlib1g on another architecture so it's not going
to be that.