Your message dated Sun, 17 Aug 2025 13:34:11 +0000
with message-id <[email protected]>
and subject line Bug#1109499: fixed in bacula 15.0.3-4
has caused the Debian Bug report #1109499,
regarding bacula-common: preinst intentionally aborts unattended upgrade of 
bacula-director
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1109499: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109499
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bacula-director-sqlite3
Version: 15.0.3-3
Severity: serious

Hi,

The following fails:
- In bookworm, install bacula-director-sqlite3
- dist-upgrade to trixie

MWE:
PKG=bacula-director-sqlite3; mmdebstrap --chrooted-customize-hook="set -x ; apt 
-y install $PKG  && sed -e s/bookworm/trixie/ -i /etc/apt/sources.list && apt 
update && apt dist-upgrade -y -o Debug::pkgProblemResolver=true" bookworm 
/dev/null

The error is:
> Preparing to unpack .../bacula-common_15.0.3-3_amd64.deb ...
> dpkg: error processing archive 
> /var/cache/apt/archives/bacula-common_15.0.3-3_amd64.deb (--unpack):
>  new bacula-common package pre-installation script subprocess returned error 
> exit status 1
> systemd-tmpfiles: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not 
> found (required by /lib/x86_64-linux-gnu/libkmod.so.2)

/var/lib/dpkg/info/bacula-common.postinst has:
> # Automatically added by dh_installtmpfiles/13.24.2
> if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = 
> "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
>         if [ -x "$(command -v systemd-tmpfiles)" ]; then
>                 systemd-tmpfiles ${DPKG_ROOT:+--root="$DPKG_ROOT"} --create 
> bacula.conf || true
>         fi
> fi
> # End automatically added section

I wonder if it would help to have bacula-common Depend on Pre-Depend on
systemd to help apt decide to configure it before call systemd-tmpfiles
in postinst.

More complete log:
> (Reading database ... 11336 files and directories currently installed.)
> Preparing to unpack .../base-files_13.8_amd64.deb ...
> Unpacking base-files (13.8) over (12.4+deb12u11) ...
> Setting up base-files (13.8) ...
> Installing new version of config file /etc/debian_version ...
> Installing new version of config file /etc/issue ...
> Installing new version of config file /etc/issue.net ...
> Updating /etc/profile to current default.
> Updating /root/.profile to current default.
> (Reading database ... 11347 files and directories currently installed.)
> Preparing to unpack .../libzstd1_1.5.7+dfsg-1_amd64.deb ...
> Unpacking libzstd1:amd64 (1.5.7+dfsg-1) over (1.5.4+dfsg2-5) ...
> Setting up libzstd1:amd64 (1.5.7+dfsg-1) ...
> (Reading database ... 11347 files and directories currently installed.)
> Preparing to unpack .../0-libgssapi-krb5-2_1.21.3-5_amd64.deb ...
> Unpacking libgssapi-krb5-2:amd64 (1.21.3-5) over (1.20.1-2+deb12u3) ...
> Preparing to unpack .../1-libkrb5-3_1.21.3-5_amd64.deb ...
> Unpacking libkrb5-3:amd64 (1.21.3-5) over (1.20.1-2+deb12u3) ...
> Preparing to unpack .../2-libk5crypto3_1.21.3-5_amd64.deb ...
> Unpacking libk5crypto3:amd64 (1.21.3-5) over (1.20.1-2+deb12u3) ...
> Preparing to unpack .../3-libkrb5support0_1.21.3-5_amd64.deb ...
> Unpacking libkrb5support0:amd64 (1.21.3-5) over (1.20.1-2+deb12u3) ...
> Preparing to unpack .../4-libcom-err2_1.47.2-3+b1_amd64.deb ...
> Unpacking libcom-err2:amd64 (1.47.2-3+b1) over (1.47.0-2) ...
> Preparing to unpack .../5-libkeyutils1_1.6.3-6_amd64.deb ...
> Unpacking libkeyutils1:amd64 (1.6.3-6) over (1.6.3-2) ...
> Preparing to unpack .../6-kmod_34.2-2_amd64.deb ...
> Unpacking kmod (34.2-2) over (30+20221128-1) ...
> Preparing to unpack .../7-libkmod2_34.2-2_amd64.deb ...
> Unpacking libkmod2:amd64 (34.2-2) over (30+20221128-1) ...
> Preparing to unpack .../8-dmsetup_2%3a1.02.205-2_amd64.deb ...
> Unpacking dmsetup (2:1.02.205-2) over (2:1.02.185-2) ...
> Preparing to unpack .../9-libpcre2-8-0_10.45-1_amd64.deb ...
> Unpacking libpcre2-8-0:amd64 (10.45-1) over (10.42-1) ...
> Setting up libpcre2-8-0:amd64 (10.45-1) ...
> (Reading database ... 11361 files and directories currently installed.)
> Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.205-2_amd64.deb ...
> Unpacking libdevmapper1.02.1:amd64 (2:1.02.205-2) over (2:1.02.185-2) ...
> Preparing to unpack .../libcryptsetup12_2%3a2.7.5-2_amd64.deb ...
> Unpacking libcryptsetup12:amd64 (2:2.7.5-2) over (2:2.6.1-4~deb12u2) ...
> Preparing to unpack .../bacula-director-sqlite3_15.0.3-3_all.deb ...
> Unpacking bacula-director-sqlite3 (15.0.3-3) over (9.6.7-7) ...
> Preparing to unpack .../bacula-common-sqlite3_15.0.3-3_amd64.deb ...
> Unpacking bacula-common-sqlite3 (15.0.3-3) over (9.6.7-7) ...
> Preparing to unpack .../bacula-common_15.0.3-3_amd64.deb ...
> dpkg: error processing archive 
> /var/cache/apt/archives/bacula-common_15.0.3-3_amd64.deb (--unpack):
>  new bacula-common package pre-installation script subprocess returned error 
> exit status 1
> systemd-tmpfiles: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not 
> found (required by /lib/x86_64-linux-gnu/libkmod.so.2)
> Errors were encountered while processing:
>  /var/cache/apt/archives/bacula-common_15.0.3-3_amd64.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)

--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 15.0.3-4
Done: Carsten Leonhardt <[email protected]>

We believe that the bug you reported is fixed in the latest version of
bacula, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Carsten Leonhardt <[email protected]> (supplier of updated bacula package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 13 Aug 2025 10:10:27 +0200
Source: bacula
Architecture: source
Version: 15.0.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Bacula Team <[email protected]>
Changed-By: Carsten Leonhardt <[email protected]>
Closes: 1108272 1109499 1109565
Changes:
 bacula (15.0.3-4) unstable; urgency=medium
 .
   [ Sven Hartge ]
   * Add support for ZSTD compression.
   * Pull 8d9669fb2 from Upstream git to fix libzstd detection
   * Flip debconf question about DB upgrade space to default to true
     (Closes: #1109499)
 .
   [ Carsten Leonhardt ]
   * Rework handling of database upgrade scripts in regard to shell quoting
     (Closes: #1108272)
   * Show a message when the user decides to abort the upgrade (Closes: 
#1109565)
 .
   [ Jonas Jelten ]
   * use UTF8 encoding for new postgresql databases
Checksums-Sha1:
 5edef5188f61fb390a07e06a18f9b154c3020568 3732 bacula_15.0.3-4.dsc
 bff0c996e1035c31d590382b5b2afb2c1d99aaa6 102484 bacula_15.0.3-4.debian.tar.xz
Checksums-Sha256:
 e1b0cdc59fd6768cfc48696c6d5a565a2f9f4c28e3b76ec81b637a25ebbc1f85 3732 
bacula_15.0.3-4.dsc
 925a6c18821361ed0c989ccf28e4f02b40704351c1e9809d06b45c2368e06a6f 102484 
bacula_15.0.3-4.debian.tar.xz
Files:
 4ec4ee913f68bc52c4b72c7861089e98 3732 admin optional bacula_15.0.3-4.dsc
 10ddea852331ed2fe65514601d1a26a7 102484 admin optional 
bacula_15.0.3-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEETxO/995XSygF6EUmKrIctfbulV4FAmih13APHGxlb0BkZWJp
YW4ub3JnAAoJECqyHLX27pVekhsP/3KmhIpKXUrHku2yv/40a7Mei5fVJnU4E5Wn
9hqoCLi7YWHRwt97bZ8Qquh/QJm04L1rZfnBeCY4mSi6vLqeykLGP+zhv/IPTr5N
g8NJn4pVM6kruOhrKOSDx0DaLLf3/77sbkI2Tpe8VFulhVNK5v8/F1Hw2kMFumtv
gv+Liz7GVkYQgl6Rlkzn8uGiiES++RYYj/aaZPt1qbEjxAIbmhK4uW7PMbb6cOmF
4DLClUJJcCtdg7NCOvHsWAcQZEXpln+3Kx/FDIBGpvRHETKOoiudpgohdrBYdQGy
sLKbClHIwjBq9s0xwjNr9nzRebEhMIH+/2Kgx1Py9sCi3dl2qiFT2e8Ozc5ttUGX
l3HdFi+hXB1B6fP18+4++lQcFCAxL1xDC4SlYmPIaB5DaKX3d78k8UB1+iqvlHaa
5j5amwlGPPtkH7zdVMhA+yokJP36yN7RQW6d1cSsDR+qchr5j415dbqb/TF7gGil
tgm6zbTilPUjR+8hSVZa+xNHX09sNlsXySklde9US8567zIzo5auAqRVSKWn6mTm
c10WlRnlnLjsbaZMb8aXq8HkwKWIExY8sweWMhjwAx0rNNUZm0dLV7WgFXHrhpM1
6wulJ1CJoi3USojbWh3ozgekqvoOIvkEY5z3knC14DfgSPqLsTNAMomi8VvBnH0P
nfk35dGk
=qSl1
-----END PGP SIGNATURE-----

Attachment: pgprQJcIXnXUZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to