Re: commit c697912b3a9 breaks linuxthreads build

2012-03-06 Thread Carmelo AMOROSO
On 23/02/2012 21.28, Bernhard Reutner-Fischer wrote: On Tue, Feb 21, 2012 at 11:36:11AM +0800, Tony Wu wrote: Carmelo, Commit c697912b3a9 'inet:rpc: fix authnone_marshal in multithreading context' breaks linuxthreads build, LT as in LT.old or LT.new? Seems it doesn't matter. What arch

RE: [PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-06 Thread Filippo ARCIDIACONO
-Original Message- From: Filippo ARCIDIACONO [mailto:filippo.arcidiac...@st.com] Sent: Monday, March 05, 2012 7:17 PM To: uclibc@uclibc.org Cc: 'Filippo ARCIDIACONO' Subject: RE: [PATCH] ldso: fix fdpic support broken from prelink patch -Original Message- From:

sigprocmask and static linking, revisited

2012-03-06 Thread Joshua Jackson
I am currently working on getting various applications to compile inside of a uClibc based system and am running into the issues mentioned in the post from a year ago: http://lists.uclibc.org/pipermail/uclibc/2011-March/045135.html Is there any chance of getting this patch applied to the

RE: [PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-06 Thread Henderson, Stuart
In the meantime any comments are welcome. bfin fdpic build fails with error: In file included from ldso/ldso/ldso.c:1432: ldso/ldso/dl-elf.c: In function '_dl_load_elf_shared_library': ldso/ldso/dl-elf.c:757: error: request for member 'map' in something not a structure or union e.g. tpnt-ppnt

Re: [PATCHv5] librt: Add posix_spawn support

2012-03-06 Thread Mike Frysinger
i don't have a problem with this as long as it builds warning free ;). if no one else has feedback, or Rich wants to attempt to shrink, i'll merge it. -mike signature.asc Description: This is a digitally signed message part. ___ uClibc mailing list

RE: [PATCH] ldso: fix fdpic support broken from prelink patch

2012-03-06 Thread Filippo ARCIDIACONO
-Original Message- From: Henderson, Stuart [mailto:stuart.hender...@analog.com] Sent: Tuesday, March 06, 2012 7:23 PM To: Filippo ARCIDIACONO; uclibc@uclibc.org Subject: RE: [PATCH] ldso: fix fdpic support broken from prelink patch In the meantime any comments are welcome.