Package: roarplaylistd
Version: 0.1.9-2
Severity: serious

This package fails to build in unstable:

> sbuild (Debian sbuild) 0.68.0 (15 Jan 2016) on dl580gen9-02.hlinux
...
> /usr/bin/gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -I/usr/include/libxml2 -Wall -Wextra -g -O2 
> -DROAR_DBG_PREFIX=\"roarplaylistd\"   -Wdate-time -D_FORTIFY_SOURCE=2  -c -o 
> rpldslp.o rpldslp.c
> rpldslp.c: In function 'register_slp':
> rpldslp.c:50:8: warning: implicit declaration of function 'SLPOpen' 
> [-Wimplicit-function-declaration]
>   err = SLPOpen("en", SLP_FALSE, &hslp);
>         ^
> rpldslp.c:52:13: error: 'SLP_OK' undeclared (first use in this function)
>   if (err != SLP_OK) {
>              ^
> rpldslp.c:52:13: note: each undeclared identifier is reported only once for 
> each function it appears in
> rpldslp.c:58:9: warning: implicit declaration of function 'SLPReg' 
> [-Wimplicit-function-declaration]
>    err = SLPReg(hslp,
>          ^
> rpldslp.c:60:16: error: 'SLP_LIFETIME_MAXIMUM' undeclared (first use in this 
> function)
>                 SLP_LIFETIME_MAXIMUM,
>                 ^
> rpldslp.c:68:9: warning: implicit declaration of function 'SLPDereg' 
> [-Wimplicit-function-declaration]
>    err = SLPDereg(hslp, addr, register_slp_callback, &callbackerr);
>          ^
> rpldslp.c:71:3: warning: implicit declaration of function 'SLPClose' 
> [-Wimplicit-function-declaration]
>    SLPClose(hslp);
>    ^
> <builtin>: recipe for target 'rpldslp.o' failed
> make[1]: *** [rpldslp.o] Error 1

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

Reply via email to