unresolved symbols with locale support

2008-01-04 Thread Lane Brooks
I recently turned on locale support in my uclibc build, and after recompiling everything, I am getting the following unresolved symbols when trying to run commands like python: python: symbol '__ctype_b': can't resolve symbol in lib 'python' I am new to locale support and am unsure how to hunt

Re: unresolved symbols with locale support

2008-01-04 Thread Lane Brooks
I found my problem. It was stale binaries did not get installed correctly. Lane Lane Brooks wrote: > I recently turned on locale support in my uclibc build, and after > recompiling everything, I am getting the following unresolved symbols > when trying to run commands like python: > > python:

Re: [PATCH 0/7] AVR32 support for uClibc

2008-01-04 Thread Mike Frysinger
On Thursday 15 November 2007, Hans-Christian Egtvedt wrote: > Should I apply for commit access to Subversion in order to maintain the > AVR32 architecture? that would be sanest since you two know AVR and no one else does. please send me private e-mails with your desired username and pub ssh key.

Re: [PATCH 0/7] AVR32 support for uClibc

2008-01-04 Thread Mike Frysinger
On Tuesday 06 November 2007, Hans-Christian Egtvedt wrote: > stopped by mailman since it attached more than 40 kB. side note: ive upped the ante to 100 kB. -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing lis

Re: [PATCH 2/7] add include, bits and sys headers

2008-01-04 Thread Mike Frysinger
On Tuesday 06 November 2007, Hans-Christian Egtvedt wrote: > +#define EM_AVR32   0x18ad you guys arent in binutils yet eh ? you planning on keeping this value, or you going to be dropping down to a normal one ? -mike signature.asc Description: This is a digitally signed message part. _

Re: [PATCH 4/7] add AVR32 optimized string functions

2008-01-04 Thread Mike Frysinger
On Tuesday 06 November 2007, Hans-Christian Egtvedt wrote: > +   rjmp__GI_memmove all of your .S files should be using HIDDEN_JUMPTARGET() rather than the __GI_ prefixes manually added. -mike signature.asc Description: This is a digitally signed message part. ___

Re: [PATCH 5/7] add AVR32 pthread support

2008-01-04 Thread Mike Frysinger
On Tuesday 06 November 2007, Hans-Christian Egtvedt wrote: > +   __asm__ __volatile__( > +   "/* Inline test and set */\n" is it really a good idea to be sticking comments in the assembly output ? i guess as long as your assembler supports it as they wont be getting preprocessed

Re: [PATCH 6/7] add dynamic library support for AVR32

2008-01-04 Thread Mike Frysinger
On Tuesday 06 November 2007, Hans-Christian Egtvedt wrote: > --- /dev/null > +++ b/ldso/ldso/avr32/elfinterp.c > @@ -0,0 +1,193 @@ > +/* > + * AVR32 ELF shared library loader suppport > + * > + * Copyright (C) 2004-2006 Atmel Corporation > + * > + * All rights reserved. > + * > + * Redistribution a