Your message dated Sat, 22 Jun 2024 10:04:27 +0000 with message-id <E1sKxbf-004uUQ-9P@fasolo.debian.org> and subject line Bug#1073818: fixed in nfs-utils 1:2.6.4-5 has caused the Debian Bug report #1073818, regarding backport to Bookworm stumbles over missing stddef.h 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 owner@bugs.debian.org immediately.) -- 1073818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073818 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Cc:
- Subject: backport to Bookworm stumbles over missing stddef.h
- From: Harald Dunkel <harald.dunkel@aixigo.com>
- Date: Wed, 19 Jun 2024 10:11:15 +0200
- Message-id: <[🔎] uzdv825cpy4.fsf@dpcl082.ac.aixigo.de>
Package: nfs-common Version: 2.6.4-4 Severity: wishlist Backporting 2.6.4-4 to Bookworm fails with : : Making all in reexport make[3]: Entering directory '/build/nfs-utils-2.6.4/support/reexport' gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I../../support/include -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -pipe -Wall -Wextra -Werror=strict-prototypes -Werror=missing-prototypes -Werror=missing-declarations -Werror=format=2 -Werror=undef -Werror=missing-include-dirs -Werror=strict-aliasing=2 -Werror=init-self -Werror=implicit-function-declaration -Werror=return-type -Werror=switch -Werror=overflow -Werror=parentheses -Werror=aggregate-return -Werror=unused-result -fno-strict-aliasing -Werror=format-overflow=2 -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Wno-cast-function-type -g -O2 -ffile-prefix-map=/build/nfs-utils-2.6.4=. -fstack-protector-strong -Wformat -Werror=format-security -c -o fsidd-fsidd.o `test -f 'fsidd.c' || echo './'`fsidd.c gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I../../support/include -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -pipe -Wall -Wextra -Werror=strict-prototypes -Werror=missing-prototypes -Werror=missing-declarations -Werror=format=2 -Werror=undef -Werror=missing-include-dirs -Werror=strict-aliasing=2 -Werror=init-self -Werror=implicit-function-declaration -Werror=return-type -Werror=switch -Werror=overflow -Werror=parentheses -Werror=aggregate-return -Werror=unused-result -fno-strict-aliasing -Werror=format-overflow=2 -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Wno-cast-function-type -g -O2 -ffile-prefix-map=/build/nfs-utils-2.6.4=. -fstack-protector-strong -Wformat -Werror=format-security -c -o fsidd-backend_sqlite.o `test -f 'backend_sqlite.c' || echo './'`backend_sqlite.c gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -pipe -Wall -Wextra -Werror=strict-prototypes -Werror=missing-prototypes -Werror=missing-declarations -Werror=format=2 -Werror=undef -Werror=missing-include-dirs -Werror=strict-aliasing=2 -Werror=init-self -Werror=implicit-function-declaration -Werror=return-type -Werror=switch -Werror=overflow -Werror=parentheses -Werror=aggregate-return -Werror=unused-result -fno-strict-aliasing -Werror=format-overflow=2 -Werror=int-conversion -Werror=incompatible-pointer-types -Werror=misleading-indentation -Wno-cast-function-type -g -O2 -ffile-prefix-map=/build/nfs-utils-2.6.4=. -fstack-protector-strong -Wformat -Werror=format-security -c -o reexport.o reexport.c reexport.c: In function 'connect_fsid_service': reexport.c:40:28: error: implicit declaration of function 'offsetof' [-Werror=implicit-function-declaration] 40 | addr_len = offsetof(struct sockaddr_un, sun_path) + strlen(addr.sun_path); | ^~~~~~~~ reexport.c:18:1: note: 'offsetof' is defined in header '<stddef.h>'; did you forget to '#include <stddef.h>'? 17 | #include "xlog.h" +++ |+#include <stddef.h> 18 | reexport.c:40:37: error: expected expression before 'struct' 40 | addr_len = offsetof(struct sockaddr_un, sun_path) + strlen(addr.sun_path); | ^~~~~~ cc1: some warnings being treated as errors make[3]: *** [Makefile:535: reexport.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/nfs-utils-2.6.4/support/reexport' make[2]: *** [Makefile:450: all-recursive] Error 1 make[2]: Leaving directory '/build/nfs-utils-2.6.4/support' make[1]: *** [Makefile:491: all-recursive] Error 1 make[1]: Leaving directory '/build/nfs-utils-2.6.4' dh_auto_build: error: make -j28 returned exit code 2 make: *** [debian/rules:12: build] Error 2 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 E: Failed autobuilding of package I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env I: removing directory /local/pbuilder/build//3798159 and its subdirectories Not sure if this is the right place to report, though. Regards Harri
--- End Message ---
--- Begin Message ---
- To: 1073818-close@bugs.debian.org
- Subject: Bug#1073818: fixed in nfs-utils 1:2.6.4-5
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 22 Jun 2024 10:04:27 +0000
- Message-id: <E1sKxbf-004uUQ-9P@fasolo.debian.org>
- Reply-to: Salvatore Bonaccorso <carnil@debian.org>
Source: nfs-utils Source-Version: 1:2.6.4-5 Done: Salvatore Bonaccorso <carnil@debian.org> We believe that the bug you reported is fixed in the latest version of nfs-utils, 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 1073818@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Salvatore Bonaccorso <carnil@debian.org> (supplier of updated nfs-utils 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 22 Jun 2024 11:50:22 +0200 Source: nfs-utils Architecture: source Version: 1:2.6.4-5 Distribution: unstable Urgency: medium Maintainer: Debian kernel team <debian-kernel@lists.debian.org> Changed-By: Salvatore Bonaccorso <carnil@debian.org> Closes: 1073818 Changes: nfs-utils (1:2.6.4-5) unstable; urgency=medium . * Add missing #include <stddef.h> (Closes: #1073818) * Declare compliance with Debian policy 4.7.0 Checksums-Sha1: 9d2f3cfc7d59c8a599df72f3376b5e5e8da2bf99 2567 nfs-utils_2.6.4-5.dsc 265126899b1351e0dadaa9195f5c11388325bc1f 50348 nfs-utils_2.6.4-5.debian.tar.xz Checksums-Sha256: 8d055c689facb46f29a3d33cce2c59743ec8b965caaddf525e434027395376c4 2567 nfs-utils_2.6.4-5.dsc 1e29cf89c7499fd55d03abdf0984507151dc3e48ea2c1487843394d1b336eae0 50348 nfs-utils_2.6.4-5.debian.tar.xz Files: eec4b65065114e7482701ba0c4ffef30 2567 net optional nfs-utils_2.6.4-5.dsc 392c11066234b7cdbfd33cf01588ade7 50348 net optional nfs-utils_2.6.4-5.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmZ2oGdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2 NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk ZWJpYW4ub3JnAAoJEAVMuPMTQ89EOgIP/2PCEVnWhOOn+AZZDsB83lW4C1eNcsvv OZSOcVWUCvDhx6ZiAkjVLI/oWE/4u4EEGHLaZn4RVXNeJ9xKsYCErtFDFTPG+ONz sZJO9cPu//LHDO4YDX+rPz3TvpUYJ7zG8/xOPfe0au2FaSqTw3wZYsl0+Z95mcrf tL2RD4oW3mKZd750NhoscyZpfTNrB3qSolaNgKv+8ifGAXwU/Odx3JrW3TGmq+Sr RYE21nNk0loMrbEpUIQLsVSrvFvnQ+7/egFTi6BgCMa+84TA4oWT/rooZkB9mRNW wAkTTnw9/pBAW0JmCX4L+R6hQcH4B+/CbsDK2iqXH8hnjfGVQpaxZlpq5f2+GkTl S6hjDM6CVgQt2mJiIVZYug6GRU9Q6b53wOz8iwUamQLC8oc6K+zeE5/kXQ+y1aRm yWK3Iyr4gC1oom9JX52GiZOQAX+5eIHlp+rlGxNgZkDwCao1XhZiLruBPG8Rv9cR moozRHZFxLLgZOLQyt8IY/o0Th/R3+rXsaQ93LVEfncajjTNtxza7pY9V5PQvRfj EybHkCXiJsIM/qTh/T/b1NFWxa0NnRr5crD58aLtYMtNAoR4X0esaPSXXFwgAtg4 QrObq7sXZOu45zpodXndL1fmJd3c+luXZIO6E3xpnoGxIyJDbhR/Uhuk3TH1K3Jv kzzJgJr22Jaw =/U2b -----END PGP SIGNATURE-----Attachment: pgpXkWXakHx0K.pgp
Description: PGP signature
--- End Message ---