Your message dated Wed, 07 May 2008 11:47:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#461680: fixed in ivtools 1.1.3-5.4
has caused the Debian Bug report #461680,
regarding FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers
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.)


-- 
461680: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461680
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ivtools
Version: 1.1.3-5.3
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, pre-iso c++ headers
will no longer be present, but your application makes use of them.

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

> Automatic build of ivtools_1.1.3-5.3 on em64t by sbuild/amd64 0.53
...
> depending for LINUX in /build/tbm/ivtools-1.1.3/src/IV-common/LINUX
> make[5]: Entering directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'
> g++ -M -w -DMAKEDEPEND  -Dcplusplus_2_1 -Wno-deprecated    
> -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/.. 
> -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../..  
> -I/build/tbm/ivtools-1.1.3/src  -I/build/tbm/ivtools-1.1.3/src/include 
> -I/build/tbm/ivtools-1.1.3/src/include/ivstd -I/usr/include                   
>     -I/usr/local/include -UHAVE_ACE 
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../*.c >Makefile.depend
> In file included from /build/tbm/ivtools-1.1.3/src/include/ivstd/stream.h:1,
>                  from 
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:30:
> /build/tbm/ivtools-1.1.3/src/include/ivstd/iostream.h:4:27: error: 
> iostream.h: No such file or directory
> In file included from 
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../string.c:28:
> /build/tbm/ivtools-1.1.3/src/include/ivstd/iostream.h:4:27: error: 
> iostream.h: No such file or directory
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../string.c:29:23: error: 
> streambuf.h: No such file or directory
> make[5]: *** [depend] Error 1
> make[5]: Leaving directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'

and

> make[4]: Entering directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'
> g++ -O2  -gdwarf-2 -O2 -fPIC  -Dcplusplus_2_1 -Wno-deprecated    
> -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/.. 
> -I/build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../..  
> -I/build/tbm/ivtools-1.1.3/src  -I/build/tbm/ivtools-1.1.3/src/include 
> -I/build/tbm/ivtools-1.1.3/src/include/ivstd -I/usr/include     -c 
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c
> In file included from /build/tbm/ivtools-1.1.3/src/include/ivstd/stream.h:1,
>                  from 
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:30:
> /build/tbm/ivtools-1.1.3/src/include/ivstd/iostream.h:4:27: error: 
> iostream.h: No such file or directory
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 
> 'regexp* regcomp(char*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:399: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:412: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'char* 
> reg(int, int*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:488: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:527: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:530: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:532: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'char* 
> regpiece(int*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:603: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:634: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'char* 
> regatom(int*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:685: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:695: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:702: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:707: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:711: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:732: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'int 
> regexec(regexp*, char*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:875: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:881: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'int 
> regmatch(char*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:1122: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:1133: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'int 
> regrepeat(char*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:1172: warning: 
> deprecated conversion from string constant to 'char*'
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c: In function 'void 
> regerror(char*)':
> /build/tbm/ivtools-1.1.3/src/IV-common/LINUX/../regexp.c:1203: error: 'cerr' 
> was not declared in this scope
> make[4]: *** [regexp.o] Error 1
> make[4]: Leaving directory `/build/tbm/ivtools-1.1.3/src/IV-common/LINUX'
> make[3]: *** [install] Error 2

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



--- End Message ---
--- Begin Message ---
Source: ivtools
Source-Version: 1.1.3-5.4

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

ivtools-bin_1.1.3-5.4_i386.deb
  to pool/main/i/ivtools/ivtools-bin_1.1.3-5.4_i386.deb
ivtools-dev_1.1.3-5.4_all.deb
  to pool/main/i/ivtools/ivtools-dev_1.1.3-5.4_all.deb
ivtools_1.1.3-5.4.diff.gz
  to pool/main/i/ivtools/ivtools_1.1.3-5.4.diff.gz
ivtools_1.1.3-5.4.dsc
  to pool/main/i/ivtools/ivtools_1.1.3-5.4.dsc
libiv-unidraw1_1.1.3-5.4_i386.deb
  to pool/main/i/ivtools/libiv-unidraw1_1.1.3-5.4_i386.deb
libiv1_1.1.3-5.4_i386.deb
  to pool/main/i/ivtools/libiv1_1.1.3-5.4_i386.deb



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.
Peter Eisentraut <[EMAIL PROTECTED]> (supplier of updated ivtools 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: Wed, 07 May 2008 12:07:21 +0200
Source: ivtools
Binary: ivtools-bin ivtools-dev libiv1 libiv-unidraw1
Architecture: source all i386
Version: 1.1.3-5.4
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger <[EMAIL PROTECTED]>
Changed-By: Peter Eisentraut <[EMAIL PROTECTED]>
Description: 
 ivtools-bin - Drawing Editors evolved from idraw
 ivtools-dev - Development files for the InterViews library
 libiv-unidraw1 - Application Frameworks layered on Unidraw
 libiv1     - C++ GUI library with Motif Look and Feel
Closes: 461680
Changes: 
 ivtools (1.1.3-5.4) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   [ Maximiliano Curia ]
   * Fix FTBFS with GCC 4.3 (Closes: #461680)
Checksums-Sha1: 
 aeb2ad82c972f6977f24a29af5b3988cf1408c8c 1113 ivtools_1.1.3-5.4.dsc
 19b8dcd96f92ea1f3d8ff657bed810561ee0e118 20782 ivtools_1.1.3-5.4.diff.gz
 8cc3fd2e80a22dfa88c393c3483540df456daa8d 756078 ivtools-dev_1.1.3-5.4_all.deb
 7a6d5aee64493368f13d44d7ac20f5310b5e9725 99442 ivtools-bin_1.1.3-5.4_i386.deb
 9152edac44d6684566418d077e245bec5f19a5d3 679658 libiv1_1.1.3-5.4_i386.deb
 6033a36e6240843b518d320b74f1a399dc4f20c0 1644504 
libiv-unidraw1_1.1.3-5.4_i386.deb
Checksums-Sha256: 
 dfcc6e1ba5a26ac436375ca902c6c1e5000a625625443c5b30d8f0cdb905eec3 1113 
ivtools_1.1.3-5.4.dsc
 5715abc9fa16f820957c74aff4191bb41e5f2cfefdea2a338568acc72193e51b 20782 
ivtools_1.1.3-5.4.diff.gz
 9258b8c9c5c420470daa8993f1e182ce78bcdf4b9a821b99d966e617164aa2ed 756078 
ivtools-dev_1.1.3-5.4_all.deb
 4207e11e8490b86cba4508035fe9733210b97125d4265a26ad71809c407a7b96 99442 
ivtools-bin_1.1.3-5.4_i386.deb
 056d7b297b5621b6f34c3d4714afb273604237a4654a67af6ad5301e0264dab9 679658 
libiv1_1.1.3-5.4_i386.deb
 ee676ed22af335f41de5d3a09b0bb54811a199548b0d058e4c5eb9751898ce4f 1644504 
libiv-unidraw1_1.1.3-5.4_i386.deb
Files: 
 21e35ede325fe606550ee0a62a9bdf28 1113 libs optional ivtools_1.1.3-5.4.dsc
 af690c699f5e50003d45d57dcdf42d35 20782 libs optional ivtools_1.1.3-5.4.diff.gz
 d139969b73b0120dd0ca566d94c0f5cd 756078 devel optional 
ivtools-dev_1.1.3-5.4_all.deb
 c199b8895e492b24e4fe860c3a721ccf 99442 graphics optional 
ivtools-bin_1.1.3-5.4_i386.deb
 9476be655643270c5a427160b730ea89 679658 libs optional libiv1_1.1.3-5.4_i386.deb
 cf711ccc97a884d6b489f925c550f4a6 1644504 libs optional 
libiv-unidraw1_1.1.3-5.4_i386.deb

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

iD8DBQFIIZTyTTx8oVVPtMYRAtj2AKCvJUzXzVHhGsPtnrWK8h1YTH6mLACgi/kc
VCKtA0yqLzAlnu6QIcMX18M=
=1kgy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to