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

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



Your message dated Mon, 17 Mar 2008 09:02:03 +0000
with message-id <E1JbBEJ-0006Iu-Ka@ries.debian.org>
and subject line Bug#417078: fixed in adplug 2.0.1-7
has caused the Debian Bug report #417078,
regarding FTBFS with GCC 4.3: missing #includes
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 owner@bugs.debian.org
immediately.)


-- 
417078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417078
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: adplug
Version: 2.0.1-4
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 from unstable.

> Automatic build of adplug_2.0.1-4 on coconut0 by sbuild/ia64 0.49
...
>  g++ -DPACKAGE_NAME=\"adplug\" -DPACKAGE_TARNAME=\"adplug\" -DPACKAGE_VERSION=\"2.0.1\" "-DPACKAGE_STRING=\"adplug 2.0.1\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"adplug\" -DVERSION=\"2.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBSTDC__=1 -DHAVE_GETOPT_H=1 -I. -I. -Dstricmp=strcasecmp -I/usr/include/libbinio -g -O2 -MT rix.lo -MD -MP -MF .deps/rix.Tpo -c rix.cpp  -fPIC -DPIC -o .libs/rix.o
> rix.cpp: In member function 'void CrixPlayer::set_new_int()':
> rix.cpp:160: error: 'exit' was not declared in this scope
> make[2]: *** [rix.lo] Error 1


--- src/rix.cpp~	2007-04-01 14:21:13.000000000 +0000
+++ src/rix.cpp	2007-04-01 14:21:26.000000000 +0000
@@ -20,6 +20,8 @@
  *                                             BSPAL <BSPAL.ys168.com>
  */
 
+#include <cstdlib>
+
 #include "rix.h"
 #include "debug.h"
 

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


--- End Message ---
--- Begin Message ---
Source: adplug
Source-Version: 2.0.1-7

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

adplug-utils_2.0.1-7_amd64.deb
  to pool/main/a/adplug/adplug-utils_2.0.1-7_amd64.deb
adplug_2.0.1-7.diff.gz
  to pool/main/a/adplug/adplug_2.0.1-7.diff.gz
adplug_2.0.1-7.dsc
  to pool/main/a/adplug/adplug_2.0.1-7.dsc
libadplug-dev_2.0.1-7_amd64.deb
  to pool/main/a/adplug/libadplug-dev_2.0.1-7_amd64.deb
libadplug0c2a_2.0.1-7_amd64.deb
  to pool/main/a/adplug/libadplug0c2a_2.0.1-7_amd64.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 417078@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> (supplier of updated adplug 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: Mon, 17 Mar 2008 02:24:23 +0100
Source: adplug
Binary: libadplug0c2a libadplug-dev adplug-utils
Architecture: source amd64
Version: 2.0.1-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Cyril Brulebois <cyril.brulebois@enst-bretagne.fr>
Description: 
 adplug-utils - free AdLib sound library (utils)
 libadplug-dev - free AdLib sound library (development)
 libadplug0c2a - free AdLib sound library
Closes: 417078
Changes: 
 adplug (2.0.1-7) unstable; urgency=low
 .
   * QA upload.
   * Fix FTBFS with gcc-4.3 by fixing missing includes (Closes: #417078).
      + debian/patches/02-fix-ftbfs-with-gcc-4.3.dpatch
   * No longer ignore “make distclean” errors.
   * Move the Homepage from the descriptions to a source field.
   * Bump Standards-Version (no changes needed).
Files: 
 fd24ef7eb68e0965f6f03eee12dd9b39 671 libs optional adplug_2.0.1-7.dsc
 dc285a46a92ee505537e66717e06da15 4925 libs optional adplug_2.0.1-7.diff.gz
 4ad6bf8935648ee09423d4728b25f27d 179078 libs optional libadplug0c2a_2.0.1-7_amd64.deb
 015434f5c0fa31a0a035668f335f2761 259132 libdevel optional libadplug-dev_2.0.1-7_amd64.deb
 d2eea6b81643ceb207193450266475f6 26320 utils optional adplug-utils_2.0.1-7_amd64.deb

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

iD8DBQFH3iH0vGr7W6HudhwRAuVvAJ9Br7nfNK/4a3BJLnH1Itcdgx3/EQCeNRdw
DZKmTQOdXnKUavn2D2X+VzA=
=eA3K
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: