control: reassign 1123533 src:openssl 3.5.4-1 I will deal with this later
On 2025-12-17 20:25:51 [+0800], windowsair wrote: > On Wed, 17 Dec 2025 19:24:36 +0800 windowsair <[email protected]> wrote: > > Package: libssl3t64:arm64 > > Version: 3.5.4-1 … > > Hello, it seems that the `libssl3t64:arm64` package cannot be installed. > > The steps taken were as follows: is this amd64 as host and arm64 as a foreign architecture? > > $ docker run -it --rm debian:testing bash > > # dpkg --add-architecture arm64 > > # apt update > > # apt-get install libssl-dev:arm64 > > > > The following packages have unmet dependencies: > > libssl-dev:arm64 : Depends: libssl3t64:arm64 (= 3.5.4-1) but it is not > > going to be installed > > E: Unable to satisfy dependencies. Reached two conflicting decisions: > > 1. zlib1g:arm64 is not selected for install because: > > 1. dpkg:amd64 is selected for install > > 2. dpkg:amd64 PreDepends zlib1g (>= 1:1.1.4) > > 3. zlib1g:amd64 is available in version 1:1.3.dfsg+really1.3.1-1+b1 > > 4. zlib1g:arm64 Breaks zlib1g (!= 1:1.3.dfsg+really1.3.1-1+b2) > > 2. zlib1g:arm64 is selected for install because: It appears this breaks with zlib and not with libssl My guess would be that you need to wait a bit and update everything. According to https://buildd.debian.org/status/package.php?p=zlib&suite=sid both zlib1g packages are available as +b2 "recently" so you just need to wait until both migrate to testing if testing is what you use. So I guess I can closes this once I get to it. Would be nice if you could confirm this. > > 1. libssl-dev:arm64=3.5.4-1 is selected for install > > 2. libssl-dev:arm64 Depends libssl3t64:arm64 (= 3.5.4-1) > > 3. libssl3t64:arm64 Depends zlib1g:arm64 (>= 1:1.1.4) Sebastian

