Source: gtklp Version: 1.2.7-2.3 Severity: serious Tags: jessie sid User: debian...@lists.debian.org 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 -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -I/usr/include/gtk-2.0 > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 > -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 > -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm > -I/usr/include/harfbuzz -DHAVE_LIBSSL -DHAVE_GTK2 -DMAX_PRT=150 > -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 > -Wformat -Werror=format-security -Wall -c libgtklp.c > libgtklp.c: In function 'getPrinters': > libgtklp.c:330:26: warning: comparison between pointer and integer [enabled > by default] > if(dests[i1].instance == (uintptr_t)NULL) { > ^ > libgtklp.c:348:10: error: dereferencing pointer to incomplete type > request->request.op.operation_id=IPP_GET_PRINTER_ATTRIBUTES; > ^ > libgtklp.c:349:10: error: dereferencing pointer to incomplete type > request->request.op.request_id=1; > ^ > libgtklp.c:362:86: error: dereferencing pointer to incomplete type > printf("Job-Sheets-Default for %s\n Start: %s\n Stop: > %s\n",dests[i1].name,attr->values[0].string.text,attr->values[1].string.text); > > ^ > libgtklp.c:362:114: error: dereferencing pointer to incomplete type > printf("Job-Sheets-Default for %s\n Start: %s\n Stop: > %s\n",dests[i1].name,attr->values[0].string.text,attr->values[1].string.text); > > ^ > libgtklp.c:363:55: error: dereferencing pointer to incomplete type > > strncpy(PrinterBannerStart[i1-droppedPrinters],attr->values[0].string.text,(size_t)MAXLINE); > ^ > libgtklp.c:364:53: error: dereferencing pointer to incomplete type > > strncpy(PrinterBannerEnd[i1-droppedPrinters],attr->values[1].string.text,(size_t)MAXLINE); > ^ > libgtklp.c:376:33: error: dereferencing pointer to incomplete type > printf("Location: %s\n",attr->values[0].string.text); > ^ > libgtklp.c:377:53: error: dereferencing pointer to incomplete type > > strncpy(PrinterLocations[i1-droppedPrinters],attr->values[0].string.text,(size_t)MAXLINE); > ^ > libgtklp.c:387:29: error: dereferencing pointer to incomplete type > printf("Info: %s\n",attr->values[0].string.text); > ^ > libgtklp.c:388:49: error: dereferencing pointer to incomplete type > > strncpy(PrinterInfos[i1-droppedPrinters],attr->values[0].string.text,(size_t)MAXLINE); > ^ > libgtklp.c: In function 'exitOnErrorExit': > libgtklp.c:711:7: warning: cast from pointer to integer of different size > [-Wpointer-to-int-cast] > exit((int)object); > ^ > make[3]: *** [libgtklp.o] Error 1 The full build log is available from: http://aws-logs.debian.net/ftbfs-logs/2013/06/20/gtklp_1.2.7-2.3_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 debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org