Re: asm/page.h: No such file or directory

2008-01-05 Thread Mike Frysinger
On Sunday 04 November 2007, Haavard Skinnemoen wrote: On Sat, 3 Nov 2007 10:35:48 +0100 Carmelo Amoroso [EMAIL PROTECTED] wrote: arm-softfloat-linux-uclibc-strip -x -R .note -R .comment brk.o ioperm.c:47:22: error: asm/page.h: No such file or directory It seems you don't have kernel

Re: sys_errlist obsolete but replaced by what?

2008-01-05 Thread Mike Frysinger
On Thursday 08 November 2007, Hamish Moffatt wrote: The help text for the sys_errlist feature says that it is deprecated and may be removed in the future, but what is its replacement? i guess not everyone is fluent in this stuff so i added a note in the help text to refer them to strerror(3)

Re: unresolved symbols with locale support

2008-01-05 Thread Carmelo Amoroso
Lane Brooks wrote: I found my problem. It was stale binaries did not get installed correctly. Lane Hi, please note that the current status of locale support is not fully completed. We at ST have a whole Linux distro build against uclibc with locale enabled comprising almost 500 packages

Re: Patch for Maverick Crunch support

2008-01-05 Thread Mike Frysinger
On Tuesday 27 November 2007, Brian Austin wrote: This patch adds MAVERICK CRUNCH FPU support for the Cirrus Logic EP93XX ARM9 Procs. i dont think it needs another special ifdef when it can be integrated into the existing arm mess ... ive done that in svn instead for future reference, please

Re: uClibc Support for gettext funtionality??

2008-01-05 Thread Mike Frysinger
On Wednesday 21 November 2007, Carmelo AMOROSO wrote: Vikas TM wrote: Hello all, Please help me to find answers for following questions 1. What version of uClibc supports gettext functionality? none If you want to add this support into uCLibc will be appreciated. Otherwise you may

Re: termios2 support

2008-01-05 Thread Mike Frysinger
On Tuesday 11 December 2007, Will Wagner wrote: I would like support for arbitrary baud rates with serial ports with through uclibc. I have looked at the uclibc code and there appear to be some support for this in kernel_termios.h but it is limited to alpha powerpc. It also does not seem to

Re: readelf/ldconfig confused about ELF header

2008-01-05 Thread Mike Frysinger
On Wednesday 31 October 2007, Hamish Moffatt wrote: I'm using buildroot to compile for armeb on a x86-64 (little-endian) host. please use the buildroot mailing list in the future uclibc's readelf and ldconfig are giving confusing results reading the headers of compiled libraries. Programs

Re: Testing of memcmp(). Possible patch to tester.c

2008-01-05 Thread Mike Frysinger
On Saturday 27 October 2007, Mats Erik Andersson wrote: the attached difference file addresses the problem of better detecting a malfunctioning memcmp() call. It concerns the file uClibc-0.9.29/test/string/tester.c we blatantly steal this test from glibc ... any enhancements ive made i

Re: Any documentation about how uClibc would like new architecture patches?

2008-01-05 Thread Mike Frysinger
On Thursday 25 October 2007, Hans-Christian Egtvedt wrote: I am in the work of submitting the AVR32 architecture fork of uClibc, and would like to know if you have a preferd way of receiving the patches? My plan is to pull down the latest snapshot, do a merge in my local repository (for the

Re: readelf/ldconfig confused about ELF header

2008-01-05 Thread Hamish Moffatt
On Sat, Jan 05, 2008 at 04:14:59AM -0500, Mike Frysinger wrote: On Wednesday 31 October 2007, Hamish Moffatt wrote: I'm using buildroot to compile for armeb on a x86-64 (little-endian) host. please use the buildroot mailing list in the future I thought it was an ldconfig bug, but it turned

mipsel memcpy gcc3.4.6

2008-01-05 Thread Alexander Voropay
Hi! Can anyone help with this issue ? I've opened a bug in the busybox tracking system: http://busybox.net/bugs/view.php?id=1894 It there any way to compile uClibc for mipsel with gcc 3.4.6 ? Some notes: - uClibc uses platform-specific memcpy (libc/string/mips/memcpy.os) Is it possible

Re: mipsel memcpy gcc3.4.6

2008-01-05 Thread Mike Frysinger
On Saturday 05 January 2008, Alexander Voropay wrote: Can anyone help with this issue ? I've opened a bug in the busybox tracking system: http://busybox.net/bugs/view.php?id=1894 i already told you it wasnt a bug in uClibc ... It there any way to compile uClibc for mipsel with gcc 3.4.6

Re: [PATCH] uclibc extern inline

2008-01-05 Thread Mike Frysinger
On Friday 07 December 2007, Khem Raj wrote: Compiling with gcc 4.3 I get a lot of warning about inlining. with -std=c99 or -std=gnu99 GCC implements ISO C99 inline semantics unless -fgnu89-inline is used. the warnings are in gcc 4.2 as well. ive imported the extern inline defines from glibc

Re: [PATCH] Fix dladdr return value when cannot find symbol

2008-01-05 Thread Mike Frysinger
On Wednesday 12 December 2007, Carmelo AMOROSO wrote: while running more tests on this (indeed never used dladdr in the past), which tests ? our dl tests certainly dont have the coverage anywhere close to what i wish they did ... -mike signature.asc Description: This is a digitally signed

Re: [PATCH] c99 math func log2

2008-01-05 Thread Mike Frysinger
On Wednesday 07 November 2007, Bernhard Fischer wrote: If we can subsummize some or individual funcs depending one a certain standard, then all is well (see bsd-compat in e.g. network or others). If they are non-standard but just serve as glibc-compat, then please state so both in configury as

Re: building a new (nios2) toolchain starting with uclibc

2008-01-05 Thread Mike Frysinger
On Thursday 18 October 2007, Robert P. J. Day wrote: as an experiment, i want to create an updated version of a Nios II toolchain, and i thought i'd start with testing whether i could just compile the latest version of uclibc with the older toolchain, and take it from there. first, i

Re: Alignment fixups for gethostbyname_r

2008-01-05 Thread Mike Frysinger
On Sunday 06 January 2008, Mike Frysinger wrote: buflen += i; err, that should be -= of course ... but you get the gist of where i'm trying to take the changes ;) -mike signature.asc Description: This is a digitally signed message part. ___ uClibc

Re: [PATCH] c99 math func log2

2008-01-05 Thread Mike Frysinger
On Wednesday 31 October 2007, Natanael Copa wrote: Here is a patch for the c99 math func log2(). If this gets applied I will look into the other c99 math funcs as well. is this function actually needed by something ? the current working policy has been to merge C99 functions really only on

Re: need for getifaddrs in uclibc

2008-01-05 Thread Mike Frysinger
On Thursday 08 November 2007, Jason Curl wrote: Then sysctl() is supposed to be the successor of ioctl(). UNP talks about using the routing sockets to get the information for each interface (sounds similar to netlink, but different enough). from what i've seen on lkml, they're trying pretty

Re: need for getifaddrs in uclibc

2008-01-05 Thread Mike Frysinger
On Saturday 10 November 2007, Khem Raj wrote: On Wed, Nov 07, 2007 at 05:45:23PM +0100, Natanael Copa wrote: Hi, Does anyone know a susv3/POSIX compliant way to list all ipv6 interfaces? I bet there are no. ioctl(SIOCGIFCONF) ignores ipv6 interfaces, I just tested. I suggest