FYI, rpc/ is gone from Fedora 15

2011-05-05 Thread Jim Meyering
FYI, /usr/include/rpc/ no longer exists, as of F15's glibc-headers-2.13.90-10,
so hail's lib/cld_msg_rpc.h will have to do something about this #include:

$ grep rpc.h lib/cld_msg_rpc.h
#include rpc/rpc.h
--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: FYI, rpc/ is gone from Fedora 15

2011-05-05 Thread Jeff Garzik

On 05/05/2011 10:14 AM, Jim Meyering wrote:

FYI, /usr/include/rpc/ no longer exists, as of F15's glibc-headers-2.13.90-10,
so hail's lib/cld_msg_rpc.h will have to do something about this #include:

 $ grep rpc.h lib/cld_msg_rpc.h
 #includerpc/rpc.h


hm.  Surely they did not delete sunrpc from glibc?

That would be disappointing.

Jeff



--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: FYI, rpc/ is gone from Fedora 15

2011-05-05 Thread Pete Zaitcev
On Thu, 05 May 2011 11:34:42 -0400
Jeff Garzik j...@garzik.org wrote:

 On 05/05/2011 10:14 AM, Jim Meyering wrote:

  FYI, /usr/include/rpc/ no longer exists, as of F15's 
  glibc-headers-2.13.90-10,
  so hail's lib/cld_msg_rpc.h will have to do something about this #include:
 
   $ grep rpc.h lib/cld_msg_rpc.h
   #includerpc/rpc.h
 
 hm.  Surely they did not delete sunrpc from glibc?

Surely they did (and by they I mean Uli, obviously).
The suggested fix is to use TI-RPC, whatever that is.

-- Pete
--
To unsubscribe from this list: send the line unsubscribe hail-devel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html