Re: 100KiB limit is too low

2009-07-03 Thread Carmelo Amoroso
Bernhard Reutner-Fischer wrote: On Thu, Jul 02, 2009 at 04:59:58PM +0200, Carmelo AMOROSO wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, we are trying to push some patch we did @ ST to extend uclibc adding argp and FTS support. My colleague is having some problems sending

Re: 100KiB limit is too low

2009-07-03 Thread Carmelo Amoroso
Mike Frysinger wrote: On Thursday 02 July 2009 10:59:58 Carmelo AMOROSO wrote: My colleague is having some problems sending patches because the size threashold is set to 100KiB. patches over 100kB should get held for moderation. then a moderator can determine whether it's acceptable or

Re: uClibc Busybox segmentation fault

2009-07-03 Thread Mike Frysinger
On Friday 03 July 2009 02:26:25 Piyush Verma wrote: I compile a cross compiler using uclibc by following the instruction on CLFS Embedded. compiler prefix was armv6l-unknown-linux-uclibc. The compile successfully compile linux kernel and run fine on terminal. But when I compile busybox

uClibc Busybox segmentation fault

2009-07-03 Thread Piyush Verma
Hello Friends I compile a cross compiler using uclibc by following the instruction on CLFS Embedded. compiler prefix was armv6l-unknown-linux-uclibc. The compile successfully compile linux kernel and run fine on terminal. But when I compile busybox and run on terminal I get error of

RE: 100KiB limit is too low

2009-07-03 Thread Salvatore CRO'
I confirm we added argp support, as well as fts within STLinux distribution because it is required by the elfutils libdwfl library. Indeed - FTS, which provides capabilities to represent directory trees in hierarchical manner, is needed by elfutils in - libdwfl library as fs

RE: 100KiB limit is too low

2009-07-03 Thread Salvatore CRO'
Just a small tip... figures on the left in patches file listing refers to .c bytesize while those between () on the right to .o bytesize. Salvo. -Original Message- From: Salvatore CRO' [mailto:salvatore@st.com] Sent: Friday, July 03, 2009 11:07 AM To: carmel...@gmail.com; 'Bernhard

Re: uClibc Busybox segmentation fault

2009-07-03 Thread Piyush Verma
Hello Friends Thanks A lot for your cooperation. before I was using gcc-4.3.3 and on net I see that there are some issue on it. how ever it did not mathc to my problem but I try to compile gcc-4.4.0 toolchain and it works fine it's great Thanks Regards Piyush Verma On Fri, Jul 3, 2009 at

libargp support? [was: Re: 100KiB limit is too low]

2009-07-03 Thread Bernhard Reutner-Fischer
On Fri, Jul 03, 2009 at 11:13:53AM +0200, Salvatore CRO' wrote: Just a small tip... figures on the left in patches file listing refers to .c bytesize while those between () on the right to .o bytesize. [PATCH] libc: Added argp support : == _Descr_ : Argp source

Re: Are my libs correct?

2009-07-03 Thread Ed W
Mike Frysinger wrote: On Thursday 02 July 2009 14:53:03 Ed W wrote: Mike Frysinger wrote: On Thursday 02 July 2009 13:04:02 Ed W wrote: Hi, I'm using a gentoo uclibc system and just updated it to 0.9.30.1 I notice a curious feature of binaries which is causing problems with

RE: libargp support? [was: Re: 100KiB limit is too low]

2009-07-03 Thread Salvatore CRO'
-Original Message- From: Bernhard Reutner-Fischer [mailto:rep.dot@gmail.com] Sent: Friday, July 03, 2009 12:07 PM To: Salvatore CRO' Cc: 'Carmelo Amoroso'; 'uclibc' Subject: libargp support? [was: Re: 100KiB limit is too low] On Fri, Jul 03, 2009 at 11:13:53AM +0200, Salvatore CRO'

Re: [PATCH] Store errno value before using __set_errno()

2009-07-03 Thread Ingo van Lil
On 06/04/2009 02:33 PM, Ingo van Lil wrote: The __syscall_error() function stores the errno value in the edx register before invoking the __set_errno() macro. When using the pthread library this macro calls thread_self() to determine the errno location, which might clobber the edx register. The

Re: libargp support? [was: Re: 100KiB limit is too low]

2009-07-03 Thread Bernhard Reutner-Fischer
On Fri, Jul 03, 2009 at 12:55:45PM +0200, Salvatore CRO' wrote: ... But we needed to support elfutils that in turn uses argp... Alternatively you could fix elfutils to use standard stuff.. ___ uClibc mailing list uClibc@uclibc.org

Re: libargp support? [was: Re: 100KiB limit is too low]

2009-07-03 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernhard Reutner-Fischer wrote: On Fri, Jul 03, 2009 at 11:13:53AM +0200, Salvatore CRO' wrote: Just a small tip... figures on the left in patches file listing refers to .c bytesize while those between () on the right to .o bytesize. [PATCH]

Re: libargp support? [was: Re: 100KiB limit is too low]

2009-07-03 Thread Carmelo AMOROSO
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bernhard Reutner-Fischer wrote: On Fri, Jul 03, 2009 at 12:55:45PM +0200, Salvatore CRO' wrote: ... But we needed to support elfutils that in turn uses argp... Alternatively you could fix elfutils to use standard stuff.. yeah, another

Re: libargp support? [was: Re: 100KiB limit is too low]

2009-07-03 Thread Mike Frysinger
On Friday 03 July 2009 07:52:43 Bernhard Reutner-Fischer wrote: On Fri, Jul 03, 2009 at 12:55:45PM +0200, Salvatore CRO' wrote: ... But we needed to support elfutils that in turn uses argp... Alternatively you could fix elfutils to use standard stuff.. you might have a tough time of that

Re: [PATCH] Store errno value before using __set_errno()

2009-07-03 Thread Mike Frysinger
On Thursday 04 June 2009 08:33:34 Ingo van Lil wrote: The __syscall_error() function stores the errno value in the edx register before invoking the __set_errno() macro. When using the pthread library this macro calls thread_self() to determine the errno location, which might clobber the edx

Re: commit 26002 breaks compile on m68k nommu.

2009-07-03 Thread Mike Frysinger
On Tuesday 14 April 2009 14:13:21 Lennart Sorensen wrote: Commit 26002 attemps to implement the deamon() call on nommu systems. It unfortunately did so using INTENAL_SYSCALL which doesn't exist on m68k, and hence compiles of m68k nommu now fail. I suspect it should be using something similar

[PATCH/RFC] syscall: unify common syscall defines

2009-07-03 Thread Mike Frysinger
Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports.

Re: [PATCH] Store errno value before using __set_errno()

2009-07-03 Thread Cristi Magherusan
On Fri, 2009-07-03 at 15:21 -0400, Mike Frysinger wrote: On Thursday 04 June 2009 08:33:34 Ingo van Lil wrote: The __syscall_error() function stores the errno value in the edx register before invoking the __set_errno() macro. When using the pthread library this macro calls thread_self() to

Re: [PATCH] Store errno value before using __set_errno()

2009-07-03 Thread Mike Frysinger
On Friday 03 July 2009 17:29:23 Cristi Magherusan wrote: On Fri, 2009-07-03 at 15:21 -0400, Mike Frysinger wrote: On Thursday 04 June 2009 08:33:34 Ingo van Lil wrote: The __syscall_error() function stores the errno value in the edx register before invoking the __set_errno() macro. When