Your message dated Sat, 31 Aug 2024 15:25:46 +0000
with message-id <[email protected]>
and subject line Bug#1077023: fixed in nfs-utils 1:2.7.1-1
has caused the Debian Bug report #1077023,
regarding bad build time package dependency for nfs-utils
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.)
--
1077023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077023
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nfs-utils
Version: 2.6.4-5
Trying to backport nfs-utils to Bookworm I ran into a build error:
:
gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -I ../../support/nfsidmap -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 -isystem /usr/include/mit-krb5 -isystem /usr/include/mit-krb5 -g -O2 -ffile-prefix-map=/build/nfs-utils-2.6.4=. -fstack-protector-strong -Wformat -Werror=format-security -c -o
svcgssd-svcgssd_mech2file.o `test -f 'svcgssd_mech2file.c' || echo './'`svcgssd_mech2file.c
gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -I ../../support/nfsidmap -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 -isystem /usr/include/mit-krb5 -isystem /usr/include/mit-krb5 -g -O2 -ffile-prefix-map=/build/nfs-utils-2.6.4=. -fstack-protector-strong -Wformat -Werror=format-security -c -o
svcgssd-svcgssd_proc.o `test -f 'svcgssd_proc.c' || echo './'`svcgssd_proc.c
gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -I ../../support/nfsidmap -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 -isystem /usr/include/mit-krb5 -isystem /usr/include/mit-krb5 -g -O2 -ffile-prefix-map=/build/nfs-utils-2.6.4=. -fstack-protector-strong -Wformat -Werror=format-security -c -o
svcgssd-svcgssd_krb5.o `test -f 'svcgssd_krb5.c' || echo './'`svcgssd_krb5.c
gssd_proc.c: In function 'create_auth_rpc_client':
gssd_proc.c:415:24: error: 'struct rpc_gss_sec' has no member named
'minor_status'
415 | if (sec.minor_status == KRB5KRB_AP_ERR_BAD_INTEGRITY) {
| ^
make[3]: *** [Makefile:824: gssd-gssd_proc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/nfs-utils-2.6.4/utils/gssd'
make[2]: *** [Makefile:467: all-recursive] Error 1
make[2]: Leaving directory '/build/nfs-utils-2.6.4/utils'
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 25
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//2023043 and its subdirectories
AFAIU some newer version of libtirpc is needed, which is not mentioned in
the control file.
Regards
Harri
--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:2.7.1-1
Done: Salvatore Bonaccorso <[email protected]>
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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Salvatore Bonaccorso <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 31 Aug 2024 15:54:43 +0200
Source: nfs-utils
Architecture: source
Version: 1:2.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team <[email protected]>
Changed-By: Salvatore Bonaccorso <[email protected]>
Closes: 1077023
Changes:
nfs-utils (1:2.7.1-1) unstable; urgency=medium
.
* Prepare for upload to unstable
.
nfs-utils (1:2.7.1-1~exp1) experimental; urgency=medium
.
* New upstream version 2.7.1 (Closes: #1077023)
* debian/nfs.conf: Sync base version with upstream's nfs.conf
Checksums-Sha1:
0fa10e6a6b85cc87e0506db4d95aed7edcb03e39 2633 nfs-utils_2.7.1-1.dsc
59a9f45b3cec08e3b55800fa58d387b2d31132ca 49140 nfs-utils_2.7.1-1.debian.tar.xz
Checksums-Sha256:
762e61aff5c0c1025db260f4e9777e37637a8638dfd4d92e9ea1144f0d21d5b0 2633
nfs-utils_2.7.1-1.dsc
1b1f4f71f4fc764dfbd486880d045c26e2368db5c17c63794cf470e4692f9672 49140
nfs-utils_2.7.1-1.debian.tar.xz
Files:
a5f7074301b0fdb6094b4a4279c2dc6e 2633 net optional nfs-utils_2.7.1-1.dsc
5a3219531ec79b72c3c9b2f2556f42e1 49140 net optional
nfs-utils_2.7.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmbTJDFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EvioP/0NjSHnJvXLLsPRTWCeFxdNMiMXjjSPA
Qq6JWkMTDARu40wfPb9dcx3x0ukG1PDqqVuIcWsXnGiemnhF0tUsfVbkMZJemMos
p8vyfgUYx3Augx1HJmnotuAEflaXMRZyk+4JXlDFd6tk6hdDXc+3cICzft2H7PfI
wLFTEQLpkVzomwrVffTVOB22fVIbNlKuU/bSUzQVHJPg2IZD3rUF8+wGQmcwLNi1
MpToke7EL00eKkCzXVh0JLI3IEbSKFgtpTxv6AHFFxwwJ5V5bw/BV9/1Ya1AErvo
Hf4no/hqJnRCmXwmRTvsFEMjb7OAkpaLtc1OcZ7xPDF5GzVhhFNuKaJ35SBdbDxK
GVXm30d/ygV7OkumKihkIX1hABP9cy5lVA9z7AyGFmnmlpQFmxDnJzALgvrhcPG/
Tff6gz4ImCeKwsW1Os862C1jvrv7VClwGenoJg2FC0tgN7yhSHnknndjauWkdLnl
NbVKOpuYbSLwB7N7lgc4DK7erDxKc/hvkPDx/5dRYWDdGMKbaMc3QjULtgJAf8kS
I5HBZqwnY80S2G49YYz5PIHJ4C9+408Bt+95ecnG0bDP168HuBq15u1X7Fulk+wZ
WdGXP5sQJmw4U1c72Le6Y7pWQgE+N5I3Brhwv/+N+h9I3ZOC+KQ1c+RICeJGEm5E
YxGBiTItHgkO
=QISN
-----END PGP SIGNATURE-----
pgpb7vCEdv8_p.pgp
Description: PGP signature
--- End Message ---