Your message dated Thu, 26 May 2022 17:34:46 +0000
with message-id <[email protected]>
and subject line Bug#1001473: fixed in libqb 2.0.6-1
has caused the Debian Bug report #1001473,
regarding libqb: Please disable journald support on non-linux architectures
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.)
--
1001473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001473
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libqb
Version: 2.0.1-1
Severity: important
Tags: ftbfs patch
Justification: fails to build from source (but built successfully in the past)
Hello,
libqb currently FTBFS on non-linux architectures because journald
support is unconditionally enabled
The attached patch disable that on non-linux architectures
Could you apply it? I'm not 100% sure that the package will build as
there was also tests failures in the past, but at least that will help
Kind regards,
Laurent Bigonville
-- System Information:
Debian Release: bookworm/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.15.0-2-amd64 (SMP w/8 CPU threads)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_BE:fr
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: SELinux: enabled - Mode: Permissive - Policy name: refpolicy
diff -Nru libqb-2.0.4/debian/control libqb-2.0.4/debian/control
--- libqb-2.0.4/debian/control 2021-11-21 13:43:31.000000000 +0100
+++ libqb-2.0.4/debian/control 2021-12-10 18:44:53.000000000 +0100
@@ -9,7 +9,7 @@
debhelper-compat (= 12),
doxygen,
libglib2.0-dev,
- libsystemd-dev,
+ libsystemd-dev [linux-any],
libxml2-dev,
pkg-config,
Standards-Version: 4.6.0
diff -Nru libqb-2.0.4/debian/rules libqb-2.0.4/debian/rules
--- libqb-2.0.4/debian/rules 2021-03-04 06:18:37.000000000 +0100
+++ libqb-2.0.4/debian/rules 2021-12-10 18:44:50.000000000 +0100
@@ -9,12 +9,18 @@
# verbose testsuite results (#754692)
export VERBOSE=1
+ifeq ($(DEB_HOST_ARCH_OS), linux)
+ENABLE_JOURNALD=--enable-systemd-journal
+else
+ENABLE_JOURNALD=--disable-systemd-journal
+endif
+
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- \
- --enable-systemd-journal \
+ $(ENABLE_JOURNALD) \
--with-socket-dir=/tmp \
--disable-static
--- End Message ---
--- Begin Message ---
Source: libqb
Source-Version: 2.0.6-1
Done: Ferenc Wágner <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libqb, 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.
Ferenc Wágner <[email protected]> (supplier of updated libqb 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: Thu, 26 May 2022 19:05:10 +0200
Source: libqb
Architecture: source
Version: 2.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian HA Maintainers
<[email protected]>
Changed-By: Ferenc Wágner <[email protected]>
Closes: 1001473
Changes:
libqb (2.0.6-1) unstable; urgency=medium
.
* [c547ac9] Enable systemd journal support on Linux only (Closes: #1001473)
* [a89d06e] New upstream release (2.0.6)
* [999c286] Refresh our patches
* [e8281a0] Acknowledge new symbols (introduced in 2.0.5)
* [9fba415] Update Standards-Version to 4.6.1 (no changes required)
* [a36f83e] Switch to Debhelper compatibility level 13
Checksums-Sha1:
6cb4c13c8ec0bb0f90ac924430bedcbb868240f7 2501 libqb_2.0.6-1.dsc
a2983bcaf2d5d7faf780db9c964a149eeb5715c0 507400 libqb_2.0.6.orig.tar.xz
6dc5b1a6e0bbedc91fbe71f088ab0f4c8f5d623a 833 libqb_2.0.6.orig.tar.xz.asc
50a9b6d243c19d3572c3459212f81cbd7dc39958 16256 libqb_2.0.6-1.debian.tar.xz
43935e7d0e52829a329cfff52c18436d7bc80f47 8955 libqb_2.0.6-1_amd64.buildinfo
Checksums-Sha256:
0c2f1bc47bfdb48b67a253fd662cbf960e9187b273e0b70b828c6a484563f153 2501
libqb_2.0.6-1.dsc
f1e744208e8f69934804c14e05d9707668f99d4867de9cccf2f7a6bf4d48331c 507400
libqb_2.0.6.orig.tar.xz
ff899f4964d6cb293c74497ae1d10e75dfbc2975fe60534d69f24ba8ef60086b 833
libqb_2.0.6.orig.tar.xz.asc
c6401444e0a9cf1f8241043e4e9cd721cec6ed15fa21c32c6a4e9f6aaa23294e 16256
libqb_2.0.6-1.debian.tar.xz
dd7aa09d028e2e50a1229e3b86039d63b0817decbaa754f0890ed7ce40b07b77 8955
libqb_2.0.6-1_amd64.buildinfo
Files:
e373c5bffa7052cc49d448b2b4cd824e 2501 libs optional libqb_2.0.6-1.dsc
59bd4c8e5dd4ba66750757eac69b966a 507400 libs optional libqb_2.0.6.orig.tar.xz
773fc196aa16d5eb7d7808f5007aa4f2 833 libs optional libqb_2.0.6.orig.tar.xz.asc
8a3ea1900021bb6b626ca7ba1f7a1ec8 16256 libs optional
libqb_2.0.6-1.debian.tar.xz
f7f33004af35d5b56e405adc403cdf57 8955 libs optional
libqb_2.0.6-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEwddEx0RNIUL7eugtOsj3Fkd+2yMFAmKPtYsACgkQOsj3Fkd+
2yP/JQ//aEcm2TcMNCZfka2gT4PWVxbGtLqrDM5/RvgmYsTW4lDv9haAxu9Cp9Xi
ylLggZvPcme+OJs9SqqArWf0mHq6Aa+FKer6IEnFfzRRfKgDUOyERRv+++QhM1/S
GyjmdbBPoDKZtKXIA/VniXqP9v/AnKOqT4RYMrvpMlK7phkb955MEBMrL7Wy2tCb
BJ0+370RnoVPSOKXZ58l01EDvkcgIt/dvAgijR9CQ9GNvJ7kmJn1NKtEP5XrXx17
I9e6GvOjwQBa+uPXHCSdqVKUi4elV1Jc8yFcIEJSJELN1bXe7d+WBs6YcLGjngRx
+B9IZWDN6BwL19PvcXkhzut6FiVWtcUSwLcU9zURKzb8jKHOvXDsM1DAeON1GA7D
QKGltqTKILL/Ry3ZLD6jpOPJTQwI+sI6MgS2/8LSHlJZCD7c8ZfrfqaYxDkoNK+e
slOPEh9zZwNQIS+jXIwo4c2GLZXKhNqfoPbe3wqzdJbbrWDb9Li3IR2+Ke5qLzmB
Jh3AQZAMzJM5uPfbA+AghCFKwjqZHbjpajgXryKrrxiMz7JQiz97nS62ZKTCcuh+
esQ3ERbhcNL5MPZ7Z8zP/dBuSMyLOY4353c4nig4CrIn18Y4Y/FDxJk+v5zB7nMQ
syL+eURw2kWJNJ7wm4durYBo7vc6yFHrUKwhR0XW5TljalyK59k=
=usao
-----END PGP SIGNATURE-----
--- End Message ---