Re: Amusing article about busybox

2012-02-11 Thread Mark Constable
On 11/02/12 16:41, Rogelio Serrano wrote: we might as well just rewrite linux under a more permissive license... Feel free, have fun. Not that anyone cares but I wouldn't be using it. I am guessing but I suspect a lot of the intellectual semantics of how busybox works will be transferred to

Re: No libbusybox.so config

2011-12-13 Thread Mark Constable
On 14/12/11 03:36, Denys Vlasenko wrote: I can't seem to be able to get a libbusybox.so lib $ make defconfig $ make menuconfig -- Busybox Settings --- Build Options --- [*] Build shared libbusybox [*] Produce a binary for each applet, linked against libbusybox [*] Produce

No libbusybox.so config

2011-12-12 Thread Mark Constable
No matter what I try (even allyesconfig) I can't seem to be able to get a libbusybox.so lib. What is the exact procedure? # CONFIG_BUILD_LIBBUSYBOX is not set # CONFIG_FEATURE_SHARED_BUSYBOX is not set If I manually uncomment the above and set them to =y and then make oldconfig they get unset

Re: No libbusybox.so config

2011-12-12 Thread Mark Constable
On 13/12/11 03:58, Douglas Mencken wrote: I can't seem to be able to get a libbusybox.so lib It is libbb actually. Right, thanks for the tip. The INSTALL file says... If you enabled the busybox shared library feature (libbusybox.so) and want to run tests without installing, set your

coreutils/df.c:186

2009-10-21 Thread Mark Constable
On x86_64 from Git... cc1: warnings being treated as errors coreutils/df.c: In function 'df_main': coreutils/df.c:186: error: field width should have type 'int', but argument 3 has type 'size_t' make[1]: *** [coreutils/df.o] Error 1 make: *** [coreutils] Error 2 I'm sure if this is right but

ar: invalid option -- 's'

2009-10-21 Thread Mark Constable
I thought I'd try building busybox inside a fresh x86_64 install made by buildroot but the busybox ar is missing an argument used by the build process. ar s - Write an object-file index into the archive, or update an existing one, even if no other change is made to the archive. You may use this

Re: No m or crypt

2009-10-18 Thread Mark Constable
Denys Vlasenko wrote: ... -DBB_VER=KBUILD_STR(1.16.0.git) -DBB_BT=AUTOCONF_TIMESTAMP applets/usage_pod.c m crypt -o applets/usage_pod gcc: m: No such file or directory gcc: crypt: No such file or directory I'm sure this is an error as m crypt should be -lm -lcrypt. Even if I have the wrong

No m or crypt

2009-10-17 Thread Mark Constable
Using Git on x86_64, make defconfig make gives this error... ... klogd (KLOGD) [Y/n/?] y logger (LOGGER) [Y/n/?] y gcc -march=x86-64 -mtune=generic -O2 -pipe -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value