Package: bind9 Version: 9.3.2-2.1 there's several type-punning warnings while building bind9 9.3.2-2.1... i don't know if these are bugs or not, but it's probably best to add -fno-strict-aliasing to CFLAGS until upstream deals with them (otherwise there could be some subtle hard to discover bugs)... maybe these are fixed in 9.3.3 or 9.4.x.
byaddr.c:189: warning: dereferencing type-punned pointer will break strict-aliasing rules lookup.c:337: warning: dereferencing type-punned pointer will break strict-aliasing rules request.c:1381: warning: dereferencing type-punned pointer will break strict-aliasing rules request.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules sdb.c:660: warning: dereferencing type-punned pointer will break strict-aliasing rules ... -dean p.s. <http://mail-index.netbsd.org/tech-kern/2003/08/11/0001.html> if you need background on aliasing. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]