Package: cpu
Version: 1.4.3-9.1
Severity: serious
Justification: FTBFS

Hi Guido,

Your cpu package now fails to build in unstable and testing, because
libldap2-dev has been updated to the openldap 2.4 version and
ldap_get_values() is deprecated:

[...]
alpha-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/include -g -O2 -w 
-MT ld.lo -MD -MP -MF .deps/ld.Tpo -c ld.c  -fPIC -DPIC -o .libs/ld.lo
ld.c: In function 'getlGid':
ld.c:806: error: subscripted value is neither array nor pointer
make[5]: *** [ld.lo] Error 1
make[5]: Leaving directory `/build/buildd/cpu-1.4.3/src/plugins/ldap'
make[4]: *** [all-recursive] Error 1
[...]

A full build log is available at
<http://buildd.debian.org/fetch.cgi?pkg=cpu&arch=alpha&ver=1.4.3-9.1%2Bb1&stamp=1201272333&file=log&as=raw>.

According to ldap.h, ldap_get_values is superseded by ldap_get_values_len(),
which returns struct berval ** instead of char **.  So cpu needs to either
be ported to use ldap_get_values_len(), or updated to build with
-DLDAP_DEPRECATED.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
[EMAIL PROTECTED]                                     [EMAIL PROTECTED]



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

Reply via email to