Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-29 Thread Cristian Ionescu-Idbohrn
On Mon, 29 Aug 2016, Denys Vlasenko wrote: > > Yes, it is intended too. Alright. > Propose a change to the help text of this option which would > make it clearer. Well, something along these lines: "Disabling this will remove the banner and applet list text when running the busybox command

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-28 Thread Denys Vlasenko
On Sat, Aug 27, 2016 at 5:16 PM, Cristian Ionescu-Idbohrn wrote: >> This thing is meant for people who are in real squeeze and don't want >> any more functionality than they absolutely must have. >> >> If they configured 20 applets they need and they prepare

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Cristian Ionescu-Idbohrn
On Sat, 27 Aug 2016, Denys Vlasenko wrote: > > This thing is meant for people who are in real squeeze and don't want > any more functionality than they absolutely must have. > > If they configured 20 applets they need and they prepare their filesystem > so that the /bin/foo -> /bin/busybox links

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Tito
On 08/27/2016 04:39 PM, Denys Vlasenko wrote: On Sat, Aug 27, 2016 at 11:52 AM, Cristian Ionescu-Idbohrn wrote: On Sat, 27 Aug 2016, Michael Conrad wrote: On 8/27/2016 2:18 AM, Cristian Ionescu-Idbohrn wrote: On Sat, 27 Aug 2016, Denys Vlasenko wrote:

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Denys Vlasenko
On Sat, Aug 27, 2016 at 11:52 AM, Cristian Ionescu-Idbohrn wrote: > On Sat, 27 Aug 2016, Michael Conrad wrote: >> On 8/27/2016 2:18 AM, Cristian Ionescu-Idbohrn wrote: >> > On Sat, 27 Aug 2016, Denys Vlasenko wrote: >> > > config BUSYBOX >> > > bool

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Jody Bruchon
On 2016-08-27 08:18, Tito wrote: >> $ ./busybox >> busybox: applet not found The help text and applet list should not be shown and no error thrown as this is the expected behavior so it should be: >> $ ./busybox >> $ echo $? >> 0 This makes sense; return 0 if the busybox

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Tito
On 08/27/2016 09:39 AM, Michael Conrad wrote: On 8/27/2016 2:18 AM, Cristian Ionescu-Idbohrn wrote: On Sat, 27 Aug 2016, Denys Vlasenko wrote: config BUSYBOX bool "Include busybox applet" default y help The busybox applet provides general help regarding

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Cristian Ionescu-Idbohrn
On Sat, 27 Aug 2016, Michael Conrad wrote: > On 8/27/2016 2:18 AM, Cristian Ionescu-Idbohrn wrote: > > On Sat, 27 Aug 2016, Denys Vlasenko wrote: > > > config BUSYBOX > > > bool "Include busybox applet" > > > default y > > > help > > >The busybox applet

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Michael Conrad
On 8/27/2016 2:18 AM, Cristian Ionescu-Idbohrn wrote: On Sat, 27 Aug 2016, Denys Vlasenko wrote: config BUSYBOX bool "Include busybox applet" default y help The busybox applet provides general help regarding busybox and allows the included

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-27 Thread Cristian Ionescu-Idbohrn
On Sat, 27 Aug 2016, Denys Vlasenko wrote: > On Fri, Aug 26, 2016 at 11:33 PM, Cristian Ionescu-Idbohrn > wrote: > > $ ./busybox > > busybox: applet not found > > > > $ gcc --version > > gcc (Debian 6.2.0-1) 6.2.0 20160822 > > > > That's debian unstable. > > > >

Re: # CONFIG_BUSYBOX is not set: breakage on master

2016-08-26 Thread Denys Vlasenko
On Fri, Aug 26, 2016 at 11:33 PM, Cristian Ionescu-Idbohrn wrote: > $ ./busybox > busybox: applet not found > > $ gcc --version > gcc (Debian 6.2.0-1) 6.2.0 20160822 > > That's debian unstable. > > Everything since commit 877dedb seems broken. It's not a bug,

# CONFIG_BUSYBOX is not set: breakage on master

2016-08-26 Thread Cristian Ionescu-Idbohrn
$ ./busybox busybox: applet not found $ gcc --version gcc (Debian 6.2.0-1) 6.2.0 20160822 That's debian unstable. Everything since commit 877dedb seems broken. fails on master, commit e4caf1d with: # CONFIG_BUSYBOX is not set ok with: CONFIG_BUSYBOX=y Problem seems to have been introduced