On Tue, Apr 17, 2007 at 03:31:48PM +0200, Bastian Blank wrote: > There was an error while trying to autobuild your package: > > > Automatic build of psmisc_22.4-1 on lxdebian.bfinv.de by sbuild/s390 98 > [...] > > gcc -Wall -DLOCALEDIR=\"/usr/share/locale\" -g -O2 -o oldfuser oldfuser.o > > signals.o > > gcc -DHAVE_CONFIG_H -I. -I.. -Wall -DLOCALEDIR=\"/usr/share/locale\" -g > > -O2 -MT peekfd.o -MD -MP -MF .deps/peekfd.Tpo -c -o peekfd.o peekfd.c > > peekfd.c: In function 'main': > > peekfd.c:181: error: 'struct user_regs_struct' has no member named > > 'orig_eax'
Hmm, we're looking at structures of registers. I didn't realise it was in a non-portable way. OK, probably the easiest way is to just not compile this if it is not on a i386. I'll ferret around the auto* documentation to see how to do it. - Craig -- Craig Small GnuPG:1C1B D893 1418 2AF4 45EE 95CB C76C E5AC 12CA DFA5 http://www.enc.com.au/ csmall at : enc.com.au http://www.debian.org/ Debian GNU/Linux, software should be Free -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

