> I've actually noticed that rebuilding python-xapian is enough to get > rid of the odd dynamic relocation entries in the SO and of the > alignment traps with them.
I was wrong. What fixed the problem was passing CXXFLAGS="-g -O2 -Wcast-align" to debuild. More precisely, by default debian/rules builds without -g, and this triggers the unaligned relocation entries. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

