Hello,

lam...@debian.org, le Sun 23 Nov 2008 10:20:30 -0700, a écrit :
> > ./src/base/atomicops-internals-x86.h:337: error: memory input 3 is not 
> > directly addressable

Mmm, x86/ia64...

See src/base/atomicops.h:

#if
[ a lot of archs ]
#else
// Assume x86 for now.  If you need to support a new architecture and
// don't know how to implement atomic ops, you can probably get away
// with using pthreads, since atomicops is only used by spinlock.h/cc
//#error You need to implement atomic operations for this architecture
#include "base/atomicops-internals-x86.h"
#endif

... So basically it is only ported on i386, amd64 and powerpc, other
archs will try to use the x86 code and just fail.  I suggest changing
the packages-arch-specific.

I wonder why it doesn't just use libatomicops...

Samuel



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to