public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] glibc-2.14 and changes in rpc support (libtirpc)
@ 2011-06-11 20:11 Mike Frysinger
  2011-08-31 20:29 ` Mike Frysinger
  2011-11-07 20:03 ` [gentoo-dev] glibc-2.14.1 destined for ~arch Mike Frysinger
  0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2011-06-11 20:11 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 846 bytes --]

historically, glibc provided all the ugly rpc support (while not nearly as 
relevant today, it still is used by way of nfs support).  the glibc 
maintainers have opted to stop supporting this.  at first they declined to 
accept new features, but now they've started removing support for new code to 
build against it.

libtirpc started off to support the new features (namely ipv6 support), but 
has now taken on a new roll of supporting all the rpc code.

so if you have a build bug due to glibc-2.14 due to missing rpc/ or rpcsvc/ 
header, you're going to have to convert over to libtirpc.

something like:
	inherit toolchain-funcs
	...
	append-cppflags $($(tc-getPKG_CONFIG) libtirpc --cflags)
	export LIBS+=" $($(tc-getPKG_CONFIG) libtirpc --libs)"

obviously the LIBS part will need tweaking based on your package.
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2011-11-22 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11 20:11 [gentoo-dev] glibc-2.14 and changes in rpc support (libtirpc) Mike Frysinger
2011-08-31 20:29 ` Mike Frysinger
2011-11-07 20:03 ` [gentoo-dev] glibc-2.14.1 destined for ~arch Mike Frysinger
2011-11-22 16:38   ` Mike Frysinger

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