Bug#887695: nfs-utils FTBFS with glibc 2.26

2018-01-23 Thread Juhani Numminen
Control: tags -1 patch fixed-upstream

On Fri, 19 Jan 2018 07:20:01 +0200 Adrian Bunk  wrote:
> Source: nfs-utils
> ...
> rpc.c:469:13: error: 'UINT16_MAX' undeclared (first use in this function); 
> did you mean 'UINT_MAX'?

Seems to be fixed upstream in this commit:
http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commitdiff;h=ba03a02c2fd912f370e1f55de921a403bf5f9247

Regards,
Juhani



Bug#887695: nfs-utils FTBFS with glibc 2.26

2018-01-18 Thread Adrian Bunk
Source: nfs-utils
Version: 1:1.3.4-2.1
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nfs-utils.html

...
rpc.c: In function 'nsm_recv_getport':
rpc.c:469:13: error: 'UINT16_MAX' undeclared (first use in this function); did 
you mean 'UINT_MAX'?
  if (port > UINT16_MAX) {
 ^~
 UINT_MAX
rpc.c:469:13: note: each undeclared identifier is reported only once for each 
function it appears in
rpc.c: In function 'nsm_recv_getaddr':
rpc.c:506:25: error: 'UINT16_MAX' undeclared (first use in this function); did 
you mean 'UINT_MAX'?
  if (port < 0 || port > UINT16_MAX) {
 ^~
 UINT_MAX