Your message dated Thu, 29 Feb 2024 00:25:02 +0000
with message-id <e1rfueq-008hgt...@fasolo.debian.org>
and subject line Bug#1053111: fixed in e2fsprogs 1.47.0-2.2
has caused the Debian Bug report #1053111,
regarding e2fsprogs FTBFS when systemd.pc changes systemdsystemunitdir
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.)


-- 
1053111: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053111
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: e2fsprogs
Version: 1.47.0-2
Tags: ftbfs patch
User: helm...@debian.org
Usertags: dep17m2

We want to change the value of systemdsystemunitdir in systemd.pc to
point below /usr. e2fsprogs' upstream build system consumes this
variable while the packaging hard codes its current value. When we
change it, e2fsprogs will FTBFS. Consider applying the attached patch to
avoid this failure.

Helmut
diff -Nru e2fsprogs-1.47.0/debian/changelog e2fsprogs-1.47.0/debian/changelog
--- e2fsprogs-1.47.0/debian/changelog   2023-03-05 04:16:08.000000000 +0100
+++ e2fsprogs-1.47.0/debian/changelog   2023-09-26 20:57:57.000000000 +0200
@@ -1,3 +1,10 @@
+e2fsprogs (1.47.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 26 Sep 2023 20:57:57 +0200
+
 e2fsprogs (1.47.0-2) unstable; urgency=medium
 
   * Don't enable metadata_csum_seed and orhpan_file by default (Closes:
diff -Nru e2fsprogs-1.47.0/debian/control e2fsprogs-1.47.0/debian/control
--- e2fsprogs-1.47.0/debian/control     2023-03-05 04:16:08.000000000 +0100
+++ e2fsprogs-1.47.0/debian/control     2023-09-26 20:57:54.000000000 +0200
@@ -2,7 +2,7 @@
 Section: admin
 Priority: required
 Maintainer: Theodore Y. Ts'o <ty...@mit.edu>
-Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any 
kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, debhelper-compat (= 12), dh-exec, 
libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], cron 
[linux-any]
+Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any 
kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, debhelper-compat (= 12), dh-exec, 
libblkid-dev, uuid-dev, m4, udev [linux-any], systemd [linux-any], systemd-dev 
[linux-any], cron [linux-any]
 Rules-Requires-Root: no
 Standards-Version: 4.6.2
 Homepage: http://e2fsprogs.sourceforge.net
diff -Nru e2fsprogs-1.47.0/debian/e2fsprogs.install 
e2fsprogs-1.47.0/debian/e2fsprogs.install
--- e2fsprogs-1.47.0/debian/e2fsprogs.install   2023-03-05 04:16:08.000000000 
+0100
+++ e2fsprogs-1.47.0/debian/e2fsprogs.install   2023-09-26 20:57:57.000000000 
+0200
@@ -50,4 +50,4 @@
 usr/share/man/man8/tune2fs.8
 etc
 [linux-any] lib/udev/rules.d
-[linux-any] lib/systemd/system
+[linux-any] ${deb_systemdsystemunitdir}
diff -Nru e2fsprogs-1.47.0/debian/rules e2fsprogs-1.47.0/debian/rules
--- e2fsprogs-1.47.0/debian/rules       2023-03-05 04:16:08.000000000 +0100
+++ e2fsprogs-1.47.0/debian/rules       2023-09-26 20:57:57.000000000 +0200
@@ -14,6 +14,10 @@
 SKIP_FUSE2FS=yes
 endif
 
+ifeq ($(DEB_HOST_ARCH_OS), linux)
+export deb_systemdsystemunitdir = $(shell pkg-config 
--variable=systemdsystemunitdir systemd | sed s,^/,,)
+endif
+
 ifneq ($(filter pkg.e2fsprogs.no-fuse2fs,$(DEB_BUILD_PROFILES)),)
 SKIP_FUSE2FS=yes
 endif

--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.47.0-2.2
Done: Michael Hudson-Doyle <mwhud...@debian.org>

We believe that the bug you reported is fixed in the latest version of
e2fsprogs, 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 1053...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hudson-Doyle <mwhud...@debian.org> (supplier of updated e2fsprogs 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 28 Feb 2024 23:40:42 +0000
Source: e2fsprogs
Architecture: source
Version: 1.47.0-2.2
Distribution: unstable
Urgency: medium
Maintainer: Theodore Y. Ts'o <ty...@mit.edu>
Changed-By: Michael Hudson-Doyle <mwhud...@debian.org>
Closes: 1053111
Changes:
 e2fsprogs (1.47.0-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
 .
   [ Helmut Grohne ]
   * Fix FTBFS when systemd.pc changes systemdsystemunitdir. (Closes: #1053111)
 .
   [ Michael Hudson-Doyle ]
   * Account for changes in udevudevdir as well.
   * Rename libraries for 64-bit time_t transition.
Checksums-Sha1:
 c8064f051a98005b2bf1dcc287297d266ce7d4a1 3177 e2fsprogs_1.47.0-2.2.dsc
 91ad5263f4d87b5e7ff74e928e4ae990b4699f2a 87604 
e2fsprogs_1.47.0-2.2.debian.tar.xz
 5e07718a3e160f751c74ef0e9ccbddce4c4511e6 7814 
e2fsprogs_1.47.0-2.2_source.buildinfo
Checksums-Sha256:
 4372a95899ae6c84353752de34328857a64cffdcae03791b3ee4d985c7eaa532 3177 
e2fsprogs_1.47.0-2.2.dsc
 a469e4a2d7589ca9ed20d69419ad5b35a3543561e0bfeec1c244a2b6db8a7a54 87604 
e2fsprogs_1.47.0-2.2.debian.tar.xz
 b9148c72198cc5f4f2f80f708c7e4b738c42608226567059064fa767a6b83d8b 7814 
e2fsprogs_1.47.0-2.2_source.buildinfo
Files:
 dc344ec4cd076d6453a1685b19b81771 3177 admin required e2fsprogs_1.47.0-2.2.dsc
 94a60342e6e0b7ecd348540827e45003 87604 admin required 
e2fsprogs_1.47.0-2.2.debian.tar.xz
 6a2d395177e65ea0daedbe296940ecd9 7814 admin required 
e2fsprogs_1.47.0-2.2_source.buildinfo

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

iQJIBAEBCAAyFiEEiiBE+E9xaoW3f/djEd9ClMyjmJMFAmXfxjQUHG13aHVkc29u
QGRlYmlhbi5vcmcACgkQEd9ClMyjmJNq6RAA0QMLxUi3eABhjsXS4kxRMJBbD6MG
W8JZwtByrhCExdcYV14nVe0mhbKgdYHlyn4dVgAWsTEusKr0eu+FfNitIl6LCYHE
qe+pRObXuEdD4L/ASPkAhFYgwlVicPbBLfQk41cm2S5zGwVQKFKmuPdoSKXGBni/
8JqZENtGzQNhZae0/WUR0jpyOg0RyAQjVuln134zB0hcfRGTt2zS8rAx85NajBia
e7713hLcGQMnd+IkyqWcs9/0F3CvF8nwxx9ECG+rrEo0EnY83wspowdJv+UwL3H5
R6dborOGQwpelUiRATig7XfiPn+6KLBis+np80Jl7EzyP0L5H9cWw+ARTJ9T/t6m
S4vtI2oTMyHNG2BiU2nG1AWtJ4zjD+d2ulKYI+Qmo2/ZKravQjNDEm4GoFJodON4
8vPnir4kNS6rUt8MatOihKUD+A87cq7gmGqvCNwkP8GJ8t8IvcxH0aARVlQtuaWl
WAlCXoi1Q5TMgdXXiCEyfTlNQJYPur/BClERDSEqxgdnP03FJWgPP8r3jjdbn+0m
1t2647g8m0tFKPJGwlODDznnFF6idcqGjuoJxWUAXI2zA+CdMJmwcY1ZtaF38SnA
d03D092Jan9GTcD0OGM5Td5uZZv2DE5s73D8cePxrhEdNTu7jpEVhYyF59N6ucEA
C2eFqbmVHMpyyBQ=
=RIkC
-----END PGP SIGNATURE-----

Attachment: pgpLfSXBKk3Ba.pgp
Description: PGP signature


--- End Message ---

Reply via email to