Your message dated Mon, 31 Aug 2009 16:22:58 +0000
with message-id <[email protected]>
and subject line Bug#505690: fixed in pdf2djvu 0.5.11-0.1
has caused the Debian Bug report #505690,
regarding FTBFS with GCC 4.4: missing #include
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.)


-- 
505690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505690
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pdf2djvu
Version: 0.4.11a-1
User: [email protected]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of pdf2djvu_0.4.11a-1 on em64t by sbuild/amd64 0.53
...
> /usr/include/poppler/Object.h:325: warning: deprecated conversion from string 
> constant to 'char*'
> In file included from pdf2djvu.cc:21:
> compoppler.hh: At global scope:
> compoppler.hh:166: error: ISO C++ forbids declaration of 'uint8_t' with no 
> type
> compoppler.hh:166: error: expected ';' before '*' token
> compoppler.hh:167: error: ISO C++ forbids declaration of 'uint8_t' with no 
> type
> compoppler.hh:167: error: expected ';' before '*' token
> compoppler.hh:170: error: ISO C++ forbids declaration of 'uint8_t' with no 
> type
> compoppler.hh:170: error: expected ',' or '...' before '*' token
> compoppler.hh:187: error: ISO C++ forbids declaration of 'uint8_t' with no 
> type
> compoppler.hh:187: error: expected ';' before 'operator'
> compoppler.hh:191: error: expected ';' before '}' token
> compoppler.hh: In constructor 'pdf::PixmapIterator::PixmapIterator(int)':
> compoppler.hh:172: error: 'class pdf::PixmapIterator' has no member named 
> 'row_ptr'
> compoppler.hh:172: error: 'class pdf::PixmapIterator' has no member named 
> 'ptr'
> compoppler.hh:172: error: 'raw_data' was not declared in this scope
> compoppler.hh: In member function 'pdf::PixmapIterator& 
> pdf::PixmapIterator::operator++(int)':
> compoppler.hh:178: error: 'ptr' was not declared in this scope
> compoppler.hh: In member function 'void pdf::PixmapIterator::next_row()':
> compoppler.hh:184: error: 'ptr' was not declared in this scope
> compoppler.hh:184: error: 'row_ptr' was not declared in this scope
> compoppler.hh: At global scope:
> compoppler.hh:203: error: ISO C++ forbids declaration of 'uint8_t' with no 
> type
> compoppler.hh:203: error: expected ';' before '*' token
> compoppler.hh: In constructor 'pdf::Pixmap::Pixmap(pdf::Renderer*)':
> compoppler.hh:226: error: 'raw_data' was not declared in this scope
> compoppler.hh:226: error: ISO C++ forbids declaration of 'type name' with no 
> type
> compoppler.hh:226: error: expected '>' before 'uint8_t'
> compoppler.hh:226: error: expected '(' before 'uint8_t'
> compoppler.hh:226: error: 'uint8_t' was not declared in this scope
> compoppler.hh:226: error: expected primary-expression before '>' token
> compoppler.hh:226: error: expected ')' before ';' token
> compoppler.hh: In member function 'pdf::PixmapIterator pdf::Pixmap::begin() 
> const':
> compoppler.hh:242: error: 'raw_data' was not declared in this scope
> compoppler.hh: At global scope:
> compoppler.hh:329: error: 'uint8_t' has not been declared
> compoppler.hh:329: error: 'uint8_t' has not been declared
> compoppler.hh:329: error: 'uint8_t' has not been declared
> make[1]: *** [pdf2djvu.o] Error 1
> make[1]: Leaving directory `/build/tbm/pdf2djvu-0.4.11a'
> make: *** [debian/stamp-makefile-build] Error 2

--- compoppler.hh~      2008-11-14 12:52:45.000000000 +0000
+++ compoppler.hh       2008-11-14 12:52:52.000000000 +0000
@@ -8,6 +8,7 @@
 #ifndef PDF2DJVU_COMPOPPLER_H
 #define PDF2DJVU_COMPOPPLER_H
 
+#include <stdint.h>
 #include <string>
 #include <ostream>
 #include <vector>

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: pdf2djvu
Source-Version: 0.5.11-0.1

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

pdf2djvu_0.5.11-0.1.diff.gz
  to pool/main/p/pdf2djvu/pdf2djvu_0.5.11-0.1.diff.gz
pdf2djvu_0.5.11-0.1.dsc
  to pool/main/p/pdf2djvu/pdf2djvu_0.5.11-0.1.dsc
pdf2djvu_0.5.11-0.1_i386.deb
  to pool/main/p/pdf2djvu/pdf2djvu_0.5.11-0.1_i386.deb
pdf2djvu_0.5.11.orig.tar.gz
  to pool/main/p/pdf2djvu/pdf2djvu_0.5.11.orig.tar.gz



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.
Luca Bruno <[email protected]> (supplier of updated pdf2djvu 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, 31 Aug 2009 16:47:10 +0200
Source: pdf2djvu
Binary: pdf2djvu
Architecture: source i386
Version: 0.5.11-0.1
Distribution: unstable
Urgency: low
Maintainer: Luca Bruno <[email protected]>
Changed-By: Luca Bruno <[email protected]>
Description: 
 pdf2djvu   - PDF to DjVu converter
Closes: 505690
Changes: 
 pdf2djvu (0.5.11-0.1) unstable; urgency=low
 .
   * Non-Maintainer Upload
   * New Upstream version (Closes: #505690 #508391 #522339 #532002)
   * Moved to git collab-maint, added proper gbp.conf and Vcs-Git tag
   * Updated debian/rules for new building machinery, upstream changelog
     moved to doc/changelog.txt
   * Configure now needs djvulibre-bin, added to build-dep
   * Updated S-V to 3.8.3
   * Added ${misc:Depends} for cdbs
   * Fixed copyright symbol
Checksums-Sha1: 
 ed29158c392e8f400676325a84f76809f2a06d51 1242 pdf2djvu_0.5.11-0.1.dsc
 cad44090306b28112c0652fff1963b4ee91cec78 223827 pdf2djvu_0.5.11.orig.tar.gz
 b844b1e1a8bfa5528ed150f47f6c878163d7d9ae 1771 pdf2djvu_0.5.11-0.1.diff.gz
 3df16d8b747061a3602210c9ba6842b83123833e 113952 pdf2djvu_0.5.11-0.1_i386.deb
Checksums-Sha256: 
 98f5247aac758631d7ba7a33ff876051ed4f1f332dfd42b4b5b7083a0ffac277 1242 
pdf2djvu_0.5.11-0.1.dsc
 6e57f5be61e2274db2aaa78e2a18dff8ddc0fb5e107287bf87fc1270513f66ab 223827 
pdf2djvu_0.5.11.orig.tar.gz
 82c5e3ac8c18fc08ddb0bb0ebbeb7c43cdfeb591a45663537b019ec55468df77 1771 
pdf2djvu_0.5.11-0.1.diff.gz
 5af2e08775d35af6ae9c9ce821a9e96f4ebd00eec65ae6d1dd8c7c6b7dfb24a3 113952 
pdf2djvu_0.5.11-0.1_i386.deb
Files: 
 6356c4a7ede72d3515fd3af6b2698c69 1242 text extra pdf2djvu_0.5.11-0.1.dsc
 a9f99c1e755c9f3b5136de235c6851ff 223827 text extra pdf2djvu_0.5.11.orig.tar.gz
 058c914572c4cabaffebb55e4f66f6bd 1771 text extra pdf2djvu_0.5.11-0.1.diff.gz
 721db64dc70b8d6735dae5c8bcc22f73 113952 text extra pdf2djvu_0.5.11-0.1_i386.deb

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

iEYEARECAAYFAkqb5FIACgkQRqobajv7n7NzBQCcD8VSpuuGXZZkZEuxSssL4r0v
vlcAmgOpdREkyX0OF9/8wqNglqY3Mxpy
=N3Fz
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to