I just received this mail from the adns people:
Ian Jackson wrote:
>
> Stefan van der Eijk writes ("building mandrake adns rpm on alpha"):
> > This is probably not a bug, but a alpha-platform specific
> > issue. I've been trying to build mandrake's adns 0.7 src.rpm
> > file on my alpha, but it exits with the following error:
>
> It is a bug; Glen Nakamura <[EMAIL PROTECTED]> already reported it. It
> happens not to bite on most of the 32-bit platforms.
>
> Here's the fix he provided, which is correct:
>
> diff -Nrc3p adns-0.8.orig/src/query.c adns-0.8/src/query.c
> *** adns-0.8.orig/src/query.c Sun May 7 12:37:18 2000
> --- adns-0.8/src/query.c Sun May 7 23:51:18 2000
> *************** void adns__transfer_interim(adns_query f
> *** 374,379 ****
> --- 374,380 ----
> LIST_UNLINK(from->allocations,an);
> LIST_LINK_TAIL(to->allocations,an);
>
> + sz= MEM_ROUND(sz);
> from->interim_allocd -= sz;
> to->interim_allocd += sz;
>
> This will be in 0.9.
>
> Ian.
I've added a patch to adns. the new src.rpm is in /incoming.
Please merge into cooker if possible...
Thanks,
Stefan