Your message dated Fri, 17 Mar 2023 21:34:27 +0000 with message-id <[email protected]> and subject line Bug#1031544: fixed in fuse3 3.14.0-3 has caused the Debian Bug report #1031544, regarding fuse3: Makefile for examples needs updating 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.) -- 1031544: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031544 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: fuse3 Version: 3.14.0-2 Tags: patch Hi Maintainer I noticed the Makefile shipped with the examples in libfuse3-dev was out of date. Please find my attempt at updating it below. There is one more example, hello_ll_uds, that FTBFS: cc -Wall -I/usr/include/fuse3 hello_ll_uds.c -lfuse3 -lpthread -o hello_ll_uds hello_ll_uds.c:31:10: fatal error: fuse_kernel.h: No such file or directory 31 | #include <fuse_kernel.h> | ^~~~~~~~~~~~~~~ compilation terminated. I found that fuse_kernel.h is present in the upstream source, but not shipped in libfuse3-dev, is that an oversight? If you decide to ship fuse_kernel.h, please also add hello_ll_uds to the targets below. Regards Graham CFLAGS := -Wall $(shell pkg-config fuse3 --cflags) LDLIBS := $(shell pkg-config fuse3 --libs) targets = cuse cuse_client hello hello_ll \ invalidate_path ioctl ioctl_client \ notify_inval_entry notify_inval_inode notify_store_retrieve \ null passthrough passthrough_fh passthrough_ll \ poll poll_client printcap all: $(targets) clean: rm -f *.o rm -f $(targets)
--- End Message ---
--- Begin Message ---Source: fuse3 Source-Version: 3.14.0-3 Done: Laszlo Boszormenyi (GCS) <[email protected]> We believe that the bug you reported is fixed in the latest version of fuse3, 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. Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated fuse3 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: Fri, 17 Mar 2023 20:51:05 +0100 Source: fuse3 Architecture: source Version: 3.14.0-3 Distribution: unstable Urgency: medium Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Changed-By: Laszlo Boszormenyi (GCS) <[email protected]> Closes: 1031544 1032187 Changes: fuse3 (3.14.0-3) unstable; urgency=medium . [ Helge Deller <[email protected]> ] * Add the big-endian hppa platform to the disabled self-testing list (closes: #1032187). . [ Laszlo Boszormenyi (GCS) ] * Update fuse header name in examples. * Fix Makefile for examples (closes: #1031544). Checksums-Sha1: 65bc45f56a403b859616323a0b3ea98e321ed90d 2390 fuse3_3.14.0-3.dsc 0b97357a5388e23988416280adf18614f0f521e3 16388 fuse3_3.14.0-3.debian.tar.xz Checksums-Sha256: d1e07731f30af6dc50d1891d75898fbda22dc8b244a9ba42e4e0a3b063601d53 2390 fuse3_3.14.0-3.dsc b90b2d28f3f15fb07fbed168cdb68b687e220602cfe9db5970eaa20a53467c4c 16388 fuse3_3.14.0-3.debian.tar.xz Files: 7afb0fca9fd163fc14ec49324611bcf8 2390 utils optional fuse3_3.14.0-3.dsc 9a12c35a733521df66a3c9d389dbcc5e 16388 utils optional fuse3_3.14.0-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmQU16oACgkQ3OMQ54ZM yL9R6xAAjLhPs8MQGQVFHJre4MH8izAswsJ97br9DuLkWPCnWV7fJ7f2nP+fojKR fkMkwmnRRabKljxyaQNn1XEVJwkNKiNtxlerA5curhjn+ujDFG2w0NDZJZm56hZg QixvscmtP9VTCV/RhKLKaUl2VNqXRmN8JaiGpJNuQ/tNrNvrEPU4FyJW0erLoEN5 OG32+/xkJuXjyD9sEZ0Dqy+DD7qJDkpQcnMwFgphbf0aC9jjYESoMSfU6j3QGr63 HLUec8DwUpyRUucyU2vZpw6aBcBoG5nLH7nIN9M3PMNedDJ/jPgPqY+R//AOepmP vrI0V7USjpwS3FfwAUcXVLotpXDz+ty8+jhwJ/jj9GqtC1hYgHbWo7adMTh0tGYf hS09taCHXb1eAxVJmr+VS6XKTNXyJT5je3/g4etbgnNaJBJbuYU1DVdIavtCam6y fTMNLh0MYU3tn5G3tBTmWsyQqKtpPEXiGqz5yWTei64YhrVgGIDB4rI3hoYPNhDw o89TpDW4Nk9Mu8wzNWmPMHZ5P1eXVwEOZVnr+xi/qB5+LgeeJFw85FAfF5efmz2V Fi7rMsughZ/B48lwSywdMmxvAjbgDXpaudqXJqVfp4BQzFYNM9S0KPyh7JXFPWx8 QRrxN1zWhaE9QhKRrypaDUxum7oKiB46N+S0YRuhTHjR/VnEOb0= =8fEI -----END PGP SIGNATURE-----
--- End Message ---

