Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-15 Thread Ilya Lipnitskiy
Bummer, thanks for the fix - submitted https://salsa.debian.org/clint/fakeroot/-/merge_requests/11 Ilya On Mon, Feb 15, 2021 at 11:01 AM Felix Fietkau wrote: > > > On 2021-02-14 05:41, Ilya Lipnitskiy wrote: > > The following commit removed _STAT_VER definitions from glibc: > > https://sourcewar

Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-15 Thread Felix Fietkau
On 2021-02-14 05:41, Ilya Lipnitskiy wrote: > The following commit removed _STAT_VER definitions from glibc: > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e > > That subsequently broke fakeroot: > https://bugs.archlinux.org/task/69572 > https://b

Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-14 Thread Philip Prindeville
Surprised (after what you said) that it was accepted that quickly. Had the impression that things were slow. Go ahead for now, unless you think the upstream release is imminent. > On Feb 14, 2021, at 3:26 PM, Ilya Lipnitskiy > wrote: > > Oh well, it is too late now - it's been merged upstr

Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-14 Thread Ilya Lipnitskiy
Oh well, it is too late now - it's been merged upstream: https://salsa.debian.org/clint/fakeroot/-/commits/upstream/ No release yet, though. Do you want me to do another patch, getting rid of the upstreamed patches and using PKG_SOURCE_VERSION? Ilya Ilya On Sun, Feb 14, 2021 at 12:25 PM Philip

Re: [PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-14 Thread Philip Prindeville
Inline > On Feb 13, 2021, at 9:41 PM, Ilya Lipnitskiy > wrote: > > The following commit removed _STAT_VER definitions from glibc: > https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e > > That subsequently broke fakeroot: > https://bugs.archlinu

[PATCH v3] fakeroot: fix to work with glibc 2.33

2021-02-13 Thread Ilya Lipnitskiy
The following commit removed _STAT_VER definitions from glibc: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=8ed005daf0ab03e142500324a34087ce179ae78e That subsequently broke fakeroot: https://bugs.archlinux.org/task/69572 https://bugzilla.redhat.com/show_bug.cgi?id=1889862#c13 https://for