Re: will disappear from rawhide glibc soon

2020-05-05 Thread Fabio Valentini
On Tue, May 5, 2020 at 6:01 PM Florian Weimer wrote: > > * Fabio Valentini: > > > On Wed, Apr 15, 2020 at 5:50 PM Florian Weimer wrote: > >> > >> This follows the removal of the system call from Linux 5.5. Having the > >> header and function just confuses configure checks that assume that if > >

Re: will disappear from rawhide glibc soon

2020-05-05 Thread Florian Weimer
* Fabio Valentini: > On Wed, Apr 15, 2020 at 5:50 PM Florian Weimer wrote: >> >> This follows the removal of the system call from Linux 5.5. Having the >> header and function just confuses configure checks that assume that if >> the function is present, it will do something useful (it never did

Re: will disappear from rawhide glibc soon

2020-05-05 Thread Fabio Valentini
On Wed, Apr 15, 2020 at 5:50 PM Florian Weimer wrote: > > This follows the removal of the system call from Linux 5.5. Having the > header and function just confuses configure checks that assume that if > the function is present, it will do something useful (it never did on > aarch64, and it's bee

RE: will disappear from rawhide glibc soon

2020-04-18 Thread Ron Olson
Yes: https://github.com/apple/swift-corelibs-foundation/pull/2771 -Original Message- From: Florian Weimer Sent: Saturday, April 18, 2020 8:27 AM To: Ron Olson Cc: 'Miro Hrončok' ; devel@lists.fedoraproject.org; swift-lang-maintain...@fedoraproject.org Subject: Re: will disa

Re: will disappear from rawhide glibc soon

2020-04-18 Thread Florian Weimer
* Ron Olson: > Already fixed it and sending it to Rawhide now. Have you submitted the fix upstream? Thanks, Florian ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code

RE: will disappear from rawhide glibc soon

2020-04-18 Thread Ron Olson
Already fixed it and sending it to Rawhide now. -Original Message- From: Miro Hrončok Sent: Saturday, April 18, 2020 4:34 AM To: devel@lists.fedoraproject.org; swift-lang-maintain...@fedoraproject.org Subject: Re: will disappear from rawhide glibc soon On 15. 04. 20 17:49, Florian

Re: will disappear from rawhide glibc soon

2020-04-18 Thread Miro Hrončok
On 15. 04. 20 17:49, Florian Weimer wrote: This follows the removal of the system call from Linux 5.5. Having the header and function just confuses configure checks that assume that if the function is present, it will do something useful (it never did on aarch64, and it's been many years since i