On Fri, Jun 03, 2005 at 10:20:39PM +0200, Ola Lundqvist wrote:
> The util-vserver package do not build on ia64 architecture. It would be
> really nice if you could fix that.
> 
> I hope that the below information is a good enough description.

> > http://list.linux-vserver.org/archive/vserver/msg09508.html

Hi Ola, I've uploaded the new upstream version 0.29 of dietlibc since,
which already fixes this problem, but seems to introduce another one.

 
http://buildd.debian.org/fetch.php?&pkg=util-vserver&ver=0.30.207-7&arch=ia64&stamp=1117410380&file=log&as=raw

In file included from lib/syscall.c:33:
lib/vserver-internal.h: In function `vserver':
lib/vserver-internal.h:241: error: conflicting types for `syscall'
/usr/lib/diet/include/sys/syscall.h:6: error: previous declaration of `syscall'
lib/vserver-internal.h:241: warning: extern declaration of `syscall' doesn't 
match global one
make[3]: *** [lib/lib_libvserver_a-syscall.o] Error 1

lib/vserver-internal.h:
#if defined __dietlibc__
  extern long int syscall (long int __sysno, ...);
#endif

/usr/lib/diet/include/sys/syscall.h:
int syscall(int number, ...);

This declaration was added to the diet libc with version 0.29.

Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to