[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#417743: marked as done (FTBFS with GCC 4.3: missing #includes)



Your message dated Tue, 17 Apr 2007 18:02:34 +0000
with message-id <E1Hds0g-0001RH-EI@ries.debian.org>
and subject line Bug#417743: fixed in vrweb 1.5-17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: vrweb
Version: 1.5-16
Usertags: ftbfs-gcc-4.3
Tags: patch

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, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable. (Currently not available for i386, but for amd64, powerpc
and ia64.  I hope to have i386 binaries in the archive in ~3 weeks.)

> Automatic build of vrweb_1.5-16 on em64t by sbuild/amd64 0.53
...
> g++  -O2  -Dcplusplus_2_1 -DInterViews -Div_nls  -DOSMajorVersion=2 -DOSMinorVersion=0 -DLINUX -DHG_OSMaj=2 -DHG_OSMin=0  -I/build/tbm/vrweb-1.5/installed/include     -pipe  -c /build/tbm/vrweb-1.5/src/harmony/widgets/lib/../widgets/textb.C
> /build/tbm/vrweb-1.5/src/harmony/widgets/lib/../widgets/textb.C: In member function 'void TextBrowser::attractMark(long int, int)':
> /build/tbm/vrweb-1.5/src/harmony/widgets/lib/../widgets/textb.C:697: error: 'labs' was not declared in this scope
> make[5]: *** [textb.o] Error 1

--- harmony/widgets/widgets/textb.C~	2007-04-04 13:04:27.000000000 +0000
+++ harmony/widgets/widgets/textb.C	2007-04-04 13:05:17.000000000 +0000
@@ -76,6 +76,7 @@
 
 #include <X11/keysym.h>
 
+#include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
 

The build system is rather odd, so I'm not sure if everything works
now.

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


--- End Message ---
--- Begin Message ---
Source: vrweb
Source-Version: 1.5-17

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

vrweb_1.5-17.diff.gz
  to pool/main/v/vrweb/vrweb_1.5-17.diff.gz
vrweb_1.5-17.dsc
  to pool/main/v/vrweb/vrweb_1.5-17.dsc
vrweb_1.5-17_i386.deb
  to pool/main/v/vrweb/vrweb_1.5-17_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 417743@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated vrweb 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 ftpmaster@debian.org)


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

Format: 1.7
Date: Tue, 17 Apr 2007 19:40:14 +0200
Source: vrweb
Binary: vrweb
Architecture: source i386
Version: 1.5-17
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 vrweb      - A VRML browser and editor
Closes: 417743
Changes: 
 vrweb (1.5-17) unstable; urgency=low
 .
   * QA upload.
   * Add missing includes for GCC 4.3.  Thanks to Martin Michlmayr for
     the patch.  Closes: #417743.
Files: 
 55f4cbc95cbe6cb2ea899191400ab077 707 web optional vrweb_1.5-17.dsc
 e6aa73ccbc979833ce75bf157db29dd4 72075 web optional vrweb_1.5-17.diff.gz
 5720bba1b003727509a82b2e8cf6cd5f 850230 web optional vrweb_1.5-17_i386.deb

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

iD8DBQFGJQdFqbYs6sQrY8oRAu/PAJ4nt5JlAT0pP1tOOySI+8oYfOWUZwCeNbzD
hc7nz1YwSIOsirOyOQSwVkM=
=1aH7
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: