Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-05 Thread Paul Spooren
Merged, thank you. On So, Jan 3, 2021 at 22:57, Paul Spooren wrote: On Mo, Jan 4, 2021 at 16:34, Syrone Wong wrote: This crashes on buildbots with the follow error: bash: /buildbot/shared-workdir/build/staging_dir/host/bin/autoreconf: No such file or directory You'll need to set

Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-04 Thread Paul Spooren
On Mo, Jan 4, 2021 at 16:34, Syrone Wong wrote: This crashes on buildbots with the follow error: bash: /buildbot/shared-workdir/build/staging_dir/host/bin/autoreconf: No such file or directory You'll need to set autoreconf as a dependency. I think in tools/Makefile something like

Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-04 Thread Syrone Wong
> > This crashes on buildbots with the follow error: > > bash: /buildbot/shared-workdir/build/staging_dir/host/bin/autoreconf: > No such file or directory > > You'll need to set autoreconf as a dependency. I think in > tools/Makefile something like > > $(curdir)/fakeroot/compile += $(curdir)/automa

Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-03 Thread Paul Spooren
On Sa, Jan 2, 2021 at 05:28, Syrone Wong wrote: use PKG_FIXUP:=autoreconf to generate configure 200-hide-dlsym-error.patch deleted due to fixed upstream in another way other patches refreshed to reflect latest changes Signed-off-by: Syrone Wong --- tools/fakeroot/Makefile

Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-01 Thread Syrone Wong
Thanks for the suggestion, I closed the GitHub PR, please review this one, although both of them are the same. I thought not all core developers are following GitHub and the mailing list. Best Regards, Syrone Wong On Sat, Jan 2, 2021 at 6:03 AM Paul Spooren wrote: > > Please don't double post on

Re: [PATCH] tools/fakeroot: update to 1.25.3

2021-01-01 Thread Paul Spooren
Please don't double post on github and mailing list at the same time. I'll review this soonish! -- Jan 1, 2021 11:30:39 AM Syrone Wong : use PKG_FIXUP:=autoreconf to generate configure 200-hide-dlsym-error.patch deleted due to fixed upstream in another way other patches refreshed to reflect

[PATCH] tools/fakeroot: update to 1.25.3

2021-01-01 Thread Syrone Wong
use PKG_FIXUP:=autoreconf to generate configure 200-hide-dlsym-error.patch deleted due to fixed upstream in another way other patches refreshed to reflect latest changes Signed-off-by: Syrone Wong --- tools/fakeroot/Makefile | 7 ++-- tools/fakeroot/patches/000-relocatable