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: Not getting the correct result with SHA3

2016-08-27 Thread Lauri Kasanen
On Fri, Aug 26, 2016, at 21:28, Marlon Smith wrote: > Hi everyone, > > I'm using Busybox version 1.23.1 and it seems like sha3sum is giving an > incorrect result. > > For example if I run this command: > > echo "abc" | sha3sum > > I get an incorrect result: > >

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. > > > >