Your message dated Thu, 31 Dec 2015 19:01:36 +0100
with message-id <20151231180136.ge7...@argenau.bebt.de>
and subject line Re: Bug#713472: Build error seems fixed in gtklp upstream
has caused the Debian Bug report #713472,
regarding gtklp: FTBFS: libgtklp.c:348:10: error: dereferencing pointer to
incomplete type
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
713472: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713472
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Version: 1.3.1-0.1
On 2014-12-11 Adrian Bunk <b...@stusta.de> wrote:
> tags 713472 +fixed-upstream
> thanks
> This bug (gtklp: FTBFS: libgtklp.c:348:10: error: dereferencing pointer
> to incomplete type) seems to be fixed in upstream release 1.2.10.
> cu
> Adrian
Indeed 1.3.1-0.1 was built successfully on the autobuilders a year ago
and I have just verified that it continues to build on today's sid
(amd64).
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--- End Message ---