Re: Output from Build Tools?

2013-03-01 Thread Jeffrey Walton
On Fri, Mar 1, 2013 at 2:53 PM, Markos Chandras wrote: > On 1 March 2013 19:42, Jeffrey Walton wrote: >> On Fri, Mar 1, 2013 at 2:33 PM, Markos Chandras wrote: >>> On 1 March 2013 19:01, Jeffrey Walton wrote: ... > > It's called Kbuild. The same build system is also used in the Linux

Re: [PATCH] res_query() silently rejects responses against T_ANY DNS questions.

2013-03-01 Thread Bernd Kuhls
Bernd Kuhls wrote in news:ch7rgk.q78.ln@bernd- kuhls.de: > Chris Luke wrote in > news:20120709010133.ga70...@flirble.org: > > this patch fixes SMTP sending with Exim to at least on smarthost here. Is > there a reason not to apply it? s/ on / one / ;)

Re: [PATCH] res_query() silently rejects responses against T_ANY DNS questions.

2013-03-01 Thread Bernd Kuhls
Chris Luke wrote in news:20120709010133.ga70...@flirble.org: > See https://bugs.busybox.net/show_bug.cgi?id=5342 which has a test case > for this. Hi, this patch fixes SMTP sending with Exim to at least on smarthost here. Is there a reason not to apply it? Regards, Bernd Kuhls

Re: Output from Build Tools?

2013-03-01 Thread Markos Chandras
On 1 March 2013 19:42, Jeffrey Walton wrote: > On Fri, Mar 1, 2013 at 2:33 PM, Markos Chandras wrote: >> On 1 March 2013 19:01, Jeffrey Walton wrote: >>> Hi All, >>> >>> How do I instruct the build tools to output information? Currently, I >>> am only seeing: >>> >>> CC libc/sysdeps/linux/comm

Re: Output from Build Tools?

2013-03-01 Thread Jeffrey Walton
On Fri, Mar 1, 2013 at 2:33 PM, Markos Chandras wrote: > On 1 March 2013 19:01, Jeffrey Walton wrote: >> Hi All, >> >> How do I instruct the build tools to output information? Currently, I >> am only seeing: >> >> CC libc/sysdeps/linux/common/sync_file_range.os >> CC libc/sysdeps/linux/common

Re: Output from Build Tools?

2013-03-01 Thread Markos Chandras
On 1 March 2013 19:01, Jeffrey Walton wrote: > Hi All, > > How do I instruct the build tools to output information? Currently, I > am only seeing: > > CC libc/sysdeps/linux/common/sync_file_range.os > CC libc/sysdeps/linux/common/__syscall_fcntl.os > CC libc/sysdeps/linux/common/__syscall_rt

Output from Build Tools?

2013-03-01 Thread Jeffrey Walton
Hi All, How do I instruct the build tools to output information? Currently, I am only seeing: CC libc/sysdeps/linux/common/sync_file_range.os CC libc/sysdeps/linux/common/__syscall_fcntl.os CC libc/sysdeps/linux/common/__syscall_rt_sigaction.os ... Jeff __

Re: Alternatives to Buildroot for Native Compilation and Testing?

2013-03-01 Thread Abdoulaye Walsimou Gaye
On 03/01/2013 03:20 PM, Florian Fainelli wrote: On 03/01/2013 02:48 PM, Jeffrey Walton wrote: Modifying the compiler is well above my paygrade, and I probably won't entertain the idea. Can you think of any other tricks for uClibc/Clang? The Linux kernel has some pretty decent low-level comp

Re: Alternatives to Buildroot for Native Compilation and Testing?

2013-03-01 Thread Florian Fainelli
On 03/01/2013 02:48 PM, Jeffrey Walton wrote: On Fri, Mar 1, 2013 at 5:23 AM, Florian Fainelli wrote: Hello, On 02/28/2013 10:17 PM, Jeffrey Walton wrote: Hi All, Are there any alternatives for testing uClibc on the native platform? I don't need a complete embedded system (which is what Bu

Re: Alternatives to Buildroot for Native Compilation and Testing?

2013-03-01 Thread Jeffrey Walton
On Fri, Mar 1, 2013 at 5:23 AM, Florian Fainelli wrote: > Hello, > > On 02/28/2013 10:17 PM, Jeffrey Walton wrote: >> >> Hi All, >> >> Are there any alternatives for testing uClibc on the native platform? >> >> I don't need a complete embedded system (which is what Buildroot >> appears to provide)

Re: uClibc Hardening Guide?

2013-03-01 Thread Anthony G. Basile
I produce hardened uclibc gentoo stage3 tarballs for amd64, mips32r2 and x86. Look at any gentoo mirror under: //uclibc Eg. http://mirrors.rit.edu/gentoo/experimental/amd64/uclibc/ Hardening is all the toolchain hardening we add to regular glibc gentoo. See http://www.gentoo.org/

Bison build failure on uClibc ARM

2013-03-01 Thread Tux Mason
Hello, Am building a uClibc toolchain for use on my odroid X2. Bison fails with the following error; arm-zero-linux-uclibcgnueabi-gcc -std=gnu99 -I. -I/home/lfs/tuxdev.git/toolchain-build/bison-2.7/lib -I../intl -I/tools-arm/include -g -O2 -MT snprintf.o -MD -MP -MF .deps/snprintf.Tpo -c -o s

Re: setlocale behavior

2013-03-01 Thread Alexander Varnin
28.02.2013 18:53, Filippo ARCIDIACONO пишет: On 2/28/2013 1:06 PM, Alexander Varnin wrote: Hello. I'm using uClibc 0.9.33.2 with buildroot. My OS built with buildroot, and locale settings is to enable ru_RU.UTF8 locale both in buildroot .config and uClibc .config. I'm trying to do setlocale(LC

Re: Alternatives to Buildroot for Native Compilation and Testing?

2013-03-01 Thread Florian Fainelli
Hello, On 02/28/2013 10:17 PM, Jeffrey Walton wrote: Hi All, Are there any alternatives for testing uClibc on the native platform? I don't need a complete embedded system (which is what Buildroot appears to provide). In addition, Buildroot does not provide the compiler I want to use. Buildro