Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #876124
| From | Adrian Bunk <bunk@debian.org> |
|---|---|
| Newsgroups | linux.debian.bugs.dist, linux.debian.kernel |
| Subject | Bug#887695: nfs-utils FTBFS with glibc 2.26 |
| Date | 2018-01-19 06:30 +0100 |
| Message-ID | <v9xpv-7AT-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
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
Back to linux.debian.bugs.dist | Previous | Next | Find similar | Unroll thread
Bug#887695: nfs-utils FTBFS with glibc 2.26 Adrian Bunk <bunk@debian.org> - 2018-01-19 06:30 +0100
csiph-web