Bug#600223: python-rdflib: fails with SIGBUS on mipsel - breaks build of enigmail

2010-10-18 Thread David Daney
it further, find the reason about this SIGBUS, and if it's a compiler issue at all. It is a userspace program that is generating SIGBUS. Why not attach gdb and get a dissassembly of the region of code that is crashing as well as backtraces and register contents? David Daney

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-06 Thread David Daney
Matthias Klose wrote: > David Daney writes: >>I get no GOT overflow. The build completes without errors. >> >>I still think you have a problem with your binutils configuration. As I >>said in previous messages, I would rather not use -mxgot unless absolutely >>

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-05 Thread David Daney
Matthias Klose wrote: > The following patch add's -mxgot to the cflags of the convenience > libraries as it is down for the libjava library itself on > mips/mipsel-linux. Without this patch I see many 'relocation > truncated to fit: R_MIPS_CALL16' failures when linking the convenience > libs, with

Re: [mips java patch] add -mxgot for libjava convenience libraries on mips/mipsel-linux

2004-10-04 Thread David Daney
hat version of binutils are you using? I use 2.15 and have not seen this problem although it has been about two weeks since I did a build. I would rather see people upgrade their binutils (as versions prior to 2.15 also cause bad code generation) than hork things up with unnecessary -mxgots The only reason that libgcj needs -mxgot is that libtool is broken and does incremental linking. David Daney.