On Sun, Mar 27, 2005 at 04:12:06PM -0800, Steve Langasek wrote: > 0.30.204-2 still doesn't fix the problem where gcc (and therefore diet) is > being invoked as a cross-compiler, so we still have build failures on > powerpc, hppa, and mipsel due to the mismatch of directory names. > > See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297806&msg=44 for my > explanation on this.
Hi, unfortunately there's another build failure on s390[0] caused by the dietlibc package; current version doesn't properly provide the select() syscall. It's a trivial fix from cvs I'll include in dietlibc-dev 0.28-3, see below. I suggest to build-depend on (>= 0.28-3) with the next upload. The workarounds in debian/rules for hppa and powerpc can be removed with the newer dietlibc packages, the one for sparc still is necessary; what's wrong on arm ;-)? Regards, Gerrit. [0] http://buildd.debian.org/fetch.php?&pkg=util-vserver&ver=0.30.204-2&arch=s390&stamp=1111969081&file=log&as=raw
--- ../../dietlibc/s390/select.S 1970-01-01 00:00:00.000000000 +0000 +++ s390/select.S 2005-03-23 19:57:53.000000000 +0000 @@ -0,0 +1,3 @@ +#include "syscalls.h" + +syscall(_newselect,select)