#1066191 libapache2-mod-security2: when building an apache2 docker image with sid packages for armhf the build fails

Package:
libapache2-mod-security2
Source:
libapache2-mod-security2
Description:
Tighten web applications security for Apache
Submitter:
logo
Date:
2024-03-21 16:03:08 UTC
Severity:
normal
#1066191#5
Date:
2024-03-13 11:39:11 UTC
From:
To:
Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
time_64 migration
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
Fails to build an Dockerfile with the following command:

#MODSECURITY_VERSIONi=2.9.7-1+b1
RUN set -x  && apt-get update \
   && apt-get -t sid install -o APT::Immediate-Configure=false -y libapache2-mod-security2=$MODSECURITY_VERSION

   * What was the outcome of this action?
#10 0.187 Reading package lists...
#10 5.903 Building dependency tree...
#10 6.837 Reading state information...
#10 7.275 Some packages could not be installed. This may mean that you have
#10 7.275 requested an impossible situation or if you are using the unstable
#10 7.275 distribution that some required packages have not yet been created
#10 7.275 or been moved out of Incoming.
#10 7.275 The following information may help to resolve the situation:
#10 7.275
#10 7.276 The following packages have unmet dependencies:
#10 7.690  libdb5.3t64 : Breaks: libdb5.3 (< 5.3.28+dfsg2-5) but 5.3.28+dfsg2-1 is to be installed
#10 7.690  libgdbm6t64 : Breaks: libgdbm6 (< 1.23-5.1) but 1.23-5+b1 is to be installed
#10 7.690  libgnutls30t64 : Breaks: libgnutls30 (< 3.8.3-1.1) but 3.8.3-1 is to be installed
#10 7.690  libhogweed6t64 : Breaks: libhogweed6 (< 3.9.1-2.2) but 3.8.1-2 is to be installed
#10 7.691  libnettle8t64 : Breaks: libnettle8 (< 3.9.1-2.2) but 3.9.1-2+b1 is to be installed
#10 7.693  libssl3t64 : Breaks: libssl3 (< 3.1.5-1.1) but 3.1.5-1 is to be installed
#10 7.699 E: Unable to correct problems, you have held broken packages.

   * What outcome did you expect instead?
Installed package

#1066191#10
Date:
2024-03-21 15:54:06 UTC
From:
To:
Hi, as you already mention, the t64 transition is taking place right
now. I'm quite sure this will be solved in some days/weeks.