Package: ircd-hybrid
Version: 1:7.2.2-1
Severity: important
Tags: pending

When building on alpha, the auto-builder gave the following error.

gcc -I../include -I/usr/include/pcre   -Wall -O2 -g -c s_user.c
s_user.c: In function 'register_local_user':
s_user.c:431: error: incompatible type for argument 1 of 'uid_get'
make[2]: *** [s_user.o] Error 1
make[2]: Leaving directory `/build/buildd/ircd-hybrid-7.2.2/src'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/build/buildd/ircd-hybrid-7.2.2'
make: *** [build-stamp] Error 2

The incriminated code is located at:

src/s_user.c:71:static void *uid_get(va_list);
src/s_user.c:431:      id = uid_get(NULL);

NULL is a pointer on 0, (void *) 0, but va_list is not implemented
as a pointer on alpha.

After a test build on my alpha development machine to see if this
happens elsewhere, I will do another upload to fix this bug.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `-     Unix Sys & Net Admin

Attachment: signature.asc
Description: Digital signature

Reply via email to