On Mon, Jan 23, 2006 at 02:03:15PM +0100, Daniel Baumann wrote:
> Paul TBBle Hampson wrote:
> > although the failed buildd runs for 9base are a problem
>
> Indeed. Anyone clue about what caused the FTBFS? I didn't look already
> into it..
>
> http://buildd.debian.org/build.php?pkg=9base
Those platforms who fail, are not (yet) supported or should be
treated as 386, arm, power, sun4 or x86_64 respectively.
Each platform needs an equivalent function in a file called:
9base/lib9/getcallerpc-{hppa,s390,ia64}.c which returns a proper
value for following operation on 386 platform:
#include <lib9.h>
ulong
getcallerpc(void *x)
{
return (((ulong*)(x))[-1]);
}
Which means returning the calling program counter as ulong.
That is afaik the only platform dependend code which is
necessary for 9base/lib9/qlock.c of 9base.
Regards,
-- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361Received on Mon Jan 23 2006 - 15:24:44 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:59:48 UTC