All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10356] New: nfs-utils missing header
@ 2017-10-02 15:06 bugzilla at busybox.net
  2017-10-02 15:13 ` [Buildroot] [Bug 10356] " bugzilla at busybox.net
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2017-10-02 15:06 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10356

            Bug ID: 10356
           Summary: nfs-utils missing header
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: matthew.weber at rockwellcollins.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

Created attachment 7251
  --> https://bugs.busybox.net/attachment.cgi?id=7251&action=edit
proposed fix.  this has not been sent upstream yet.

Glibc bump to 2.26 exposed this missing header when building
with the following combination using a internal toolchain.
Arch: i686
gcc5.4.0
glibc2.26
bin2.28.1
linux4.1.43

Logfile snippet:

2017-10-02T00:08:11 ^
2017-10-02T00:08:12 rpc.c: In function ?nsm_recv_getport?:
2017-10-02T00:08:12 rpc.c:469:13: error: ?UINT16_MAX? undeclared (first use in
this function)
2017-10-02T00:08:12 if (port > UINT16_MAX) {
2017-10-02T00:08:12 ^
2017-10-02T00:08:12 rpc.c:469:13: note: each undeclared identifier is reported
only once for each function it appears in
2017-10-02T00:08:12 rpc.c: In function ?nsm_recv_getaddr?:
2017-10-02T00:08:12 rpc.c:506:25: error: ?UINT16_MAX? undeclared (first use in
this function)
2017-10-02T00:08:12 if (port < 0 || port > UINT16_MAX) {
2017-10-02T00:08:12 ^
2017-10-02T00:08:12 Makefile:452: recipe for target 'rpc.o' failed
2017-10-02T00:08:12 make[5]: *** [rpc.o] Error 1
2017-10-02T00:08:12 make[5]: *** Waiting for unfinished jobs....
2017-10-02T00:08:12 Makefile:393: recipe for target 'all' failed
2017-10-02T00:08:12 make[4]: *** [all] Error 2
2017-10-02T00:08:12 Makefile:426: recipe for target 'all-recursive' failed
2017-10-02T00:08:12 make[3]: *** [all-recursive] Error 1
2017-10-02T00:08:12 Makefile:468: recipe for target 'all-recursive' failed
2017-10-02T00:08:12 make[2]: *** [all-recursive] Error 1
2017-10-02T00:08:12 package/pkg-generic.mk:234: recipe for target
'/home/gitlab-runner/builds/9d7dc3b9/2/rclinux/rc-bsp/target_build/build/nfs-utils-1.3.3/.stamp_built'
failed

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 10356] nfs-utils missing header
  2017-10-02 15:06 [Buildroot] [Bug 10356] New: nfs-utils missing header bugzilla at busybox.net
@ 2017-10-02 15:13 ` bugzilla at busybox.net
  2017-10-02 15:39 ` bugzilla at busybox.net
  2017-10-31 20:58 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2017-10-02 15:13 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10356

--- Comment #1 from Matt Weber <matthew.weber@rockwellcollins.com> ---
Looks like similar issue with stdint for strongswan.
https://wiki.strongswan.org/issues/2425

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 10356] nfs-utils missing header
  2017-10-02 15:06 [Buildroot] [Bug 10356] New: nfs-utils missing header bugzilla at busybox.net
  2017-10-02 15:13 ` [Buildroot] [Bug 10356] " bugzilla at busybox.net
@ 2017-10-02 15:39 ` bugzilla at busybox.net
  2017-10-31 20:58 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2017-10-02 15:39 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10356

--- Comment #2 from Matt Weber <matthew.weber@rockwellcollins.com> ---
Found upstream and sent a proposed fix.
https://patchwork.ozlabs.org/patch/820578/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [Bug 10356] nfs-utils missing header
  2017-10-02 15:06 [Buildroot] [Bug 10356] New: nfs-utils missing header bugzilla at busybox.net
  2017-10-02 15:13 ` [Buildroot] [Bug 10356] " bugzilla at busybox.net
  2017-10-02 15:39 ` bugzilla at busybox.net
@ 2017-10-31 20:58 ` bugzilla at busybox.net
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla at busybox.net @ 2017-10-31 20:58 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10356

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
https://git.buildroot.org/buildroot/commit/package/nfs-utils?id=854d61f7aabac5f9f2f9612bd88266d5f44c4a5a.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-31 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-02 15:06 [Buildroot] [Bug 10356] New: nfs-utils missing header bugzilla at busybox.net
2017-10-02 15:13 ` [Buildroot] [Bug 10356] " bugzilla at busybox.net
2017-10-02 15:39 ` bugzilla at busybox.net
2017-10-31 20:58 ` bugzilla at busybox.net

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.