Your message dated Thu, 15 Sep 2022 08:34:38 +0000
with message-id <6322e39ed2e26_50d96061...@godard.mail>
and subject line Bug#1019127 fixed in recoll
has caused the Debian Bug report #1019127,
regarding recoll: FTBFS if systemd is in build environment
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 ow...@bugs.debian.org
immediately.)
--
1019127: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1019127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: recoll
Version: 1.32.5-1
Severity: serious
Tags: patch
Hi Maintainer
As can be seen on reproducible builds [1], if systemd is present in
the build environment, the build fails with the following output:
dh_missing: warning: lib/systemd/system/recollindex@.service exists in
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/lib/systemd/user/recollindex.service exists
in debian/tmp but is not installed to anywhere
dh_missing: error: missing files, aborting
This can be avoided by configuring recoll with --without-systemd, as
per the patch below.
Regards
Graham
[1] https://tests.reproducible-builds.org/debian/rb-pkg/recoll.html
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@
dh $@ --with python3
override_dh_auto_configure:
- dh_auto_configure -- --enable-recollq --enable-xadump
+ dh_auto_configure -- --enable-recollq --enable-xadump --without-systemd
override_dh_auto_install:
dh_auto_install
--- End Message ---
--- Begin Message ---
Hello,
Bug #1019127 in recoll reported by you has been fixed in the Git repository.
You can see the commit message below and you can check the diff of the fix at:
https://salsa.debian.org/debian/recoll/-/commit/cb26f954a1df29266e87abf5e32340237f8e99b5
------------------------------------------------------------------------
Build recoll without systemd, Closes: #1019127
------------------------------------------------------------------------
(this message was generated automatically)
--
Greetings
https://bugs.debian.org/1019127
--- End Message ---