Your message dated Tue, 16 Jul 2013 15:25:45 +0000
with message-id <[email protected]>
and subject line Bug#713451: fixed in xpp 1.5-cvs20081009-1
has caused the Debian Bug report #713451,
regarding xpp: FTBFS: cupshelper.cxx:97:10: error: invalid use of incomplete 
type 'ipp_t {aka struct _ipp_s}'
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 [email protected]
immediately.)


-- 
713451: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713451
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xpp
Version: 1.5-cvs20050828-1.2
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:
> if g++ -DHAVE_CONFIG_H -I. -I. -I.      -I/usr/include/freetype2   
> -D_THREAD_SAFE -D_REENTRANT  -Wall -pipe -g -O2 -MT xpp-cupshelper.o -MD -MP 
> -MF ".deps/xpp-cupshelper.Tpo" -c -o xpp-cupshelper.o `test -f 
> 'cupshelper.cxx' || echo './'`cupshelper.cxx; \
>       then mv -f ".deps/xpp-cupshelper.Tpo" ".deps/xpp-cupshelper.Po"; else 
> rm -f ".deps/xpp-cupshelper.Tpo"; exit 1; fi
> cupshelper.cxx: In static member function 'static ipp_t* 
> CupsHelper::newIppRequest()':
> cupshelper.cxx:97:10: error: invalid use of incomplete type 'ipp_t {aka 
> struct _ipp_s}'
>    request->request.op.request_id = 1;
>           ^
> In file included from /usr/include/cups/cups.h:38:0,
>                  from cupshelper.h:36,
>                  from cupshelper.cxx:35:
> /usr/include/cups/ipp.h:365:16: error: forward declaration of 'ipp_t {aka 
> struct _ipp_s}'
>  typedef struct _ipp_s ipp_t;  /**** IPP request/response data ****/
>                 ^
> cupshelper.cxx: In static member function 'static ipp_t* 
> CupsHelper::processRequest(ipp_t*, const char*)':
> cupshelper.cxx:114:13: error: invalid use of incomplete type 'ipp_t {aka 
> struct _ipp_s}'
>    if (answer->state == IPP_ERROR || answer->state == IPP_IDLE) {
>              ^
> In file included from /usr/include/cups/cups.h:38:0,
>                  from cupshelper.h:36,
>                  from cupshelper.cxx:35:
> /usr/include/cups/ipp.h:365:16: error: forward declaration of 'ipp_t {aka 
> struct _ipp_s}'
>  typedef struct _ipp_s ipp_t;  /**** IPP request/response data ****/
>                 ^
> cupshelper.cxx:114:43: error: invalid use of incomplete type 'ipp_t {aka 
> struct _ipp_s}'
>    if (answer->state == IPP_ERROR || answer->state == IPP_IDLE) {
>                                            ^
> In file included from /usr/include/cups/cups.h:38:0,
>                  from cupshelper.h:36,
>                  from cupshelper.cxx:35:
> /usr/include/cups/ipp.h:365:16: error: forward declaration of 'ipp_t {aka 
> struct _ipp_s}'
>  typedef struct _ipp_s ipp_t;  /**** IPP request/response data ****/
>                 ^
> cupshelper.cxx: In static member function 'static int 
> CupsHelper::printerType(const char*)':
> cupshelper.cxx:167:10: error: invalid use of incomplete type 'ipp_t {aka 
> struct _ipp_s}'
>    request->request.op.operation_id = IPP_GET_PRINTER_ATTRIBUTES;
>           ^
> In file included from /usr/include/cups/cups.h:38:0,
>                  from cupshelper.h:36,
>                  from cupshelper.cxx:35:
> /usr/include/cups/ipp.h:365:16: error: forward declaration of 'ipp_t {aka 
> struct _ipp_s}'
>  typedef struct _ipp_s ipp_t;  /**** IPP request/response data ****/
>                 ^
> cupshelper.cxx:173:25: error: invalid use of incomplete type 'ipp_t {aka 
> struct _ipp_s}'
>    if (request && request->curtag == IPP_TAG_PRINTER) {
>                          ^
> In file included from /usr/include/cups/cups.h:38:0,
>                  from cupshelper.h:36,
>                  from cupshelper.cxx:35:
> /usr/include/cups/ipp.h:365:16: error: forward declaration of 'ipp_t {aka 
> struct _ipp_s}'
>  typedef struct _ipp_s ipp_t;  /**** IPP request/response data ****/
>                 ^
> cupshelper.cxx:175:27: error: invalid use of incomplete type 'ipp_attribute_t 
> {aka struct _ipp_attribute_s}'
>      if (attr) value = attr->values[0].integer;
>                            ^
> In file included from /usr/include/cups/cups.h:38:0,
>                  from cupshelper.h:36,
>                  from cupshelper.cxx:35:
> /usr/include/cups/ipp.h:366:16: error: forward declaration of 
> 'ipp_attribute_t {aka struct _ipp_attribute_s}'
>  typedef struct _ipp_attribute_s ipp_attribute_t;
>                 ^
> make[2]: *** [xpp-cupshelper.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/xpp_1.5-cvs20050828-1.2_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 ---
Source: xpp
Source-Version: 1.5-cvs20081009-1

We believe that the bug you reported is fixed in the latest version of
xpp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese <[email protected]> (supplier of updated xpp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 15 Jul 2013 22:09:37 -0400
Source: xpp
Binary: xpp
Architecture: source i386
Version: 1.5-cvs20081009-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Barry deFreese <[email protected]>
Description: 
 xpp        - X Printing Panel
Closes: 382961 654564 713451
Changes: 
 xpp (1.5-cvs20081009-1) unstable; urgency=low
 .
   * QA upload.
   * Use newer upstream CVS snapshot.
     + Incorporates most of old Debian/Ubuntu changes.
       (Closes: #382961, #654564).
     + Move remaining patches to new patch.
   * Make package source format 3.0 (quilt).
   * Patch to pass -D_IPP_PRIVATE_STRUCTURES CPPFLAG
     in Makefile.am. (Closes: #713451).
   * Bump debhelper build-dep and compat to 9.
     + Convert rules file to simple dh style with autoreconf.
   * Bump Standards Version to 3.9.4.
Checksums-Sha1: 
 1d9394629f3fb8230c1ce20dc8a9cfa846a7c6fc 1210 xpp_1.5-cvs20081009-1.dsc
 417ec51f016cc8fa76f1c67b5d37f8709c1a5978 156331 xpp_1.5-cvs20081009.orig.tar.gz
 fbfa6f55a29ca95fcea27d229da531033a88c3bd 8271 
xpp_1.5-cvs20081009-1.debian.tar.gz
 afa093c43b56265b8fd00a47bc222431df227396 57142 xpp_1.5-cvs20081009-1_i386.deb
Checksums-Sha256: 
 d2c42e001efa9b8a41e12ac44b23cb45f21cf08ae6d92df1cf53758a6858382d 1210 
xpp_1.5-cvs20081009-1.dsc
 a97e10e1362edd900e59712f1939b2a9fcd7b89f7d4e862d1b345d1e9c2604e2 156331 
xpp_1.5-cvs20081009.orig.tar.gz
 8d70da75f0104dea3745bbab763fedcb636facf8adcb8034c52d78fc93475bbe 8271 
xpp_1.5-cvs20081009-1.debian.tar.gz
 3f8316cc11235e96c9354c27c1961d9bf940a61a16bb99584ba3f640531147e5 57142 
xpp_1.5-cvs20081009-1_i386.deb
Files: 
 ff9e28ee92dd413484da10bdb4e60eac 1210 x11 optional xpp_1.5-cvs20081009-1.dsc
 1d686a43a7a5b389d021342c1108e1df 156331 x11 optional 
xpp_1.5-cvs20081009.orig.tar.gz
 27f90f90380bce404ab974ec1afc612c 8271 x11 optional 
xpp_1.5-cvs20081009-1.debian.tar.gz
 d8423f2af9014bbb5f7d7412724b671f 57142 x11 optional 
xpp_1.5-cvs20081009-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlHlXkQACgkQ5ItltUs5T35LHgCgpppFz23wQqDWvZg5NOnaYLmf
VjgAn1dJdT6EvfDT0XgT9x35WFRoD5pE
=mF+P
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to