This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: How to do the sunrpc revert?
- From: Allan McRae <allan at archlinux dot org>
- To: Andreas Jaeger <aj at suse dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 09 May 2012 19:37:50 +1000
- Subject: Re: How to do the sunrpc revert?
- References: <201205091017.53808.aj@suse.com>
On 09/05/12 18:17, Andreas Jaeger wrote:
> I looked briefly at the sunrpc changes while waiting for more people to give
> their "Yes, do it" ;).
>
> Fedora and openSUSE (not checked others) use a very simple patch (attached as
> glibc2.14-revert-sunrpc-removal.patch) that works but is more of a hack, e.g.
> it does the following in include/libc-symbols.h:
>
> -# define libc_hidden_nolink(name, version) hidden_nolink (name, libc, version)
> +# define libc_hidden_nolink(name, version) hidden_def (name)
>
> The full removal patch (attached as sunrpc-removal.patch) is rather large and
> contains also whitespace changes which I propose not to revert.
>
> Should we do a full revert of the patch or use the simple patch - or is there
> some middle ground?
>
> If we do a revert, what should not be reverted besides copyright lines
> and whitespace changes?
>
> I consider the simple patch a bit too hackish.
It might be hackish, but it has the advantage of being quite well tested
(I'll add Arch and Gentoo to the list of distros that use the same
patch) which with less than a week until 2.16 freeze would be good.
Also, it is very small so will be easy to revert when this really can be
removed.
Allan