Re: BISECTED: Compile error on 5.4-rc1

2019-10-05 Thread Harald Arnesen
Masahiro Yamada [05.10.2019 15:17]: > As for POSIX, I found this: > > -->8 > Applications should note that the standard PATH to the shell cannot > be assumed to be either /bin/sh or /usr/bin/sh, and should be determined > by interrogation of the PAT

Re: BISECTED: Compile error on 5.4-rc1

2019-10-05 Thread Masahiro Yamada
On Sat, Oct 5, 2019 at 7:50 PM Harald Arnesen wrote: > > Masahiro Yamada [05.10.2019 12:19]: > > > CONFIG_SHELL previously fell back to 'sh' when bash is not installed, > > so I just kept it as it was. > > > > If we had used the exact absolute path /bin/sh, > > it would have worked irrespective of

Re: BISECTED: Compile error on 5.4-rc1

2019-10-05 Thread Harald Arnesen
Masahiro Yamada [05.10.2019 12:19]: > CONFIG_SHELL previously fell back to 'sh' when bash is not installed, > so I just kept it as it was. > > If we had used the exact absolute path /bin/sh, > it would have worked irrespective of the PATH environment. > > But, there is a counter option like this

Re: BISECTED: Compile error on 5.4-rc1

2019-10-05 Thread Masahiro Yamada
On Sat, Oct 5, 2019 at 6:36 PM Harald Arnesen wrote: > > Harald Arnesen [05.10.2019 11:03]: > > > Masahiro Yamada [05.10.2019 05:24]: > > > >> I cannot reproduce it. > >> > >> I tested bindeb-pkg for the latest Linus tree successfully. > > > > Strange, I have now tried another machine running the

Re: BISECTED: Compile error on 5.4-rc1

2019-10-05 Thread Harald Arnesen
Harald Arnesen [05.10.2019 11:03]: > Masahiro Yamada [05.10.2019 05:24]: > >> I cannot reproduce it. >> >> I tested bindeb-pkg for the latest Linus tree successfully. > > Strange, I have now tried another machine running the same distro > (Devuan Beowulf), and I get the same result there. Will

Re: BISECTED: Compile error on 5.4-rc1

2019-10-05 Thread Harald Arnesen
Masahiro Yamada [05.10.2019 05:24]: > I cannot reproduce it. > > I tested bindeb-pkg for the latest Linus tree successfully. Strange, I have now tried another machine running the same distro (Devuan Beowulf), and I get the same result there. Will check further. -- Hilsen Harald

Re: BISECTED: Compile error on 5.4-rc1

2019-10-04 Thread Masahiro Yamada
On Fri, Oct 4, 2019 at 5:26 PM Harald Arnesen wrote: > > I just tried to compile kernel 5.4-rc1 on my ThinkPad, which runs Devuan > Beowulf. Got the following: > > $ make bindeb-pkg > UPD include/config/kernel.release > sh ./scripts/package/mkdebian > dpkg-buildpackage -r"fakeroot -u" -a$(ca

BISECTED: Compile error on 5.4-rc1

2019-10-04 Thread Harald Arnesen
I just tried to compile kernel 5.4-rc1 on my ThinkPad, which runs Devuan Beowulf. Got the following: $ make bindeb-pkg UPD include/config/kernel.release sh ./scripts/package/mkdebian dpkg-buildpackage -r"fakeroot -u" -a$(cat debian/arch) -b -nc -uc dpkg-buildpackage: info: source package li