Your message dated Mon, 26 Aug 2024 20:49:05 +0000
with message-id <e1sige9-007cix...@fasolo.debian.org>
and subject line Bug#1077023: fixed in nfs-utils 1:2.7.1-1~exp1
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 ow...@bugs.debian.org
immediately.)


-- 
1077023: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077023
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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~exp1
Done: Salvatore Bonaccorso <car...@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 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Salvatore Bonaccorso <car...@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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 26 Aug 2024 22:12:44 +0200
Source: nfs-utils
Architecture: source
Version: 1:2.7.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Salvatore Bonaccorso <car...@debian.org>
Closes: 1077023
Changes:
 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: 
 23e4efd212a644415203fb88df5f7ab82ba71437 2653 nfs-utils_2.7.1-1~exp1.dsc
 84d96167dfcbf5c5fa7f12f2c005262af623dac0 728392 nfs-utils_2.7.1.orig.tar.xz
 266bd0a15798bdf8091b9d60612d77c660d38b51 49100 
nfs-utils_2.7.1-1~exp1.debian.tar.xz
Checksums-Sha256: 
 1ae7e537ba1fdfa5f68a7260eb2d1bf10835d061047b23f4d27de447f16b9067 2653 
nfs-utils_2.7.1-1~exp1.dsc
 885c948a84a58bca4148f459588f9a7369dbb40dcc466f04e455c6b10fd0aa48 728392 
nfs-utils_2.7.1.orig.tar.xz
 3952b0b22d1b7010c983ba6889adf1e111c678d5f0a01fa621fed358b9cda122 49100 
nfs-utils_2.7.1-1~exp1.debian.tar.xz
Files: 
 d445f77e79c0188a8abff70b1b285913 2653 net optional nfs-utils_2.7.1-1~exp1.dsc
 5ca9f2a5c49f0a19563f3f14e813af18 728392 net optional 
nfs-utils_2.7.1.orig.tar.xz
 4a3025f982c4575de707dc1baabb5507 49100 net optional 
nfs-utils_2.7.1-1~exp1.debian.tar.xz

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

iQKmBAEBCgCQFiEERkRAmAjBceBVMd3uBUy48xNDz0QFAmbM41dfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDQ2
NDQ0MDk4MDhDMTcxRTA1NTMxRERFRTA1NENCOEYzMTM0M0NGNDQSHGNhcm5pbEBk
ZWJpYW4ub3JnAAoJEAVMuPMTQ89EIdkP/iMgwKN0CHDPjneAl6ZsT6cHLKlZKmz9
Am8Hyn0xRQoiaNu1057Uzje7AzDGVLLOo+xQmDPFMrGtU8V9p/eipQnSmOHSoO4e
5TQ8O1KUpLshUb1vBnlHAkszEOSrL6IN9NW4cHOS65hOB17/OK9SFyP4KCtaCux6
3VjGKKsxd6o5A6CkTvBBJqsMJrHmpXGAL6mpBJrE8sy/uT4XFXd43l3AORLjjnYh
uk2UAhSFLzVpaN8UWypnB2yOzg24J+GURertAI7Ai6WDtHbP6TKpPYV7IxlEOqD3
qswL+jmbrNjAxPA/H8hyY8VBu8BAL5x/uF/RYjLsIRemBRIeaC+5vSh194yeUa73
J/XI7IG3Qy7lG4uBkvTWH68T4iJTpt7AK1JLfLDzI9BX39cXDH01z+SwBLQ0+3Z3
e+bEc9s16tSMTPaJ0Cy/kgdldPdjo6DL87GtPvGYqyywHgeceRiyshlRjJt58aA0
aDbpvJLOJBJLOE/Bach9pchLkTXxIodi6mTc88pgXLvUR4T+wF8gs2coGcus2uma
3Kck65hFhWTu4j/0+gj+T4iC5+dnC8Sye5pcnaqZZQtKVqMual8RZ2Wu9hv8LBOi
tlHGli/MKlteUKQlMJvOXYUnpL1vuFC1KHtiudrbPhsnmgCC6TUIzjCb8rjdScfc
mHWSDz0Bdrzv
=ju5J
-----END PGP SIGNATURE-----

Attachment: pgpaZqOPlPCdk.pgp
Description: PGP signature


--- End Message ---

Reply via email to