Source: netatalk
Version: 2.2.2-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..   -D_FORTIFY_SOURCE=2 
> -I../../include -I../../sys -D_PATH_PAPDCONF=\"/etc/netatalk/papd.conf\" 
> -D_PATH_PAPDUAMPATH=\"/usr/lib/netatalk/\" 
> -DSPOOLDIR=\"/var/spool/netatalk/\" -I../../include 
> -D_U_="__attribute__((unused))" -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall  -fPIE  
> -fstack-protector --param ssp-buffer-size=4  -D_FORTIFY_SOURCE=2  -Wformat 
> -Wformat-security -Werror=format-security  -I../../sys -c print_cups.c
> print_cups.c: In function 'cups_printername_ok':
> print_cups.c:134:16: error: dereferencing pointer to incomplete type
>          request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
>                 ^
> print_cups.c:135:16: error: dereferencing pointer to incomplete type
>          request->request.op.request_id   = 1;
>                 ^
> print_cups.c:167:21: error: dereferencing pointer to incomplete type
>          if (response->request.status.status_code >= IPP_OK_CONFLICT)
>                      ^
> In file included from print_cups.c:45:0:
> print_cups.c:170:49: error: dereferencing pointer to incomplete type
>                           
> ippErrorString(response->request.status.status_code));
>                                                  ^
> ../../include/atalk/logger.h:217:70: note: in definition of macro 'LOG'
>              make_log_entry((log_level), (type), __FILE__, __LINE__,  
> __VA_ARGS__); \
>                                                                       ^
> print_cups.c: In function 'cups_get_printer_status':
> print_cups.c:246:16: error: dereferencing pointer to incomplete type
>          request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
>                 ^
> print_cups.c:247:16: error: dereferencing pointer to incomplete type
>          request->request.op.request_id   = 1;
>                 ^
> print_cups.c:277:21: error: dereferencing pointer to incomplete type
>          if (response->request.status.status_code >= IPP_OK_CONFLICT)
>                      ^
> In file included from print_cups.c:45:0:
> print_cups.c:280:49: error: dereferencing pointer to incomplete type
>                           
> ippErrorString(response->request.status.status_code));
>                                                  ^
> ../../include/atalk/logger.h:217:70: note: in definition of macro 'LOG'
>              make_log_entry((log_level), (type), __FILE__, __LINE__,  
> __VA_ARGS__); \
>                                                                       ^
> print_cups.c:294:25: error: dereferencing pointer to incomplete type
>                  if (attr->values[0].integer == IPP_PRINTER_STOPPED)
>                          ^
> print_cups.c:296:30: error: dereferencing pointer to incomplete type
>                  else if (attr->values[0].integer == IPP_NOT_ACCEPTING)
>                               ^
> print_cups.c:304:12: error: dereferencing pointer to incomplete type
>    if ( attr->values[0].integer == 0 ) 
>             ^
> print_cups.c:311:31: error: dereferencing pointer to incomplete type
>    strncat ( pr->p_status, attr->values[0].string.text, 
> 255-strlen(pr->p_status));
>                                ^
> print_cups.c: In function 'cups_mangle_printer_name':
> print_cups.c:477:3: warning: format '%u' expects argument of type 'unsigned 
> int', but argument 4 has type 'size_t' [-Wformat=]
>    sprintf ( pr->p_name, "%s#%2.2u", pr->p_name, count++);
>    ^
> make[4]: *** [print_cups.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/netatalk_2.2.2-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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

Reply via email to