Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/5] Fix legacy build issues
@ 2008-12-17 20:37 Chuck Lever
       [not found] ` <20081217203301.14933.81853.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Lever @ 2008-12-17 20:37 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Hi Steve-

Hope your power is restored.

We discovered some problems building nfs-utils on legacy systems caused
by recent IPv6 updates.  Here are some patches I propose to address
those problems.

Jonathan Andrews has tested the C code introduced by "use gethostbyname(3)
when building on old systems" on his distribution, which includes a very
old version of glibc that doesn't support AI_ADDRCONFIG.  But I was a
little challenged by the autoconf magic needed to pull this off.  Please
have a close look at that to see if it really does what is needed.

---

Chuck Lever (5):
      configure: use "--disable-uuid" instead of "--without-uuid"
      mount command: Random clean up
      getport: don't use getaddrinfo(3) on old systems
      mount command: use gethostbyname(3) when building on old systems
      mount: revert recent fix for build problems on old systems


 configure.ac          |   12 ++++++--
 support/nfs/getport.c |   69 ++++++++++++++++++++++++++++++++++++++------
 utils/mount/network.c |   77 +++++++++++++++++++++++++++++++++++++------------
 3 files changed, 127 insertions(+), 31 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2009-01-06 17:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-17 20:37 [PATCH 0/5] Fix legacy build issues Chuck Lever
     [not found] ` <20081217203301.14933.81853.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2008-12-17 20:37   ` [PATCH 1/5] mount: revert recent fix for build problems on old systems Chuck Lever
2008-12-17 20:37   ` [PATCH 2/5] mount command: use gethostbyname(3) when building " Chuck Lever
2008-12-17 20:37   ` [PATCH 3/5] getport: don't use getaddrinfo(3) " Chuck Lever
2008-12-17 20:37   ` [PATCH 4/5] mount command: Random clean up Chuck Lever
2008-12-17 20:37   ` [PATCH 5/5] configure: use "--disable-uuid" instead of "--without-uuid" Chuck Lever
2008-12-17 20:42   ` [PATCH 0/5] Fix legacy build issues Chuck Lever
2009-01-06 17:44   ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox